End of training
Browse files- .gitattributes +1 -0
- README.md +110 -0
- config.json +33 -0
- generation_config.json +6 -0
- model.safetensors +3 -0
- special_tokens_map.json +23 -0
- spiece.model +3 -0
- tokenizer.json +3 -0
- tokenizer_config.json +38 -0
- training_args.bin +3 -0
.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
|
README.md
ADDED
@@ -0,0 +1,110 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
base_model: google/mt5-base
|
4 |
+
tags:
|
5 |
+
- generated_from_trainer
|
6 |
+
metrics:
|
7 |
+
- bleu
|
8 |
+
model-index:
|
9 |
+
- name: cs_mT5_0.01_50_v0.2
|
10 |
+
results: []
|
11 |
+
---
|
12 |
+
|
13 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
14 |
+
should probably proofread and complete it, then remove this comment. -->
|
15 |
+
|
16 |
+
# cs_mT5_0.01_50_v0.2
|
17 |
+
|
18 |
+
This model is a fine-tuned version of [google/mt5-base](https://huggingface.co/google/mt5-base) on an unknown dataset.
|
19 |
+
It achieves the following results on the evaluation set:
|
20 |
+
- Loss: 6.5103
|
21 |
+
- Bleu: 0.6102
|
22 |
+
- Gen Len: 19.0
|
23 |
+
|
24 |
+
## Model description
|
25 |
+
|
26 |
+
More information needed
|
27 |
+
|
28 |
+
## Intended uses & limitations
|
29 |
+
|
30 |
+
More information needed
|
31 |
+
|
32 |
+
## Training and evaluation data
|
33 |
+
|
34 |
+
More information needed
|
35 |
+
|
36 |
+
## Training procedure
|
37 |
+
|
38 |
+
### Training hyperparameters
|
39 |
+
|
40 |
+
The following hyperparameters were used during training:
|
41 |
+
- learning_rate: 0.01
|
42 |
+
- train_batch_size: 16
|
43 |
+
- eval_batch_size: 16
|
44 |
+
- seed: 42
|
45 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
46 |
+
- lr_scheduler_type: linear
|
47 |
+
- num_epochs: 50
|
48 |
+
|
49 |
+
### Training results
|
50 |
+
|
51 |
+
| Training Loss | Epoch | Step | Validation Loss | Bleu | Gen Len |
|
52 |
+
|:-------------:|:-----:|:----:|:---------------:|:------:|:-------:|
|
53 |
+
| 7.711 | 1.0 | 6 | 12.1049 | 0.1934 | 17.0952 |
|
54 |
+
| 9.9285 | 2.0 | 12 | 7.2425 | 0.1897 | 19.0 |
|
55 |
+
| 6.1686 | 3.0 | 18 | 6.5311 | 0.3794 | 19.0 |
|
56 |
+
| 6.0527 | 4.0 | 24 | 6.4394 | 0.6102 | 19.0 |
|
57 |
+
| 6.0341 | 5.0 | 30 | 6.3821 | 0.6102 | 19.0 |
|
58 |
+
| 4.9353 | 6.0 | 36 | 6.2037 | 0.704 | 19.0 |
|
59 |
+
| 5.3025 | 7.0 | 42 | 6.2245 | 0.2318 | 19.0 |
|
60 |
+
| 5.4882 | 8.0 | 48 | 6.4244 | 0.0 | 19.0 |
|
61 |
+
| 4.3601 | 9.0 | 54 | 6.4695 | 0.0 | 19.0 |
|
62 |
+
| 4.8256 | 10.0 | 60 | 6.1939 | 0.6102 | 19.0 |
|
63 |
+
| 6.2603 | 11.0 | 66 | 7.2294 | 0.6102 | 19.0 |
|
64 |
+
| 5.5046 | 12.0 | 72 | 7.1054 | 0.704 | 19.0 |
|
65 |
+
| 5.6536 | 13.0 | 78 | 6.2424 | 0.6102 | 19.0 |
|
66 |
+
| 5.2092 | 14.0 | 84 | 6.2343 | 0.2016 | 19.0 |
|
67 |
+
| 4.5288 | 15.0 | 90 | 6.1996 | 0.6102 | 19.0 |
|
68 |
+
| 5.3447 | 16.0 | 96 | 6.4456 | 0.0 | 3.0 |
|
69 |
+
| 4.7282 | 17.0 | 102 | 6.0271 | 0.2172 | 19.0 |
|
70 |
+
| 5.3814 | 18.0 | 108 | 6.2591 | 0.6102 | 19.0 |
|
71 |
+
| 3.8156 | 19.0 | 114 | 6.2314 | 0.6102 | 19.0 |
|
72 |
+
| 4.9031 | 20.0 | 120 | 6.3173 | 0.1986 | 19.0 |
|
73 |
+
| 4.4266 | 21.0 | 126 | 6.5376 | 0.6102 | 19.0 |
|
74 |
+
| 4.1837 | 22.0 | 132 | 6.1329 | 0.6405 | 19.0 |
|
75 |
+
| 4.2994 | 23.0 | 138 | 6.1589 | 0.6102 | 19.0 |
|
76 |
+
| 4.3625 | 24.0 | 144 | 6.0873 | 0.6218 | 19.0 |
|
77 |
+
| 4.8956 | 25.0 | 150 | 6.2374 | 0.2318 | 19.0 |
|
78 |
+
| 4.3551 | 26.0 | 156 | 6.2230 | 0.6102 | 19.0 |
|
79 |
+
| 4.025 | 27.0 | 162 | 6.2925 | 0.6929 | 19.0 |
|
80 |
+
| 3.9071 | 28.0 | 168 | 6.2040 | 0.6102 | 19.0 |
|
81 |
+
| 4.1388 | 29.0 | 174 | 6.3024 | 0.6218 | 19.0 |
|
82 |
+
| 3.942 | 30.0 | 180 | 6.4055 | 0.2176 | 19.0 |
|
83 |
+
| 4.0977 | 31.0 | 186 | 6.3005 | 0.2874 | 19.0 |
|
84 |
+
| 4.6125 | 32.0 | 192 | 6.2886 | 0.6102 | 19.0 |
|
85 |
+
| 4.4031 | 33.0 | 198 | 6.2948 | 0.704 | 19.0 |
|
86 |
+
| 3.8115 | 34.0 | 204 | 6.2838 | 0.6102 | 19.0 |
|
87 |
+
| 4.8767 | 35.0 | 210 | 6.2233 | 0.6102 | 19.0 |
|
88 |
+
| 3.6557 | 36.0 | 216 | 6.2860 | 0.6102 | 19.0 |
|
89 |
+
| 3.9009 | 37.0 | 222 | 6.3841 | 0.6102 | 19.0 |
|
90 |
+
| 4.4334 | 38.0 | 228 | 6.3916 | 0.6102 | 19.0 |
|
91 |
+
| 3.3359 | 39.0 | 234 | 6.3696 | 0.6102 | 19.0 |
|
92 |
+
| 4.2239 | 40.0 | 240 | 6.4627 | 0.6102 | 19.0 |
|
93 |
+
| 3.7335 | 41.0 | 246 | 6.5189 | 0.6102 | 19.0 |
|
94 |
+
| 3.544 | 42.0 | 252 | 6.4958 | 0.6102 | 19.0 |
|
95 |
+
| 3.77 | 43.0 | 258 | 6.5922 | 0.6102 | 19.0 |
|
96 |
+
| 3.4661 | 44.0 | 264 | 6.6700 | 0.6218 | 19.0 |
|
97 |
+
| 4.0715 | 45.0 | 270 | 6.6247 | 0.6102 | 19.0 |
|
98 |
+
| 3.8948 | 46.0 | 276 | 6.5279 | 0.6102 | 19.0 |
|
99 |
+
| 3.8278 | 47.0 | 282 | 6.4594 | 0.6102 | 19.0 |
|
100 |
+
| 4.1446 | 48.0 | 288 | 6.4570 | 0.6102 | 19.0 |
|
101 |
+
| 3.7627 | 49.0 | 294 | 6.4923 | 0.6102 | 19.0 |
|
102 |
+
| 3.5996 | 50.0 | 300 | 6.5103 | 0.6102 | 19.0 |
|
103 |
+
|
104 |
+
|
105 |
+
### Framework versions
|
106 |
+
|
107 |
+
- Transformers 4.35.2
|
108 |
+
- Pytorch 1.13.1+cu117
|
109 |
+
- Datasets 2.17.0
|
110 |
+
- Tokenizers 0.15.1
|
config.json
ADDED
@@ -0,0 +1,33 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "google/mt5-base",
|
3 |
+
"architectures": [
|
4 |
+
"MT5ForConditionalGeneration"
|
5 |
+
],
|
6 |
+
"classifier_dropout": 0.0,
|
7 |
+
"d_ff": 2048,
|
8 |
+
"d_kv": 64,
|
9 |
+
"d_model": 768,
|
10 |
+
"decoder_start_token_id": 0,
|
11 |
+
"dense_act_fn": "gelu_new",
|
12 |
+
"dropout_rate": 0.1,
|
13 |
+
"eos_token_id": 1,
|
14 |
+
"feed_forward_proj": "gated-gelu",
|
15 |
+
"initializer_factor": 1.0,
|
16 |
+
"is_encoder_decoder": true,
|
17 |
+
"is_gated_act": true,
|
18 |
+
"layer_norm_epsilon": 1e-06,
|
19 |
+
"model_type": "mt5",
|
20 |
+
"num_decoder_layers": 12,
|
21 |
+
"num_heads": 12,
|
22 |
+
"num_layers": 12,
|
23 |
+
"output_past": true,
|
24 |
+
"pad_token_id": 0,
|
25 |
+
"relative_attention_max_distance": 128,
|
26 |
+
"relative_attention_num_buckets": 32,
|
27 |
+
"tie_word_embeddings": false,
|
28 |
+
"tokenizer_class": "T5Tokenizer",
|
29 |
+
"torch_dtype": "float32",
|
30 |
+
"transformers_version": "4.35.2",
|
31 |
+
"use_cache": true,
|
32 |
+
"vocab_size": 250112
|
33 |
+
}
|
generation_config.json
ADDED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"decoder_start_token_id": 0,
|
3 |
+
"eos_token_id": 1,
|
4 |
+
"pad_token_id": 0,
|
5 |
+
"transformers_version": "4.35.2"
|
6 |
+
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6f415b3e37274ca2bee1bcbc15b0de2fa1587dfd74460d81b933db1180d06234
|
3 |
+
size 2329638768
|
special_tokens_map.json
ADDED
@@ -0,0 +1,23 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"eos_token": {
|
3 |
+
"content": "</s>",
|
4 |
+
"lstrip": false,
|
5 |
+
"normalized": false,
|
6 |
+
"rstrip": false,
|
7 |
+
"single_word": false
|
8 |
+
},
|
9 |
+
"pad_token": {
|
10 |
+
"content": "<pad>",
|
11 |
+
"lstrip": false,
|
12 |
+
"normalized": false,
|
13 |
+
"rstrip": false,
|
14 |
+
"single_word": false
|
15 |
+
},
|
16 |
+
"unk_token": {
|
17 |
+
"content": "<unk>",
|
18 |
+
"lstrip": false,
|
19 |
+
"normalized": false,
|
20 |
+
"rstrip": false,
|
21 |
+
"single_word": false
|
22 |
+
}
|
23 |
+
}
|
spiece.model
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ef78f86560d809067d12bac6c09f19a462cb3af3f54d2b8acbba26e1433125d6
|
3 |
+
size 4309802
|
tokenizer.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c816e64ca5739a75c4a484bbff22b624131f1b667f423dbeaeaa053b501fdafe
|
3 |
+
size 16330559
|
tokenizer_config.json
ADDED
@@ -0,0 +1,38 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"added_tokens_decoder": {
|
3 |
+
"0": {
|
4 |
+
"content": "<pad>",
|
5 |
+
"lstrip": false,
|
6 |
+
"normalized": false,
|
7 |
+
"rstrip": false,
|
8 |
+
"single_word": false,
|
9 |
+
"special": true
|
10 |
+
},
|
11 |
+
"1": {
|
12 |
+
"content": "</s>",
|
13 |
+
"lstrip": false,
|
14 |
+
"normalized": false,
|
15 |
+
"rstrip": false,
|
16 |
+
"single_word": false,
|
17 |
+
"special": true
|
18 |
+
},
|
19 |
+
"2": {
|
20 |
+
"content": "<unk>",
|
21 |
+
"lstrip": false,
|
22 |
+
"normalized": false,
|
23 |
+
"rstrip": false,
|
24 |
+
"single_word": false,
|
25 |
+
"special": true
|
26 |
+
}
|
27 |
+
},
|
28 |
+
"additional_special_tokens": [],
|
29 |
+
"clean_up_tokenization_spaces": true,
|
30 |
+
"eos_token": "</s>",
|
31 |
+
"extra_ids": 0,
|
32 |
+
"legacy": true,
|
33 |
+
"model_max_length": 1000000000000000019884624838656,
|
34 |
+
"pad_token": "<pad>",
|
35 |
+
"sp_model_kwargs": {},
|
36 |
+
"tokenizer_class": "T5Tokenizer",
|
37 |
+
"unk_token": "<unk>"
|
38 |
+
}
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d1f1dcad77bea447578105d7cbeb377397f6f6fdc8290f24e12874a5218046d5
|
3 |
+
size 4283
|