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: Buseak/md_mt5_0109_v7
|
4 |
+
tags:
|
5 |
+
- generated_from_trainer
|
6 |
+
metrics:
|
7 |
+
- bleu
|
8 |
+
model-index:
|
9 |
+
- name: md_mt5_0109_v8
|
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_v8
|
17 |
+
|
18 |
+
This model is a fine-tuned version of [Buseak/md_mt5_0109_v7](https://huggingface.co/Buseak/md_mt5_0109_v7) on the None dataset.
|
19 |
+
It achieves the following results on the evaluation set:
|
20 |
+
- Loss: 0.0444
|
21 |
+
- Bleu: 0.6614
|
22 |
+
- Gen Len: 18.9444
|
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 |
+
| 0.1129 | 1.0 | 975 | 0.0597 | 0.6517 | 18.9418 |
|
54 |
+
| 0.1094 | 2.0 | 1950 | 0.0567 | 0.654 | 18.9372 |
|
55 |
+
| 0.1101 | 3.0 | 2925 | 0.0543 | 0.657 | 18.9415 |
|
56 |
+
| 0.1097 | 4.0 | 3900 | 0.0520 | 0.6555 | 18.9446 |
|
57 |
+
| 0.1091 | 5.0 | 4875 | 0.0511 | 0.6571 | 18.9446 |
|
58 |
+
| 0.1102 | 6.0 | 5850 | 0.0497 | 0.6591 | 18.9451 |
|
59 |
+
| 0.1056 | 7.0 | 6825 | 0.0489 | 0.6585 | 18.9444 |
|
60 |
+
| 0.1088 | 8.0 | 7800 | 0.0470 | 0.6595 | 18.9436 |
|
61 |
+
| 0.1103 | 9.0 | 8775 | 0.0467 | 0.6589 | 18.9415 |
|
62 |
+
| 0.1078 | 10.0 | 9750 | 0.0462 | 0.66 | 18.9423 |
|
63 |
+
| 0.1106 | 11.0 | 10725 | 0.0451 | 0.6605 | 18.9431 |
|
64 |
+
| 0.1112 | 12.0 | 11700 | 0.0448 | 0.6607 | 18.9444 |
|
65 |
+
| 0.1134 | 13.0 | 12675 | 0.0447 | 0.6607 | 18.9395 |
|
66 |
+
| 0.1183 | 14.0 | 13650 | 0.0446 | 0.6602 | 18.9408 |
|
67 |
+
| 0.1188 | 15.0 | 14625 | 0.0444 | 0.6614 | 18.9444 |
|
68 |
+
|
69 |
+
|
70 |
+
### Framework versions
|
71 |
+
|
72 |
+
- Transformers 4.38.2
|
73 |
+
- Pytorch 2.2.1+cu121
|
74 |
+
- Datasets 2.18.0
|
75 |
+
- Tokenizers 0.15.2
|
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.38.2"
|
6 |
+
}
|