End of training
Browse files- README.md +75 -0
- generation_config.json +6 -0
README.md
ADDED
@@ -0,0 +1,75 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
base_model: google/mt5-small
|
4 |
+
tags:
|
5 |
+
- generated_from_trainer
|
6 |
+
metrics:
|
7 |
+
- bleu
|
8 |
+
model-index:
|
9 |
+
- name: md_mt5_base_boun_split_first_v2
|
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 |
+
# md_mt5_base_boun_split_first_v2
|
17 |
+
|
18 |
+
This model is a fine-tuned version of [google/mt5-small](https://huggingface.co/google/mt5-small) on the None dataset.
|
19 |
+
It achieves the following results on the evaluation set:
|
20 |
+
- Loss: 0.4874
|
21 |
+
- Bleu: 0.5931
|
22 |
+
- Gen Len: 18.7836
|
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: 2e-05
|
42 |
+
- train_batch_size: 4
|
43 |
+
- eval_batch_size: 4
|
44 |
+
- seed: 42
|
45 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
46 |
+
- lr_scheduler_type: linear
|
47 |
+
- num_epochs: 15
|
48 |
+
|
49 |
+
### Training results
|
50 |
+
|
51 |
+
| Training Loss | Epoch | Step | Validation Loss | Bleu | Gen Len |
|
52 |
+
|:-------------:|:-----:|:-----:|:---------------:|:------:|:-------:|
|
53 |
+
| 14.1813 | 1.0 | 975 | 2.7812 | 1.1085 | 18.9862 |
|
54 |
+
| 2.9943 | 2.0 | 1950 | 1.4463 | 1.4366 | 18.7331 |
|
55 |
+
| 1.9645 | 3.0 | 2925 | 1.0962 | 0.5916 | 18.7738 |
|
56 |
+
| 1.5852 | 4.0 | 3900 | 0.8990 | 0.5837 | 18.6944 |
|
57 |
+
| 1.3504 | 5.0 | 4875 | 0.7589 | 0.5952 | 18.7164 |
|
58 |
+
| 1.1926 | 6.0 | 5850 | 0.6843 | 0.6057 | 18.7367 |
|
59 |
+
| 1.0963 | 7.0 | 6825 | 0.6291 | 0.5969 | 18.7197 |
|
60 |
+
| 1.0192 | 8.0 | 7800 | 0.5902 | 0.6007 | 18.7428 |
|
61 |
+
| 0.9537 | 9.0 | 8775 | 0.5614 | 0.5879 | 18.7492 |
|
62 |
+
| 0.9127 | 10.0 | 9750 | 0.5366 | 0.5871 | 18.7667 |
|
63 |
+
| 0.8705 | 11.0 | 10725 | 0.5166 | 0.5841 | 18.7718 |
|
64 |
+
| 0.8472 | 12.0 | 11700 | 0.5041 | 0.5869 | 18.7777 |
|
65 |
+
| 0.8312 | 13.0 | 12675 | 0.4963 | 0.5917 | 18.7821 |
|
66 |
+
| 0.8243 | 14.0 | 13650 | 0.4890 | 0.5944 | 18.7838 |
|
67 |
+
| 0.8099 | 15.0 | 14625 | 0.4874 | 0.5931 | 18.7836 |
|
68 |
+
|
69 |
+
|
70 |
+
### Framework versions
|
71 |
+
|
72 |
+
- Transformers 4.35.2
|
73 |
+
- Pytorch 2.1.0+cu118
|
74 |
+
- Datasets 2.15.0
|
75 |
+
- Tokenizers 0.15.0
|
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 |
+
}
|