koukyo1994
commited on
Update world_model/config.json
Browse files- world_model/config.json +2 -2
world_model/config.json
CHANGED
@@ -1,13 +1,13 @@
|
|
1 |
{
|
2 |
"action_dim": 3,
|
3 |
"activation_function": "relu",
|
4 |
-
"name_or_path": "turing-motors/Terra
|
5 |
"architectures": [
|
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,
|
|
|
1 |
{
|
2 |
"action_dim": 3,
|
3 |
"activation_function": "relu",
|
4 |
+
"name_or_path": "turing-motors/Terra",
|
5 |
"architectures": [
|
6 |
"LlamaActionForCausalLM"
|
7 |
],
|
8 |
"auto_map": {
|
9 |
"AutoModel": "modeling_llama_action.LlamaActionForCausalLM",
|
10 |
+
"AutoConfig": "turing-motors/Terra/world_model--configuration_llama_action.LlamaActionConfig"
|
11 |
},
|
12 |
"attention_bias": false,
|
13 |
"attention_dropout": 0.0,
|