amasi commited on
Commit
86e87e7
·
1 Parent(s): bd381f2

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -13
README.md CHANGED
@@ -17,11 +17,11 @@ should probably proofread and complete it, then remove this comment. -->
17
 
18
  This model is a fine-tuned version of [moussaKam/barthez-orangesum-abstract](https://huggingface.co/moussaKam/barthez-orangesum-abstract) on the None dataset.
19
  It achieves the following results on the evaluation set:
20
- - Loss: 7.5955
21
- - Rouge1: 0.7166
22
- - Rouge2: 0.7001
23
- - Rougel: 0.7163
24
- - Rougelsum: 0.7161
25
  - Gen Len: 20.0
26
 
27
  ## Model description
@@ -42,22 +42,24 @@ More information needed
42
 
43
  The following hyperparameters were used during training:
44
  - learning_rate: 2e-05
45
- - train_batch_size: 4
46
- - eval_batch_size: 4
47
  - seed: 42
48
- - gradient_accumulation_steps: 2
49
- - total_train_batch_size: 8
50
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
51
  - lr_scheduler_type: linear
52
- - num_epochs: 3
53
 
54
  ### Training results
55
 
56
  | Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum | Gen Len |
57
  |:-------------:|:-----:|:----:|:---------------:|:------:|:------:|:------:|:---------:|:-------:|
58
- | No log | 0.96 | 12 | 9.5195 | 0.7166 | 0.7001 | 0.7163 | 0.7161 | 20.0 |
59
- | No log | 2.0 | 25 | 8.0721 | 0.7166 | 0.7001 | 0.7163 | 0.7161 | 20.0 |
60
- | No log | 2.88 | 36 | 7.5955 | 0.7166 | 0.7001 | 0.7163 | 0.7161 | 20.0 |
 
 
61
 
62
 
63
  ### Framework versions
 
17
 
18
  This model is a fine-tuned version of [moussaKam/barthez-orangesum-abstract](https://huggingface.co/moussaKam/barthez-orangesum-abstract) on the None dataset.
19
  It achieves the following results on the evaluation set:
20
+ - Loss: 0.1792
21
+ - Rouge1: 0.6715
22
+ - Rouge2: 0.6537
23
+ - Rougel: 0.6717
24
+ - Rougelsum: 0.6717
25
  - Gen Len: 20.0
26
 
27
  ## Model description
 
42
 
43
  The following hyperparameters were used during training:
44
  - learning_rate: 2e-05
45
+ - train_batch_size: 16
46
+ - eval_batch_size: 32
47
  - seed: 42
48
+ - gradient_accumulation_steps: 8
49
+ - total_train_batch_size: 128
50
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
51
  - lr_scheduler_type: linear
52
+ - num_epochs: 5
53
 
54
  ### Training results
55
 
56
  | Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum | Gen Len |
57
  |:-------------:|:-----:|:----:|:---------------:|:------:|:------:|:------:|:---------:|:-------:|
58
+ | No log | 1.0 | 31 | 0.2054 | 0.6716 | 0.6537 | 0.6717 | 0.6717 | 20.0 |
59
+ | No log | 1.99 | 62 | 0.1884 | 0.6715 | 0.6537 | 0.6717 | 0.6717 | 20.0 |
60
+ | No log | 2.99 | 93 | 0.1824 | 0.6715 | 0.6537 | 0.6717 | 0.6717 | 20.0 |
61
+ | No log | 3.98 | 124 | 0.1798 | 0.6715 | 0.6537 | 0.6717 | 0.6717 | 20.0 |
62
+ | No log | 4.98 | 155 | 0.1792 | 0.6715 | 0.6537 | 0.6717 | 0.6717 | 20.0 |
63
 
64
 
65
  ### Framework versions