End of training
Browse files
.gitignore
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
checkpoint-*/
|
config.json
ADDED
@@ -0,0 +1,37 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"act_dim": 1,
|
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,
|
13 |
+
"initializer_range": 0.02,
|
14 |
+
"layer_norm_epsilon": 1e-05,
|
15 |
+
"max_ep_len": 4096,
|
16 |
+
"max_length": 24,
|
17 |
+
"model_type": "decision_transformer",
|
18 |
+
"n_embd": 768,
|
19 |
+
"n_head": 1,
|
20 |
+
"n_inner": null,
|
21 |
+
"n_layer": 3,
|
22 |
+
"n_positions": 1024,
|
23 |
+
"reorder_and_upcast_attn": false,
|
24 |
+
"resid_pdrop": 0.1,
|
25 |
+
"scale_attn_by_inverse_layer_idx": false,
|
26 |
+
"scale_attn_weights": true,
|
27 |
+
"state_dim": 28,
|
28 |
+
"summary_activation": null,
|
29 |
+
"summary_first_dropout": 0.1,
|
30 |
+
"summary_proj_to_labels": true,
|
31 |
+
"summary_type": "cls_index",
|
32 |
+
"summary_use_proj": true,
|
33 |
+
"torch_dtype": "float32",
|
34 |
+
"transformers_version": "4.26.1",
|
35 |
+
"use_cache": true,
|
36 |
+
"vocab_size": 1
|
37 |
+
}
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f6bead968ea9d264024846528556e5b0924d51fbae049002e32a24b70827ef37
|
3 |
+
size 8200360
|
runs/Mar12_22-56-42_42c8b6a795c0/1678661808.679117/events.out.tfevents.1678661808.42c8b6a795c0.336.11
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d67237f37bde28a0b6517e2b7da37ea1a075030eb066fe2b6c2dad16f873729e
|
3 |
+
size 5694
|
runs/Mar12_22-56-42_42c8b6a795c0/events.out.tfevents.1678661808.42c8b6a795c0.336.10
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:69ef56ca66bc8d9eaaf8e3a7867860be8e51d037a0be0b21dd3c0c0b720800a1
|
3 |
+
size 4356
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8eeae876498a57e46337cc3ddaa584f740316cfb30bc58885a7879831e368c95
|
3 |
+
size 3515
|