yasmineelabbar
commited on
Commit
•
5e10190
1
Parent(s):
dd27d12
update model card README.md
Browse files
README.md
CHANGED
@@ -5,9 +5,24 @@ tags:
|
|
5 |
- generated_from_trainer
|
6 |
datasets:
|
7 |
- opus_books
|
|
|
|
|
8 |
model-index:
|
9 |
- name: my_awesome_opus_books_model
|
10 |
-
results:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
11 |
---
|
12 |
|
13 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -17,14 +32,9 @@ should probably proofread and complete it, then remove this comment. -->
|
|
17 |
|
18 |
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 opus_books dataset.
|
19 |
It achieves the following results on the evaluation set:
|
20 |
-
-
|
21 |
-
-
|
22 |
-
-
|
23 |
-
- eval_runtime: 2692.7929
|
24 |
-
- eval_samples_per_second: 9.439
|
25 |
-
- eval_steps_per_second: 0.295
|
26 |
-
- epoch: 1.0
|
27 |
-
- step: 3178
|
28 |
|
29 |
## Model description
|
30 |
|
@@ -50,7 +60,15 @@ The following hyperparameters were used during training:
|
|
50 |
- optimizer: Adam with betas=(0.9,0.98) and epsilon=1e-08
|
51 |
- lr_scheduler_type: linear
|
52 |
- lr_scheduler_warmup_ratio: 0.1
|
53 |
-
- num_epochs:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
54 |
|
55 |
### Framework versions
|
56 |
|
|
|
5 |
- generated_from_trainer
|
6 |
datasets:
|
7 |
- opus_books
|
8 |
+
metrics:
|
9 |
+
- bleu
|
10 |
model-index:
|
11 |
- name: my_awesome_opus_books_model
|
12 |
+
results:
|
13 |
+
- task:
|
14 |
+
name: Sequence-to-sequence Language Modeling
|
15 |
+
type: text2text-generation
|
16 |
+
dataset:
|
17 |
+
name: opus_books
|
18 |
+
type: opus_books
|
19 |
+
config: en-fr
|
20 |
+
split: train
|
21 |
+
args: en-fr
|
22 |
+
metrics:
|
23 |
+
- name: Bleu
|
24 |
+
type: bleu
|
25 |
+
value: 25.6283
|
26 |
---
|
27 |
|
28 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
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 opus_books dataset.
|
34 |
It achieves the following results on the evaluation set:
|
35 |
+
- Loss: 0.4232
|
36 |
+
- Bleu: 25.6283
|
37 |
+
- Gen Len: 33.8077
|
|
|
|
|
|
|
|
|
|
|
38 |
|
39 |
## Model description
|
40 |
|
|
|
60 |
- optimizer: Adam with betas=(0.9,0.98) and epsilon=1e-08
|
61 |
- lr_scheduler_type: linear
|
62 |
- lr_scheduler_warmup_ratio: 0.1
|
63 |
+
- num_epochs: 2
|
64 |
+
|
65 |
+
### Training results
|
66 |
+
|
67 |
+
| Training Loss | Epoch | Step | Validation Loss | Bleu | Gen Len |
|
68 |
+
|:-------------:|:-----:|:----:|:---------------:|:-------:|:-------:|
|
69 |
+
| 0.4627 | 1.0 | 2542 | 0.4327 | 25.2902 | 33.8224 |
|
70 |
+
| 0.4294 | 2.0 | 5084 | 0.4232 | 25.6283 | 33.8077 |
|
71 |
+
|
72 |
|
73 |
### Framework versions
|
74 |
|