File size: 3,023 Bytes
af1511f
 
 
 
c34de39
 
af1511f
 
 
 
 
 
 
 
 
 
 
c34de39
 
 
 
 
af1511f
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
c34de39
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
af1511f
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
---
base_model: samzirbo/mT5.en-es.pretrained
tags:
- generated_from_trainer
metrics:
- bleu
model-index:
- name: baseline
  results: []
---

<!-- This model card has been generated automatically according to the information the Trainer had access to. You
should probably proofread and complete it, then remove this comment. -->

# baseline

This model is a fine-tuned version of [samzirbo/mT5.en-es.pretrained](https://huggingface.co/samzirbo/mT5.en-es.pretrained) on an unknown dataset.
It achieves the following results on the evaluation set:
- Loss: 1.1447
- Bleu: 44.0055
- Meteor: 0.6899
- Chrf++: 62.7408

## Model description

More information needed

## Intended uses & limitations

More information needed

## Training and evaluation data

More information needed

## Training procedure

### Training hyperparameters

The following hyperparameters were used during training:
- learning_rate: 0.0005
- train_batch_size: 64
- eval_batch_size: 64
- seed: 42
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
- lr_scheduler_type: cosine
- lr_scheduler_warmup_steps: 1000
- training_steps: 50000

### Training results

| Training Loss | Epoch | Step  | Validation Loss | Bleu    | Meteor | Chrf++  |
|:-------------:|:-----:|:-----:|:---------------:|:-------:|:------:|:-------:|
| 4.4025        | 0.15  | 2500  | 2.0103          | 27.2729 | 0.5485 | 48.5595 |
| 2.4711        | 0.29  | 5000  | 1.7003          | 33.5151 | 0.6064 | 54.1742 |
| 2.2228        | 0.44  | 7500  | 1.5685          | 35.7225 | 0.6241 | 56.257  |
| 2.0833        | 0.59  | 10000 | 1.4797          | 37.676  | 0.6383 | 57.6397 |
| 1.9841        | 0.73  | 12500 | 1.4128          | 38.5011 | 0.6504 | 58.509  |
| 1.9135        | 0.88  | 15000 | 1.3693          | 39.7405 | 0.6569 | 59.5371 |
| 1.8531        | 1.03  | 17500 | 1.3192          | 40.6354 | 0.6638 | 59.992  |
| 1.784         | 1.17  | 20000 | 1.2890          | 41.5264 | 0.6716 | 60.8105 |
| 1.7506        | 1.32  | 22500 | 1.2587          | 42.0462 | 0.6737 | 61.1679 |
| 1.7214        | 1.47  | 25000 | 1.2359          | 42.1492 | 0.6755 | 61.379  |
| 1.698         | 1.61  | 27500 | 1.2125          | 42.5233 | 0.6794 | 61.5581 |
| 1.6715        | 1.76  | 30000 | 1.1970          | 42.7034 | 0.6805 | 61.7294 |
| 1.6526        | 1.91  | 32500 | 1.1849          | 43.0685 | 0.6834 | 62.0592 |
| 1.6257        | 2.05  | 35000 | 1.1699          | 43.2808 | 0.6855 | 62.1626 |
| 1.5914        | 2.2   | 37500 | 1.1627          | 43.3637 | 0.685  | 62.2303 |
| 1.5818        | 2.35  | 40000 | 1.1545          | 43.6077 | 0.6874 | 62.4906 |
| 1.5811        | 2.49  | 42500 | 1.1484          | 43.9335 | 0.6891 | 62.6396 |
| 1.5777        | 2.64  | 45000 | 1.1449          | 44.1036 | 0.6903 | 62.8018 |
| 1.575         | 2.79  | 47500 | 1.1450          | 43.9408 | 0.6894 | 62.6836 |
| 1.5766        | 2.93  | 50000 | 1.1447          | 44.0055 | 0.6899 | 62.7408 |


### Framework versions

- Transformers 4.38.0
- Pytorch 2.2.1+cu121
- Datasets 2.19.1
- Tokenizers 0.15.2