rohitsroch commited on
Commit
fd3bbdf
1 Parent(s): 06fcbef

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -2
README.md CHANGED
@@ -14,7 +14,7 @@ should probably proofread and complete it, then remove this comment. -->
14
 
15
  # hybrid_hbh_t5-small_ami_sum
16
 
17
- This model is a fine-tuned version of [best-models/HBH/t5-small](https://huggingface.co/best-models/HBH/t5-small) on an unkown dataset.
18
 
19
  ## Model description
20
 
@@ -40,9 +40,21 @@ The following hyperparameters were used during training:
40
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
41
  - lr_scheduler_type: linear
42
  - lr_scheduler_warmup_ratio: 0.1
43
- - num_epochs: 150.0
44
  - label_smoothing_factor: 0.1
45
 
 
 
 
 
 
 
 
 
 
 
 
 
46
  ### Framework versions
47
 
48
  - Transformers 4.8.0
 
14
 
15
  # hybrid_hbh_t5-small_ami_sum
16
 
17
+ This model is a fine-tuned version of [t5-small](https://huggingface.co/best-models/H) on an AMI dataset for dialogue summarization task.
18
 
19
  ## Model description
20
 
 
40
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
41
  - lr_scheduler_type: linear
42
  - lr_scheduler_warmup_ratio: 0.1
43
+ - num_epochs: 100.0
44
  - label_smoothing_factor: 0.1
45
 
46
+ ### Results on Test Set
47
+
48
+ - predict_gen_len = 329.2
49
+ - predict_rouge1 = **48.7673**
50
+ - predict_rouge2 = **18.1832**
51
+ - predict_rougeL = **26.1713**
52
+ - predict_rougeLsum = **46.8434**
53
+ - predict_samples = 20
54
+ - predict_samples_per_second = 1.098
55
+ - predict_steps_per_second = 0.274
56
+
57
+
58
  ### Framework versions
59
 
60
  - Transformers 4.8.0