Berly00 commited on
Commit
b5ff160
·
verified ·
1 Parent(s): ca659b9

End of training

Browse files
Files changed (2) hide show
  1. README.md +68 -0
  2. generation_config.json +11 -0
README.md ADDED
@@ -0,0 +1,68 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ language:
4
+ - es
5
+ - en
6
+ license: mit
7
+ base_model: facebook/mbart-large-50
8
+ tags:
9
+ - generated_from_trainer
10
+ datasets:
11
+ - facebook/covost2
12
+ metrics:
13
+ - bleu
14
+ model-index:
15
+ - name: mBart-large-50-es-to-en
16
+ results: []
17
+ ---
18
+
19
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
20
+ should probably proofread and complete it, then remove this comment. -->
21
+
22
+ # mBart-large-50-es-to-en
23
+
24
+ This model is a fine-tuned version of [facebook/mbart-large-50](https://huggingface.co/facebook/mbart-large-50) on the covost2 dataset.
25
+ It achieves the following results on the evaluation set:
26
+ - Loss: 0.8914
27
+ - Bleu: 43.2990
28
+
29
+ ## Model description
30
+
31
+ More information needed
32
+
33
+ ## Intended uses & limitations
34
+
35
+ More information needed
36
+
37
+ ## Training and evaluation data
38
+
39
+ More information needed
40
+
41
+ ## Training procedure
42
+
43
+ ### Training hyperparameters
44
+
45
+ The following hyperparameters were used during training:
46
+ - learning_rate: 1e-05
47
+ - train_batch_size: 16
48
+ - eval_batch_size: 16
49
+ - seed: 42
50
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
51
+ - lr_scheduler_type: linear
52
+ - lr_scheduler_warmup_steps: 100
53
+ - num_epochs: 1
54
+ - mixed_precision_training: Native AMP
55
+
56
+ ### Training results
57
+
58
+ | Training Loss | Epoch | Step | Validation Loss | Bleu |
59
+ |:-------------:|:-----:|:----:|:---------------:|:-------:|
60
+ | 0.8842 | 1.0 | 4939 | 0.8914 | 43.2990 |
61
+
62
+
63
+ ### Framework versions
64
+
65
+ - Transformers 4.45.2
66
+ - Pytorch 2.5.1+cu121
67
+ - Datasets 3.2.0
68
+ - Tokenizers 0.20.3
generation_config.json ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token_id": 0,
3
+ "decoder_start_token_id": 2,
4
+ "early_stopping": true,
5
+ "eos_token_id": 2,
6
+ "forced_eos_token_id": 2,
7
+ "max_length": 200,
8
+ "num_beams": 5,
9
+ "pad_token_id": 1,
10
+ "transformers_version": "4.45.2"
11
+ }