Upload folder using huggingface_hub
Browse files- config.json +3 -6
- model.safetensors +2 -2
config.json
CHANGED
@@ -1,13 +1,12 @@
|
|
1 |
{
|
2 |
-
"act_dim":
|
3 |
"action_tanh": true,
|
4 |
"activation_function": "relu",
|
5 |
"architectures": [
|
6 |
-
"
|
7 |
],
|
8 |
"attn_pdrop": 0.1,
|
9 |
"bos_token_id": 50256,
|
10 |
-
"cluster_hidden_dim": 128,
|
11 |
"embd_pdrop": 0.1,
|
12 |
"eos_token_id": 50256,
|
13 |
"hidden_size": 128,
|
@@ -15,7 +14,6 @@
|
|
15 |
"layer_norm_epsilon": 1e-05,
|
16 |
"max_ep_len": 4096,
|
17 |
"model_type": "decision_transformer",
|
18 |
-
"n_clusters": 8,
|
19 |
"n_head": 1,
|
20 |
"n_inner": null,
|
21 |
"n_layer": 3,
|
@@ -24,10 +22,9 @@
|
|
24 |
"resid_pdrop": 0.1,
|
25 |
"scale_attn_by_inverse_layer_idx": false,
|
26 |
"scale_attn_weights": true,
|
27 |
-
"state_dim":
|
28 |
"torch_dtype": "float32",
|
29 |
"transformers_version": "4.46.2",
|
30 |
"use_cache": true,
|
31 |
-
"use_subgoal_weighting": true,
|
32 |
"vocab_size": 1
|
33 |
}
|
|
|
1 |
{
|
2 |
+
"act_dim": 6,
|
3 |
"action_tanh": true,
|
4 |
"activation_function": "relu",
|
5 |
"architectures": [
|
6 |
+
"TrainableDT"
|
7 |
],
|
8 |
"attn_pdrop": 0.1,
|
9 |
"bos_token_id": 50256,
|
|
|
10 |
"embd_pdrop": 0.1,
|
11 |
"eos_token_id": 50256,
|
12 |
"hidden_size": 128,
|
|
|
14 |
"layer_norm_epsilon": 1e-05,
|
15 |
"max_ep_len": 4096,
|
16 |
"model_type": "decision_transformer",
|
|
|
17 |
"n_head": 1,
|
18 |
"n_inner": null,
|
19 |
"n_layer": 3,
|
|
|
22 |
"resid_pdrop": 0.1,
|
23 |
"scale_attn_by_inverse_layer_idx": false,
|
24 |
"scale_attn_weights": true,
|
25 |
+
"state_dim": 17,
|
26 |
"torch_dtype": "float32",
|
27 |
"transformers_version": "4.46.2",
|
28 |
"use_cache": true,
|
|
|
29 |
"vocab_size": 1
|
30 |
}
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4f9fefae1efcb89df5ef5bdc1b71b5ace0041243c894f08e3dbb7fa8995997a2
|
3 |
+
size 5034448
|