Skip to content

Commit 8b70ff8

Browse files
authored
Update vis.py
1 parent ed65e01 commit 8b70ff8

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

vis.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"model_type": "nilex",
1111
"num_experts_per_tok": 2,
1212
"experts": [
13-
{"expert_name": "base_expert", "model_id": "google/gemma-3-4b-it"},
13+
# {"expert_name": "base_expert", "model_id": "google/gemma-3-4b-it"},
1414
{
1515
"expert_name": "expert_1",
1616
"model_id": "MBZUAI-Paris/Nile-4B-IFT-Arabic-Expert-v2",
@@ -43,9 +43,9 @@ def make_unique_names(names):
4343

4444
# local_dir = "/home/sagemaker-user/MixtureKit/lm-evaluation-harness-nile-chat-egyptianmmlu/checkpoint-26224"
4545

46-
# local_dir = "MBZUAI-Paris/Btx_Model_2Exp"
46+
local_dir = "MBZUAI-Paris/Btx_Model_2Exp"
4747

48-
local_dir = "models_merge/nilex"
48+
# local_dir = "models_merge/nilex"
4949

5050

5151
@st.cache_resource

0 commit comments

Comments
 (0)