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_1911_v16_deneme
|
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_1911_v16_deneme
|
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.3865
|
21 |
+
- Bleu: 0.6474
|
22 |
+
- Gen Len: 18.7566
|
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 |
+
| 5.2266 | 1.0 | 1250 | 2.0508 | 0.8851 | 16.8074 |
|
54 |
+
| 1.9533 | 2.0 | 2500 | 1.1931 | 1.1725 | 18.8668 |
|
55 |
+
| 1.5627 | 3.0 | 3750 | 0.8881 | 0.6185 | 18.672 |
|
56 |
+
| 1.237 | 4.0 | 5000 | 0.7267 | 0.6301 | 18.7212 |
|
57 |
+
| 1.1021 | 5.0 | 6250 | 0.6370 | 0.6165 | 18.679 |
|
58 |
+
| 0.962 | 6.0 | 7500 | 0.5726 | 0.5885 | 18.7398 |
|
59 |
+
| 0.8972 | 7.0 | 8750 | 0.5235 | 0.6011 | 18.7622 |
|
60 |
+
| 0.8385 | 8.0 | 10000 | 0.4881 | 0.6087 | 18.761 |
|
61 |
+
| 0.7949 | 9.0 | 11250 | 0.4579 | 0.6185 | 18.7696 |
|
62 |
+
| 0.7482 | 10.0 | 12500 | 0.4342 | 0.6175 | 18.755 |
|
63 |
+
| 0.7304 | 11.0 | 13750 | 0.4159 | 0.631 | 18.7478 |
|
64 |
+
| 0.7009 | 12.0 | 15000 | 0.4029 | 0.6373 | 18.7532 |
|
65 |
+
| 0.6863 | 13.0 | 16250 | 0.3938 | 0.6434 | 18.7546 |
|
66 |
+
| 0.6841 | 14.0 | 17500 | 0.3882 | 0.6464 | 18.7512 |
|
67 |
+
| 0.6749 | 15.0 | 18750 | 0.3865 | 0.6474 | 18.7566 |
|
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 |
+
}
|