rohitsroch
commited on
Commit
·
558a739
1
Parent(s):
60c7bbf
Update README.md
Browse files
README.md
CHANGED
@@ -14,22 +14,12 @@ should probably proofread and complete it, then remove this comment. -->
|
|
14 |
|
15 |
# hybrid_hbh_bart-base_icsi_sum
|
16 |
|
17 |
-
This model is a fine-tuned version of [
|
18 |
|
19 |
## Model description
|
20 |
|
21 |
More information needed
|
22 |
|
23 |
-
## Intended uses & limitations
|
24 |
-
|
25 |
-
More information needed
|
26 |
-
|
27 |
-
## Training and evaluation data
|
28 |
-
|
29 |
-
More information needed
|
30 |
-
|
31 |
-
## Training procedure
|
32 |
-
|
33 |
### Training hyperparameters
|
34 |
|
35 |
The following hyperparameters were used during training:
|
@@ -40,9 +30,20 @@ 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:
|
44 |
- label_smoothing_factor: 0.1
|
45 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
46 |
### Framework versions
|
47 |
|
48 |
- Transformers 4.8.0
|
|
|
14 |
|
15 |
# hybrid_hbh_bart-base_icsi_sum
|
16 |
|
17 |
+
This model is a fine-tuned version of [facebook/bart-base](https://huggingface.co/facebook/bart-base) on ICSI dataset for dialogue summarization task.
|
18 |
|
19 |
## Model description
|
20 |
|
21 |
More information needed
|
22 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
23 |
### Training hyperparameters
|
24 |
|
25 |
The following hyperparameters were used during training:
|
|
|
30 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
31 |
- lr_scheduler_type: linear
|
32 |
- lr_scheduler_warmup_ratio: 0.1
|
33 |
+
- num_epochs: 100.0
|
34 |
- label_smoothing_factor: 0.1
|
35 |
|
36 |
+
### Results
|
37 |
+
|
38 |
+
predict_gen_len = 480.0
|
39 |
+
predict_rouge1 = 46.8707
|
40 |
+
predict_rouge2 = 10.1337
|
41 |
+
predict_rougeL = 19.3386
|
42 |
+
predict_rougeLsum = 43.6989
|
43 |
+
predict_samples = 6
|
44 |
+
predict_samples_per_second = 0.54
|
45 |
+
predict_steps_per_second = 0.27
|
46 |
+
|
47 |
### Framework versions
|
48 |
|
49 |
- Transformers 4.8.0
|