Update config.json
Browse files- config.json +1 -1
config.json
CHANGED
|
@@ -37,7 +37,7 @@
|
|
| 37 |
"freq_allocation": 20,
|
| 38 |
"spatial_conv_size": 2,
|
| 39 |
"temporal_conv_size": 2,
|
| 40 |
-
"moe_use_aux_free":
|
| 41 |
"moe_num_experts": [64, 64],
|
| 42 |
"moe_intermediate_size": [3584, 1536],
|
| 43 |
"torch_dtype": "bfloat16",
|
|
|
|
| 37 |
"freq_allocation": 20,
|
| 38 |
"spatial_conv_size": 2,
|
| 39 |
"temporal_conv_size": 2,
|
| 40 |
+
"moe_use_aux_free": true,
|
| 41 |
"moe_num_experts": [64, 64],
|
| 42 |
"moe_intermediate_size": [3584, 1536],
|
| 43 |
"torch_dtype": "bfloat16",
|