Update configuration_super_linear.py
Browse files
configuration_super_linear.py
CHANGED
|
@@ -42,7 +42,8 @@ class SuperLinearConfig(PretrainedConfig):
|
|
| 42 |
layer_type= "RLinear",
|
| 43 |
linear_checkpoints_dir= "checkpoints5",
|
| 44 |
linear_checkpoints_path= "/cs/azencot_fsas/MoE/",
|
| 45 |
-
load_linear =
|
|
|
|
| 46 |
misc_moe = 10,
|
| 47 |
mlp_gating = 0,
|
| 48 |
moe_norm = 1,
|
|
|
|
| 42 |
layer_type= "RLinear",
|
| 43 |
linear_checkpoints_dir= "checkpoints5",
|
| 44 |
linear_checkpoints_path= "/cs/azencot_fsas/MoE/",
|
| 45 |
+
load_linear = 0,
|
| 46 |
+
load_weights =0,
|
| 47 |
misc_moe = 10,
|
| 48 |
mlp_gating = 0,
|
| 49 |
moe_norm = 1,
|