millan24 commited on
Commit
e2e0670
·
verified ·
1 Parent(s): a99a69f

Training in progress, epoch 1

Browse files
.gitattributes CHANGED
@@ -33,3 +33,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
 
 
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
36
+ tokenizer.json filter=lfs diff=lfs merge=lfs -text
config.json ADDED
@@ -0,0 +1,33 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "MT5ForConditionalGeneration"
4
+ ],
5
+ "bos_token_id": null,
6
+ "classifier_dropout": 0.0,
7
+ "d_ff": 1024,
8
+ "d_kv": 64,
9
+ "d_model": 512,
10
+ "decoder_start_token_id": 0,
11
+ "dense_act_fn": "gelu_new",
12
+ "dropout_rate": 0.1,
13
+ "dtype": "float32",
14
+ "eos_token_id": 1,
15
+ "feed_forward_proj": "gated-gelu",
16
+ "initializer_factor": 1.0,
17
+ "is_decoder": false,
18
+ "is_encoder_decoder": true,
19
+ "is_gated_act": true,
20
+ "layer_norm_epsilon": 1e-06,
21
+ "model_type": "mt5",
22
+ "num_decoder_layers": 8,
23
+ "num_heads": 6,
24
+ "num_layers": 8,
25
+ "pad_token_id": 0,
26
+ "relative_attention_max_distance": 128,
27
+ "relative_attention_num_buckets": 32,
28
+ "tie_word_embeddings": true,
29
+ "tokenizer_class": "T5Tokenizer",
30
+ "transformers_version": "5.4.0",
31
+ "use_cache": false,
32
+ "vocab_size": 250112
33
+ }
generation_config.json ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_from_model_config": false,
3
+ "assistant_confidence_threshold": 0.4,
4
+ "assistant_lookbehind": 10,
5
+ "decoder_start_token_id": 0,
6
+ "diversity_penalty": 0.0,
7
+ "do_sample": false,
8
+ "early_stopping": false,
9
+ "encoder_no_repeat_ngram_size": 0,
10
+ "encoder_repetition_penalty": 1.0,
11
+ "eos_token_id": [
12
+ 1
13
+ ],
14
+ "epsilon_cutoff": 0.0,
15
+ "eta_cutoff": 0.0,
16
+ "length_penalty": 1.0,
17
+ "max_length": 20,
18
+ "min_length": 0,
19
+ "no_repeat_ngram_size": 0,
20
+ "num_assistant_tokens": 20,
21
+ "num_assistant_tokens_schedule": "constant",
22
+ "num_beam_groups": 1,
23
+ "num_beams": 1,
24
+ "num_return_sequences": 1,
25
+ "output_scores": false,
26
+ "pad_token_id": 0,
27
+ "remove_invalid_values": false,
28
+ "repetition_penalty": 1.0,
29
+ "return_dict_in_generate": false,
30
+ "target_lookbehind": 10,
31
+ "temperature": 1.0,
32
+ "top_k": 50,
33
+ "top_p": 1.0,
34
+ "transformers_version": "5.4.0",
35
+ "typical_p": 1.0,
36
+ "use_cache": true
37
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d3000aee8d618670e7095d6ad5d223437cb645b0bd2c1fe8eb49f25d127608bc
3
+ size 1200729512
tokenizer.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:652432621fdf83a8c9719c2d11e3a2a5232667623e35030ce78e7c70390b0890
3
+ size 16350027
tokenizer_config.json ADDED
@@ -0,0 +1,115 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "backend": "tokenizers",
3
+ "eos_token": "</s>",
4
+ "extra_ids": 0,
5
+ "extra_special_tokens": [
6
+ "<pad>",
7
+ "</s>",
8
+ "▁<extra_id_99>",
9
+ "▁<extra_id_98>",
10
+ "▁<extra_id_97>",
11
+ "▁<extra_id_96>",
12
+ "▁<extra_id_95>",
13
+ "▁<extra_id_94>",
14
+ "▁<extra_id_93>",
15
+ "▁<extra_id_92>",
16
+ "▁<extra_id_91>",
17
+ "▁<extra_id_90>",
18
+ "▁<extra_id_89>",
19
+ "▁<extra_id_88>",
20
+ "▁<extra_id_87>",
21
+ "▁<extra_id_86>",
22
+ "▁<extra_id_85>",
23
+ "▁<extra_id_84>",
24
+ "▁<extra_id_83>",
25
+ "▁<extra_id_82>",
26
+ "▁<extra_id_81>",
27
+ "▁<extra_id_80>",
28
+ "▁<extra_id_79>",
29
+ "▁<extra_id_78>",
30
+ "▁<extra_id_77>",
31
+ "▁<extra_id_76>",
32
+ "▁<extra_id_75>",
33
+ "▁<extra_id_74>",
34
+ "▁<extra_id_73>",
35
+ "▁<extra_id_72>",
36
+ "▁<extra_id_71>",
37
+ "▁<extra_id_70>",
38
+ "▁<extra_id_69>",
39
+ "▁<extra_id_68>",
40
+ "▁<extra_id_67>",
41
+ "▁<extra_id_66>",
42
+ "▁<extra_id_65>",
43
+ "▁<extra_id_64>",
44
+ "▁<extra_id_63>",
45
+ "▁<extra_id_62>",
46
+ "▁<extra_id_61>",
47
+ "▁<extra_id_60>",
48
+ "▁<extra_id_59>",
49
+ "▁<extra_id_58>",
50
+ "▁<extra_id_57>",
51
+ "▁<extra_id_56>",
52
+ "▁<extra_id_55>",
53
+ "▁<extra_id_54>",
54
+ "▁<extra_id_53>",
55
+ "▁<extra_id_52>",
56
+ "▁<extra_id_51>",
57
+ "▁<extra_id_50>",
58
+ "▁<extra_id_49>",
59
+ "▁<extra_id_48>",
60
+ "▁<extra_id_47>",
61
+ "▁<extra_id_46>",
62
+ "▁<extra_id_45>",
63
+ "▁<extra_id_44>",
64
+ "▁<extra_id_43>",
65
+ "▁<extra_id_42>",
66
+ "▁<extra_id_41>",
67
+ "▁<extra_id_40>",
68
+ "▁<extra_id_39>",
69
+ "▁<extra_id_38>",
70
+ "▁<extra_id_37>",
71
+ "▁<extra_id_36>",
72
+ "▁<extra_id_35>",
73
+ "▁<extra_id_34>",
74
+ "▁<extra_id_33>",
75
+ "▁<extra_id_32>",
76
+ "▁<extra_id_31>",
77
+ "▁<extra_id_30>",
78
+ "▁<extra_id_29>",
79
+ "▁<extra_id_28>",
80
+ "▁<extra_id_27>",
81
+ "▁<extra_id_26>",
82
+ "▁<extra_id_25>",
83
+ "▁<extra_id_24>",
84
+ "▁<extra_id_23>",
85
+ "▁<extra_id_22>",
86
+ "▁<extra_id_21>",
87
+ "▁<extra_id_20>",
88
+ "▁<extra_id_19>",
89
+ "▁<extra_id_18>",
90
+ "▁<extra_id_17>",
91
+ "▁<extra_id_16>",
92
+ "▁<extra_id_15>",
93
+ "▁<extra_id_14>",
94
+ "▁<extra_id_13>",
95
+ "▁<extra_id_12>",
96
+ "▁<extra_id_11>",
97
+ "▁<extra_id_10>",
98
+ "▁<extra_id_9>",
99
+ "▁<extra_id_8>",
100
+ "▁<extra_id_7>",
101
+ "▁<extra_id_6>",
102
+ "▁<extra_id_5>",
103
+ "▁<extra_id_4>",
104
+ "▁<extra_id_3>",
105
+ "▁<extra_id_2>",
106
+ "▁<extra_id_1>",
107
+ "▁<extra_id_0>"
108
+ ],
109
+ "is_local": false,
110
+ "model_max_length": 1000000000000000019884624838656,
111
+ "pad_token": "<pad>",
112
+ "tokenizer_class": "T5Tokenizer",
113
+ "unk_id": 2,
114
+ "unk_token": "<unk>"
115
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fc4599fdabd6ae8ab4bf23673aa89620fd2b814224779bbaa44d35ef76d48d69
3
+ size 5393