robingeibel commited on
Commit
b0d365c
1 Parent(s): 22009d1

Training in progress, step 500

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,69 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "google/reformer-crime-and-punishment",
3
+ "architectures": [
4
+ "ReformerForMaskedLM"
5
+ ],
6
+ "attention_head_size": 64,
7
+ "attention_probs_dropout_prob": 0.1,
8
+ "attn_layers": [
9
+ "local",
10
+ "lsh",
11
+ "local",
12
+ "lsh",
13
+ "local",
14
+ "lsh"
15
+ ],
16
+ "axial_norm_std": 1.0,
17
+ "axial_pos_embds": false,
18
+ "axial_pos_embds_dim": [
19
+ 64,
20
+ 64
21
+ ],
22
+ "axial_pos_shape": [
23
+ 512,
24
+ 1024
25
+ ],
26
+ "chunk_size_lm_head": 0,
27
+ "classifier_dropout": null,
28
+ "eos_token_id": 2,
29
+ "feed_forward_size": 512,
30
+ "hash_seed": null,
31
+ "hidden_act": "relu",
32
+ "hidden_dropout_prob": 0.05,
33
+ "hidden_size": 256,
34
+ "initializer_range": 0.02,
35
+ "intermediate_size": 3072,
36
+ "layer_norm_eps": 1e-12,
37
+ "local_attention_probs_dropout_prob": 0.05,
38
+ "local_attn_chunk_length": 64,
39
+ "local_num_chunks_after": 0,
40
+ "local_num_chunks_before": 1,
41
+ "lsh_attention_probs_dropout_prob": 0.0,
42
+ "lsh_attn_chunk_length": 64,
43
+ "lsh_num_chunks_after": 0,
44
+ "lsh_num_chunks_before": 1,
45
+ "max_position_embeddings": 4096,
46
+ "model_type": "reformer",
47
+ "num_attention_heads": 2,
48
+ "num_buckets": [
49
+ 64,
50
+ 128
51
+ ],
52
+ "num_chunks_after": 0,
53
+ "num_chunks_before": 1,
54
+ "num_hashes": 1,
55
+ "num_hidden_layers": 6,
56
+ "output_past": true,
57
+ "pad_token_id": 0,
58
+ "task_specific_params": {
59
+ "text-generation": {
60
+ "do_sample": true,
61
+ "max_length": 100
62
+ }
63
+ },
64
+ "tie_word_embeddings": false,
65
+ "torch_dtype": "float32",
66
+ "transformers_version": "4.20.1",
67
+ "use_cache": true,
68
+ "vocab_size": 320
69
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:32bddf4b5e7244bdf7cb62aa690ce3175f1e0b3d258092a7aa63c85422f6eeb0
3
+ size 14301070
runs/Jun22_09-43-20_f01ce8164ed2/1655891158.9861765/events.out.tfevents.1655891158.f01ce8164ed2.99.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6dbbfb8543d45fd85eed6b30d9650efd72a0fda4fd79d10b61d5f29799d4baee
3
+ size 5360
runs/Jun22_09-43-20_f01ce8164ed2/1655891335.496459/events.out.tfevents.1655891335.f01ce8164ed2.99.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:beb0aa7971a946243c0fdeab4d0d5e0bfa217c7a98e7b688448b80899787d41f
3
+ size 5360
runs/Jun22_09-43-20_f01ce8164ed2/events.out.tfevents.1655891124.f01ce8164ed2.99.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2f8420504243c6e1f29f3d679715c178f1e5ab80cd8d3355667938e3e7d6a669
3
+ size 9302
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1ab5dd9a894df5a9f00d8ea85f0411e70ad923e38f91753235a0bfa19680b2ab
3
+ size 3311