TobiTob commited on
Commit
f16439b
1 Parent(s): 50b7a61

Training in progress, step 500

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,36 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ "model_type": "decision_transformer",
17
+ "n_embd": 768,
18
+ "n_head": 1,
19
+ "n_inner": null,
20
+ "n_layer": 3,
21
+ "n_positions": 1024,
22
+ "reorder_and_upcast_attn": false,
23
+ "resid_pdrop": 0.1,
24
+ "scale_attn_by_inverse_layer_idx": false,
25
+ "scale_attn_weights": true,
26
+ "state_dim": 28,
27
+ "summary_activation": null,
28
+ "summary_first_dropout": 0.1,
29
+ "summary_proj_to_labels": true,
30
+ "summary_type": "cls_index",
31
+ "summary_use_proj": true,
32
+ "torch_dtype": "float32",
33
+ "transformers_version": "4.26.1",
34
+ "use_cache": true,
35
+ "vocab_size": 1
36
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c1bed5fe862d0f9d6de734b3fcfcb7e7f484a39def1108718a82899b9ff9109a
3
+ size 8200360
runs/Feb24_11-25-14_d17363b0088d/1677237922.8810534/events.out.tfevents.1677237922.d17363b0088d.2554.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c7b70826e9fbc907e1140f548f0f78797ef7f473089483e8685268f89da1e656
3
+ size 5681
runs/Feb24_11-25-14_d17363b0088d/events.out.tfevents.1677237922.d17363b0088d.2554.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c49e398c7103a2231d11de395e9598c44f9064cfa064a95965f5d2afa070b9f9
3
+ size 4133
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e48c2d0cdb9db6cd5b7d2599d40ff7ca233b50336b626bdda1c7093edaca2712
3
+ size 3515