Update world_model/config.json
Browse files- world_model/config.json +2 -2
world_model/config.json
CHANGED
|
@@ -6,8 +6,8 @@
|
|
| 6 |
"LlamaActionForCausalLM"
|
| 7 |
],
|
| 8 |
"auto_map": {
|
| 9 |
-
"AutoModel": "
|
| 10 |
-
"AutoConfig": "
|
| 11 |
},
|
| 12 |
"attention_bias": false,
|
| 13 |
"attention_dropout": 0.0,
|
|
|
|
| 6 |
"LlamaActionForCausalLM"
|
| 7 |
],
|
| 8 |
"auto_map": {
|
| 9 |
+
"AutoModel": "modeling_llama_action.LlamaActionForCausalLM",
|
| 10 |
+
"AutoConfig": "configuration_llama_action.LlamaActionConfig"
|
| 11 |
},
|
| 12 |
"attention_bias": false,
|
| 13 |
"attention_dropout": 0.0,
|