marymary2000 commited on
Commit
7a97c34
·
verified ·
1 Parent(s): fc463ac

End of training

Browse files
Files changed (1) hide show
  1. README.md +66 -0
README.md ADDED
@@ -0,0 +1,66 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ license: apache-2.0
4
+ base_model: Helsinki-NLP/opus-mt-es-en
5
+ tags:
6
+ - generated_from_trainer
7
+ metrics:
8
+ - bleu
9
+ model-index:
10
+ - name: opus-mt-es-en-finetuned
11
+ results: []
12
+ ---
13
+
14
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
15
+ should probably proofread and complete it, then remove this comment. -->
16
+
17
+ # opus-mt-es-en-finetuned
18
+
19
+ 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.
20
+ It achieves the following results on the evaluation set:
21
+ - Loss: 1.3101
22
+ - Bleu: 43.6479
23
+ - Chrf++: 62.6694
24
+ - Gen Len: 17.239
25
+
26
+ ## Model description
27
+
28
+ More information needed
29
+
30
+ ## Intended uses & limitations
31
+
32
+ More information needed
33
+
34
+ ## Training and evaluation data
35
+
36
+ More information needed
37
+
38
+ ## Training procedure
39
+
40
+ ### Training hyperparameters
41
+
42
+ The following hyperparameters were used during training:
43
+ - learning_rate: 2e-05
44
+ - train_batch_size: 16
45
+ - eval_batch_size: 16
46
+ - seed: 42
47
+ - optimizer: Use OptimizerNames.ADAMW_TORCH_FUSED with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
48
+ - lr_scheduler_type: linear
49
+ - num_epochs: 3
50
+ - mixed_precision_training: Native AMP
51
+
52
+ ### Training results
53
+
54
+ | Training Loss | Epoch | Step | Validation Loss | Bleu | Chrf++ | Gen Len |
55
+ |:-------------:|:-----:|:------:|:---------------:|:-------:|:-------:|:-------:|
56
+ | 1.3080 | 1.0 | 62500 | 1.3174 | 43.3693 | 62.4229 | 17.284 |
57
+ | 1.2454 | 2.0 | 125000 | 1.3117 | 43.383 | 62.3814 | 17.3 |
58
+ | 1.1888 | 3.0 | 187500 | 1.3101 | 43.6479 | 62.6694 | 17.239 |
59
+
60
+
61
+ ### Framework versions
62
+
63
+ - Transformers 5.0.0
64
+ - Pytorch 2.10.0+cu128
65
+ - Datasets 4.0.0
66
+ - Tokenizers 0.22.2