yasmineelabbar commited on
Commit
3356123
·
1 Parent(s): 816d184

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -34
README.md CHANGED
@@ -1,28 +1,13 @@
1
  ---
2
  license: apache-2.0
3
- base_model: t5-small
4
  tags:
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: 5.8566
26
  ---
27
 
28
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -30,11 +15,16 @@ should probably proofread and complete it, then remove this comment. -->
30
 
31
  # my_awesome_opus_books_model
32
 
33
- This model is a fine-tuned version of [t5-small](https://huggingface.co/t5-small) on the opus_books dataset.
34
  It achieves the following results on the evaluation set:
35
- - Loss: 1.5833
36
- - Bleu: 5.8566
37
- - Gen Len: 17.5702
 
 
 
 
 
38
 
39
  ## Model description
40
 
@@ -57,20 +47,10 @@ The following hyperparameters were used during training:
57
  - train_batch_size: 32
58
  - eval_batch_size: 32
59
  - seed: 42
60
- - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
61
  - lr_scheduler_type: linear
62
- - num_epochs: 5
63
-
64
- ### Training results
65
-
66
- | Training Loss | Epoch | Step | Validation Loss | Bleu | Gen Len |
67
- |:-------------:|:-----:|:-----:|:---------------:|:------:|:-------:|
68
- | 1.9015 | 1.0 | 2542 | 1.6661 | 5.2359 | 17.6094 |
69
- | 1.8317 | 2.0 | 5084 | 1.6218 | 5.6007 | 17.5847 |
70
- | 1.8044 | 3.0 | 7626 | 1.5990 | 5.7289 | 17.5749 |
71
- | 1.7948 | 4.0 | 10168 | 1.5868 | 5.8245 | 17.5718 |
72
- | 1.7794 | 5.0 | 12710 | 1.5833 | 5.8566 | 17.5702 |
73
-
74
 
75
  ### Framework versions
76
 
 
1
  ---
2
  license: apache-2.0
3
+ base_model: Helsinki-NLP/opus-mt-en-fr
4
  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
 
15
 
16
  # my_awesome_opus_books_model
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
+ - eval_loss: 0.4408
21
+ - eval_bleu: 26.022
22
+ - eval_gen_len: 33.4854
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
 
 
47
  - train_batch_size: 32
48
  - eval_batch_size: 32
49
  - seed: 42
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: 15
 
 
 
 
 
 
 
 
 
 
54
 
55
  ### Framework versions
56