Hamza-Ziyard commited on
Commit
19fd102
·
1 Parent(s): 8c7b1f5

Training in progress, step 500

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,36 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "csebuetnlp/mT5_multilingual_XLSum",
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
+ "length_penalty": 0.6,
19
+ "max_length": 84,
20
+ "model_type": "mt5",
21
+ "no_repeat_ngram_size": 2,
22
+ "num_beams": 4,
23
+ "num_decoder_layers": 12,
24
+ "num_heads": 12,
25
+ "num_layers": 12,
26
+ "output_past": true,
27
+ "pad_token_id": 0,
28
+ "relative_attention_max_distance": 128,
29
+ "relative_attention_num_buckets": 32,
30
+ "tie_word_embeddings": false,
31
+ "tokenizer_class": "T5Tokenizer",
32
+ "torch_dtype": "float32",
33
+ "transformers_version": "4.28.1",
34
+ "use_cache": true,
35
+ "vocab_size": 250112
36
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:605f5f96ef8e77bafddfb6d3489d4897d55b28c13babb833965f52109d7d490e
3
+ size 2329702453
runs/Apr30_08-44-37_b55a7cad6239/1682844330.9406428/events.out.tfevents.1682844330.b55a7cad6239.5156.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:23e48bf7d716befbbcc7d095b05afb6bc4a349b5e5edb23fbfb060d86565ead8
3
+ size 6328
runs/Apr30_08-44-37_b55a7cad6239/events.out.tfevents.1682844330.b55a7cad6239.5156.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:56961620a2e20b4c742bd934cba48384215541e42e29973c9959b1229d6c60c9
3
+ size 4554
runs/Apr30_08-48-44_b55a7cad6239/1682844708.8155892/events.out.tfevents.1682844708.b55a7cad6239.5156.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7317a977ddc76fda1aad981f0899e12d6e9e9c3e675fc49f314131050ee1ab39
3
+ size 6328
runs/Apr30_08-48-44_b55a7cad6239/events.out.tfevents.1682844708.b55a7cad6239.5156.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:43e099f6c69416eed1a7d3e0475016e24b5d04281e818f3d7023b57ae65086dc
3
+ size 4184
runs/Apr30_08-54-54_b55a7cad6239/1682845172.1819208/events.out.tfevents.1682845172.b55a7cad6239.11803.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:59c91f6754b3e9d715a653a10f48c6bf868a241ada72fd30d472cea7951f5b94
3
+ size 6328
runs/Apr30_08-54-54_b55a7cad6239/events.out.tfevents.1682845172.b55a7cad6239.11803.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:22d5ff7f8fa99e81b7ae82268aded3ef0b490061f411ca42538502fcb005bb0a
3
+ size 4554
special_tokens_map.json ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ {
2
+ "eos_token": "</s>",
3
+ "pad_token": "<pad>",
4
+ "unk_token": "<unk>"
5
+ }
spiece.model ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ef78f86560d809067d12bac6c09f19a462cb3af3f54d2b8acbba26e1433125d6
3
+ size 4309802
tokenizer_config.json ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "additional_special_tokens": null,
3
+ "clean_up_tokenization_spaces": true,
4
+ "eos_token": "</s>",
5
+ "extra_ids": 0,
6
+ "model_max_length": 900,
7
+ "pad_token": "<pad>",
8
+ "sp_model_kwargs": {},
9
+ "tokenizer_class": "T5Tokenizer",
10
+ "tokenizer_file": null,
11
+ "unk_token": "<unk>"
12
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a705543d5a4e1dc768d2de9d09fe46797ca1d9a7e95b3a9f68421e5e39670aca
3
+ size 3835