Update config.json
Browse files- config.json +2 -2
config.json
CHANGED
|
@@ -5,8 +5,8 @@
|
|
| 5 |
"attention_dropout": 0.0,
|
| 6 |
"auto_map": {
|
| 7 |
"AutoConfig": "configuration.OpenModelConfig",
|
| 8 |
-
"AutoModel": "
|
| 9 |
-
"AutoModelForCausalLM": "
|
| 10 |
},
|
| 11 |
"num_hidden_layers": 80,
|
| 12 |
"hidden_size": 8192,
|
|
|
|
| 5 |
"attention_dropout": 0.0,
|
| 6 |
"auto_map": {
|
| 7 |
"AutoConfig": "configuration.OpenModelConfig",
|
| 8 |
+
"AutoModel": "modeling.OpenModelModel",
|
| 9 |
+
"AutoModelForCausalLM": "modeling.OpenModelForCausalLM"
|
| 10 |
},
|
| 11 |
"num_hidden_layers": 80,
|
| 12 |
"hidden_size": 8192,
|