Upload config.json with huggingface_hub
Browse files- config.json +2 -1
config.json
CHANGED
|
@@ -11,5 +11,6 @@
|
|
| 11 |
"num_experts": 4,
|
| 12 |
"expert_hidden_size": 4096,
|
| 13 |
"dropout": 0.1,
|
| 14 |
-
"
|
|
|
|
| 15 |
}
|
|
|
|
| 11 |
"num_experts": 4,
|
| 12 |
"expert_hidden_size": 4096,
|
| 13 |
"dropout": 0.1,
|
| 14 |
+
"model_type": "multi_modality",
|
| 15 |
+
"torch_dtype": "float16"
|
| 16 |
}
|