PaulineSanchez commited on
Commit
c64bbe2
1 Parent(s): c4eb2c8

Upload README.md

Browse files
Files changed (1) hide show
  1. README.md +73 -0
README.md ADDED
@@ -0,0 +1,73 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - en
4
+ - fr
5
+ license: apache-2.0
6
+ tags:
7
+ - generated_from_trainer
8
+ datasets:
9
+ - PaulineSanchez/recipes_translation_2
10
+ metrics:
11
+ - bleu
12
+ model-index:
13
+ - name: train_hf_batch_8_epoch_8
14
+ results:
15
+ - task:
16
+ name: Translation
17
+ type: translation
18
+ dataset:
19
+ name: PaulineSanchez/recipes_translation_2
20
+ type: PaulineSanchez/recipes_translation_2
21
+ split: validation
22
+ metrics:
23
+ - name: Bleu
24
+ type: bleu
25
+ value: 61.6124
26
+ ---
27
+
28
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
29
+ should probably proofread and complete it, then remove this comment. -->
30
+
31
+ # train_hf_batch_8_epoch_8
32
+
33
+ This model is a fine-tuned version of [Helsinki-NLP/opus-mt-en-fr](https://huggingface.co/Helsinki-NLP/opus-mt-en-fr) on the PaulineSanchez/recipes_translation_2 dataset.
34
+ It achieves the following results on the evaluation set:
35
+ - Loss: 0.6032
36
+ - Bleu: 61.6124
37
+ - Gen Len: 34.06
38
+
39
+ ## Model description
40
+
41
+ More information needed
42
+
43
+ ## Intended uses & limitations
44
+
45
+ More information needed
46
+
47
+ ## Training and evaluation data
48
+
49
+ More information needed
50
+
51
+ ## Training procedure
52
+
53
+ ### Training hyperparameters
54
+
55
+ The following hyperparameters were used during training:
56
+ - learning_rate: 5e-05
57
+ - train_batch_size: 8
58
+ - eval_batch_size: 8
59
+ - seed: 42
60
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
61
+ - lr_scheduler_type: linear
62
+ - num_epochs: 8.0
63
+
64
+ ### Training results
65
+
66
+
67
+
68
+ ### Framework versions
69
+
70
+ - Transformers 4.31.0.dev0
71
+ - Pytorch 2.0.1+cu117
72
+ - Datasets 2.12.0
73
+ - Tokenizers 0.13.3