e22vvb commited on
Commit
85116fb
1 Parent(s): e4db152

Training in progress, epoch 1

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,32 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "google/mt5-base",
3
+ "architectures": [
4
+ "MT5ForConditionalGeneration"
5
+ ],
6
+ "d_ff": 2048,
7
+ "d_kv": 64,
8
+ "d_model": 768,
9
+ "decoder_start_token_id": 0,
10
+ "dense_act_fn": "gelu_new",
11
+ "dropout_rate": 0.1,
12
+ "eos_token_id": 1,
13
+ "feed_forward_proj": "gated-gelu",
14
+ "initializer_factor": 1.0,
15
+ "is_encoder_decoder": true,
16
+ "is_gated_act": true,
17
+ "layer_norm_epsilon": 1e-06,
18
+ "model_type": "mt5",
19
+ "num_decoder_layers": 12,
20
+ "num_heads": 12,
21
+ "num_layers": 12,
22
+ "output_past": true,
23
+ "pad_token_id": 0,
24
+ "relative_attention_max_distance": 128,
25
+ "relative_attention_num_buckets": 32,
26
+ "tie_word_embeddings": false,
27
+ "tokenizer_class": "T5Tokenizer",
28
+ "torch_dtype": "float32",
29
+ "transformers_version": "4.26.1",
30
+ "use_cache": true,
31
+ "vocab_size": 250112
32
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:978327e58a907867258efc669394c1f520eaaa1c5fd30fd79fa84b80d3ae9271
3
+ size 2329702453
runs/Jan23_00-49-57_munich/1705946264.2089508/events.out.tfevents.1705946264.munich.530136.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b474e833ef741dfcbf2bc729ecbfbcdf2e6f7906c58b5602bd65493853ecbe2c
3
+ size 6059
runs/Jan23_00-49-57_munich/events.out.tfevents.1705946263.munich.530136.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3b0ddb0b962c92e8e64dbff27aba12cae3521fc3a00d5e86b8a8fc92c5a62b96
3
+ size 4598
runs/Jan23_01-11-19_munich/1705947501.8041177/events.out.tfevents.1705947501.munich.535516.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4a7ad924a3cb24d6eb8e06f1c877d9db92465baf95b88c7f0aca87f29ec620ce
3
+ size 6059
runs/Jan23_01-11-19_munich/events.out.tfevents.1705947501.munich.535516.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:558550a2b58b8a997d4035ebafffa98e7cc9edd4d7976589d4be3a754398a712
3
+ size 6301
runs/Jan23_10-58-10_munich/1705982689.1571157/events.out.tfevents.1705982689.munich.678730.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a8bd75ee88cbd01fc4d34fbdf9687e29df9d7bb16f3376b459caa42f48c5870b
3
+ size 6059
runs/Jan23_10-58-10_munich/events.out.tfevents.1705982688.munich.678730.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:72da5f6b3c18e3654ed47613f78d0e638716a8307090503c23e0b1d7658b1d36
3
+ size 6301
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:22e4de7f1d3bf4525b0cfdf671e61084621c221c9ea54a92ab4391939b1c9714
3
+ size 3707