e22vvb commited on
Commit
05fcbc2
·
1 Parent(s): 481ded2

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:b2c011f6f495825b7a90b9c1d74a2388eb8b65739ecb2693e3788973718ab17c
3
+ size 2329702453
runs/Jan26_12-06-43_munich/1706245621.4026964/events.out.tfevents.1706245621.munich.1555084.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f1e5c70f024183058368859321d4cbeb3fc70ed3291180376f3310128e9de651
3
+ size 6062
runs/Jan26_12-06-43_munich/events.out.tfevents.1706245621.munich.1555084.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b8b205f30a09ae0969e066f4b9e7e97c4eca7ac601b76cb9c0102f920b7a0a23
3
+ size 4225
runs/Jan26_12-11-41_munich/1706245911.6648695/events.out.tfevents.1706245911.munich.1556491.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fb29fc5849e59c92be12454e0390fc653fd33839c76c3ff303b1f41e000cfe6e
3
+ size 6062
runs/Jan26_12-11-41_munich/events.out.tfevents.1706245911.munich.1556491.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8a22ff4ac187685f2d4f0df9dfae4ed58fa420436dbf28782fff1ba5a4ae5999
3
+ size 5615
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6ddff926622231f920f8ce35f4322de21bed188a0be20bf9e06158b0d1419c32
3
+ size 3707