e22vvb commited on
Commit
3b06205
·
1 Parent(s): bedbd67

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:8f71c6fb2dbf70a8146a9158fdca718fa34791c5fa6a0e27e7bfd1690f47ac6f
3
+ size 2329702453
runs/Jan09_09-10-19_munich/1704766269.3778758/events.out.tfevents.1704766269.munich.626997.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3684af10fd0ec61db50044c284a925caf36390d9de1cae79b729036a35c4b5d9
3
+ size 6050
runs/Jan09_09-10-19_munich/events.out.tfevents.1704766252.munich.626997.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8990d0c223b6f419a06430daeebf42546b80f66b4bedc3c695e6b64a43aee561
3
+ size 4589
runs/Jan09_09-13-41_munich/1704766450.4086194/events.out.tfevents.1704766450.munich.628875.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0744ab9c80a92b119ca31276cc9f63f2e07db038f56f181d9de6b31d7939230c
3
+ size 6050
runs/Jan09_09-13-41_munich/events.out.tfevents.1704766447.munich.628875.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:eacf9bac76759b0a79f57f87eefc57df6f322df1b76f3ef796fcaed1b1996203
3
+ size 5036
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c310a6caf15dc64e98c9bff53b202e50b4e87bc01998b1a3caddd7d8ac8e86fb
3
+ size 3707