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_0109
|
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_0109
|
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.4790
|
21 |
+
- Bleu: 0.457
|
22 |
+
- Gen Len: 18.9295
|
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 |
+
| 13.8417 | 1.0 | 975 | 2.6438 | 0.563 | 15.6487 |
|
54 |
+
| 2.8117 | 2.0 | 1950 | 1.4148 | 0.891 | 17.2223 |
|
55 |
+
| 1.8883 | 3.0 | 2925 | 1.0693 | 0.401 | 18.7582 |
|
56 |
+
| 1.5248 | 4.0 | 3900 | 0.8703 | 0.4583 | 18.8508 |
|
57 |
+
| 1.3116 | 5.0 | 4875 | 0.7483 | 0.4651 | 18.8856 |
|
58 |
+
| 1.1617 | 6.0 | 5850 | 0.6783 | 0.4542 | 18.9005 |
|
59 |
+
| 1.0636 | 7.0 | 6825 | 0.6243 | 0.459 | 18.9054 |
|
60 |
+
| 0.9928 | 8.0 | 7800 | 0.5869 | 0.4707 | 18.9038 |
|
61 |
+
| 0.9272 | 9.0 | 8775 | 0.5536 | 0.4563 | 18.9031 |
|
62 |
+
| 0.8926 | 10.0 | 9750 | 0.5282 | 0.4606 | 18.9177 |
|
63 |
+
| 0.8568 | 11.0 | 10725 | 0.5091 | 0.4577 | 18.9226 |
|
64 |
+
| 0.8341 | 12.0 | 11700 | 0.4964 | 0.4482 | 18.9259 |
|
65 |
+
| 0.8176 | 13.0 | 12675 | 0.4867 | 0.4539 | 18.9262 |
|
66 |
+
| 0.806 | 14.0 | 13650 | 0.4812 | 0.4576 | 18.9264 |
|
67 |
+
| 0.7945 | 15.0 | 14625 | 0.4790 | 0.457 | 18.9295 |
|
68 |
+
|
69 |
+
|
70 |
+
### Framework versions
|
71 |
+
|
72 |
+
- Transformers 4.35.2
|
73 |
+
- Pytorch 2.1.0+cu121
|
74 |
+
- Datasets 2.16.1
|
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 |
+
}
|