PaulineSanchez commited on
Commit
5fe74da
1 Parent(s): fca72ea

Upload README.md

Browse files
Files changed (1) hide show
  1. README.md +75 -0
README.md CHANGED
@@ -1,3 +1,78 @@
1
  ---
 
 
 
2
  license: apache-2.0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ language:
3
+ - en
4
+ - fr
5
  license: apache-2.0
6
+ tags:
7
+ - generated_from_trainer
8
+ datasets:
9
+ - PaulineSanchez/recipes_translation_400
10
+ metrics:
11
+ - bleu
12
+ model-index:
13
+ - name: train_hf_new_batch_8_epoch_3
14
+ results:
15
+ - task:
16
+ name: Translation
17
+ type: translation
18
+ dataset:
19
+ name: PaulineSanchez/recipes_translation_400
20
+ type: PaulineSanchez/recipes_translation_400
21
+ split: validation
22
+ metrics:
23
+ - name: Bleu
24
+ type: bleu
25
+ value: 57.269
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_new_batch_8_epoch_3
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_400 dataset.
34
+ It achieves the following results on the evaluation set:
35
+ - Loss: 0.7390
36
+ - Bleu: 57.269
37
+ - Gen Len: 36.1375
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: 3.0
63
+
64
+ ### Training results
65
+
66
+ | Training Loss | Epoch | Step | Validation Loss | Bleu | Gen Len |
67
+ |:-------------:|:-----:|:----:|:---------------:|:-------:|:-------:|
68
+ | No log | 1.0 | 40 | 0.7647 | 56.4458 | 36.4625 |
69
+ | No log | 2.0 | 80 | 0.7441 | 55.8074 | 36.4625 |
70
+ | No log | 3.0 | 120 | 0.7390 | 57.269 | 36.1375 |
71
+
72
+
73
+ ### Framework versions
74
+
75
+ - Transformers 4.31.0.dev0
76
+ - Pytorch 2.0.1+cu117
77
+ - Datasets 2.12.0
78
+ - Tokenizers 0.13.3