Update config.json
Browse files- config.json +5 -0
config.json
CHANGED
|
@@ -5,6 +5,11 @@
|
|
| 5 |
"architectures": [
|
| 6 |
"LLaDAModelLM"
|
| 7 |
],
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 8 |
"attention_dropout": 0.0,
|
| 9 |
"attention_layer_norm": false,
|
| 10 |
"attention_layer_norm_with_affine": true,
|
|
|
|
| 5 |
"architectures": [
|
| 6 |
"LLaDAModelLM"
|
| 7 |
],
|
| 8 |
+
"auto_map": {
|
| 9 |
+
"AutoConfig": "configs_llada.LLaDAConfig",
|
| 10 |
+
"AutoModelForCausalLM": "model.LLaDAModelLM",
|
| 11 |
+
"AutoModel": "model.LLaDAModelLM"
|
| 12 |
+
},
|
| 13 |
"attention_dropout": 0.0,
|
| 14 |
"attention_layer_norm": false,
|
| 15 |
"attention_layer_norm_with_affine": true,
|