koukyo1994
commited on
Commit
•
ea18db9
1
Parent(s):
538f0be
Update world_model/config.json
Browse files- world_model/config.json +4 -0
world_model/config.json
CHANGED
@@ -4,6 +4,10 @@
|
|
4 |
"architectures": [
|
5 |
"LlamaActionForCausalLM"
|
6 |
],
|
|
|
|
|
|
|
|
|
7 |
"attention_bias": false,
|
8 |
"attention_dropout": 0.0,
|
9 |
"bos_token_id": 262144,
|
|
|
4 |
"architectures": [
|
5 |
"LlamaActionForCausalLM"
|
6 |
],
|
7 |
+
"auto_map": {
|
8 |
+
"AutoModel": "modeling_llama_action.LlamaActionForCausalLM",
|
9 |
+
"AutoConfig": "configuration_llama_action.LlamaActionConfig"
|
10 |
+
},
|
11 |
"attention_bias": false,
|
12 |
"attention_dropout": 0.0,
|
13 |
"bos_token_id": 262144,
|