iBarb commited on
Commit
8dfc29d
·
verified ·
1 Parent(s): ddb78c5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +66 -64
README.md CHANGED
@@ -1,64 +1,66 @@
1
- ---
2
- license: apache-2.0
3
- base_model: Helsinki-NLP/opus-mt-es-en
4
- tags:
5
- - generated_from_trainer
6
- model-index:
7
- - name: Model-es-qu
8
- results: []
9
- ---
10
-
11
- <!-- This model card has been generated automatically according to the information the Trainer had access to. You
12
- should probably proofread and complete it, then remove this comment. -->
13
-
14
- # Model-es-qu
15
-
16
- This model is a fine-tuned version of [Helsinki-NLP/opus-mt-es-en](https://huggingface.co/Helsinki-NLP/opus-mt-es-en) on an unknown dataset.
17
- It achieves the following results on the evaluation set:
18
- - Loss: 0.2958
19
-
20
- ## Model description
21
-
22
- More information needed
23
-
24
- ## Intended uses & limitations
25
-
26
- More information needed
27
-
28
- ## Training and evaluation data
29
-
30
- More information needed
31
-
32
- ## Training procedure
33
-
34
- ### Training hyperparameters
35
-
36
- The following hyperparameters were used during training:
37
- - learning_rate: 0.00014023977100100803
38
- - train_batch_size: 16
39
- - eval_batch_size: 16
40
- - seed: 42
41
- - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
42
- - lr_scheduler_type: linear
43
- - lr_scheduler_warmup_steps: 16
44
- - num_epochs: 6
45
- - mixed_precision_training: Native AMP
46
-
47
- ### Training results
48
-
49
- | Training Loss | Epoch | Step | Validation Loss |
50
- |:-------------:|:-----:|:-----:|:---------------:|
51
- | 0.3983 | 1.0 | 6422 | 0.3643 |
52
- | 0.3285 | 2.0 | 12844 | 0.3257 |
53
- | 0.2908 | 3.0 | 19266 | 0.3065 |
54
- | 0.2537 | 4.0 | 25688 | 0.2981 |
55
- | 0.2203 | 5.0 | 32110 | 0.2943 |
56
- | 0.1969 | 6.0 | 38532 | 0.2958 |
57
-
58
-
59
- ### Framework versions
60
-
61
- - Transformers 4.43.3
62
- - Pytorch 2.4.0+cu118
63
- - Datasets 2.20.0
64
- - Tokenizers 0.19.1
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ base_model: Helsinki-NLP/opus-mt-es-en
4
+ tags:
5
+ - generated_from_trainer
6
+ model-index:
7
+ - name: Model-es-qu
8
+ results: []
9
+ ---
10
+
11
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
12
+ should probably proofread and complete it, then remove this comment. -->
13
+
14
+ # Model-es-qu
15
+
16
+ This model is a fine-tuned version of [Helsinki-NLP/opus-mt-es-en](https://huggingface.co/Helsinki-NLP/opus-mt-es-en) on an unknown dataset.
17
+ It achieves the following results on the evaluation set:
18
+ - BLEU: 15.47193377563526
19
+ - chrF: 49.809088254243925
20
+ - Loss: 0.2958
21
+
22
+ ## Model description
23
+
24
+ More information needed
25
+
26
+ ## Intended uses & limitations
27
+
28
+ More information needed
29
+
30
+ ## Training and evaluation data
31
+
32
+ More information needed
33
+
34
+ ## Training procedure
35
+
36
+ ### Training hyperparameters
37
+
38
+ The following hyperparameters were used during training:
39
+ - learning_rate: 0.00014023977100100803
40
+ - train_batch_size: 16
41
+ - eval_batch_size: 16
42
+ - seed: 42
43
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
44
+ - lr_scheduler_type: linear
45
+ - lr_scheduler_warmup_steps: 16
46
+ - num_epochs: 6
47
+ - mixed_precision_training: Native AMP
48
+
49
+ ### Training results
50
+
51
+ | Training Loss | Epoch | Step | Validation Loss |
52
+ |:-------------:|:-----:|:-----:|:---------------:|
53
+ | 0.3983 | 1.0 | 6422 | 0.3643 |
54
+ | 0.3285 | 2.0 | 12844 | 0.3257 |
55
+ | 0.2908 | 3.0 | 19266 | 0.3065 |
56
+ | 0.2537 | 4.0 | 25688 | 0.2981 |
57
+ | 0.2203 | 5.0 | 32110 | 0.2943 |
58
+ | 0.1969 | 6.0 | 38532 | 0.2958 |
59
+
60
+
61
+ ### Framework versions
62
+
63
+ - Transformers 4.43.3
64
+ - Pytorch 2.4.0+cu118
65
+ - Datasets 2.20.0
66
+ - Tokenizers 0.19.1