Update config.json
Browse files- config.json +4 -0
config.json
CHANGED
@@ -10,6 +10,10 @@
|
|
10 |
"model_type": "llava",
|
11 |
"projector_hidden_act": "gelu",
|
12 |
"text_config": {
|
|
|
|
|
|
|
|
|
13 |
"hidden_size": 5120,
|
14 |
"head_dim": 128,
|
15 |
"intermediate_size": 14336,
|
|
|
10 |
"model_type": "llava",
|
11 |
"projector_hidden_act": "gelu",
|
12 |
"text_config": {
|
13 |
+
"_name_or_path": "mrcuddle/lumimaid-arithmetic",
|
14 |
+
"architectures": [
|
15 |
+
"LlamaForCausalLM"
|
16 |
+
],
|
17 |
"hidden_size": 5120,
|
18 |
"head_dim": 128,
|
19 |
"intermediate_size": 14336,
|