JulienRPA commited on
Commit
3c65d1a
1 Parent(s): 903a954

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -21
README.md CHANGED
@@ -15,11 +15,10 @@ should probably proofread and complete it, then remove this comment. -->
15
 
16
  This model was trained from scratch on an unknown dataset.
17
  It achieves the following results on the evaluation set:
18
- - Loss: 0.9337
19
- - Bleu: 81.2301
20
- - Em: 0.1
21
- - Rm: 0.22
22
- - Gen Len: 46.9
23
 
24
  ## Model description
25
 
@@ -39,30 +38,23 @@ More information needed
39
 
40
  The following hyperparameters were used during training:
41
  - learning_rate: 5e-05
42
- - train_batch_size: 8
43
  - eval_batch_size: 8
44
  - seed: 42
45
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
46
  - lr_scheduler_type: linear
47
  - lr_scheduler_warmup_steps: 2500
48
- - num_epochs: 10.0
49
 
50
  ### Training results
51
 
52
- | Training Loss | Epoch | Step | Validation Loss | Bleu | Em | Rm | Gen Len |
53
- |:-------------:|:-----:|:-----:|:---------------:|:-------:|:----:|:----:|:-------:|
54
- | 8.0718 | 0.83 | 2000 | 6.9689 | 5.8841 | 0.0 | 0.0 | 126.98 |
55
- | 3.6551 | 1.66 | 4000 | 3.5248 | 20.8847 | 0.0 | 0.0 | 30.46 |
56
- | 2.3528 | 2.49 | 6000 | 2.1427 | 47.9723 | 0.0 | 0.02 | 44.52 |
57
- | 1.5534 | 3.32 | 8000 | 1.5217 | 63.3606 | 0.0 | 0.06 | 46.32 |
58
- | 1.1024 | 4.15 | 10000 | 1.2364 | 67.3193 | 0.04 | 0.14 | 42.5 |
59
- | 0.9597 | 4.98 | 12000 | 0.9974 | 74.2575 | 0.04 | 0.16 | 47.52 |
60
- | 0.7033 | 5.81 | 14000 | 0.9390 | 74.9164 | 0.08 | 0.2 | 45.64 |
61
- | 0.5446 | 6.64 | 16000 | 0.9508 | 75.9224 | 0.06 | 0.14 | 47.34 |
62
- | 0.4362 | 7.47 | 18000 | 0.8897 | 77.2209 | 0.1 | 0.22 | 44.36 |
63
- | 0.3231 | 8.3 | 20000 | 0.9232 | 78.5526 | 0.16 | 0.26 | 46.66 |
64
- | 0.2584 | 9.13 | 22000 | 0.9404 | 79.9787 | 0.1 | 0.2 | 47.52 |
65
- | 0.2387 | 9.96 | 24000 | 0.9337 | 81.2301 | 0.1 | 0.22 | 46.9 |
66
 
67
 
68
  ### Framework versions
 
15
 
16
  This model was trained from scratch on an unknown dataset.
17
  It achieves the following results on the evaluation set:
18
+ - Loss: 1.0571
19
+ - Bleu: 75.7356
20
+ - Em: 0.0432
21
+ - Gen Len: 47.2896
 
22
 
23
  ## Model description
24
 
 
38
 
39
  The following hyperparameters were used during training:
40
  - learning_rate: 5e-05
41
+ - train_batch_size: 16
42
  - eval_batch_size: 8
43
  - seed: 42
44
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
45
  - lr_scheduler_type: linear
46
  - lr_scheduler_warmup_steps: 2500
47
+ - num_epochs: 8.0
48
 
49
  ### Training results
50
 
51
+ | Training Loss | Epoch | Step | Bleu | Em | Gen Len | Validation Loss |
52
+ |:-------------:|:-----:|:-----:|:-------:|:------:|:--------:|:---------------:|
53
+ | 6.6044 | 1.4 | 2000 | 3.8045 | 0.0 | 158.8473 | 6.1713 |
54
+ | 3.032 | 2.8 | 4000 | 27.701 | 0.0 | 33.9568 | 2.9045 |
55
+ | 1.5893 | 4.19 | 6000 | 57.7509 | 0.0033 | 44.132 | 1.7327 |
56
+ | 1.0512 | 5.59 | 8000 | 71.1272 | 0.0241 | 46.0672 | 1.2382 |
57
+ | 0.7515 | 6.99 | 10000 | 1.0571 | 75.7356| 0.0432 | 47.2896 |
 
 
 
 
 
 
 
58
 
59
 
60
  ### Framework versions