dhivyeshrk
commited on
Commit
•
25a6246
1
Parent(s):
0a7003a
Update README.md
Browse files
README.md
CHANGED
@@ -9,6 +9,7 @@ datasets:
|
|
9 |
- samsum
|
10 |
metrics:
|
11 |
- rouge
|
|
|
12 |
---
|
13 |
|
14 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -20,25 +21,20 @@ This model is a fine-tuned version of [facebook/bart-large-cnn](https://huggingf
|
|
20 |
It achieves the following results on the evaluation set:
|
21 |
- Loss: 1.4963
|
22 |
|
23 |
-
Fine-Tuned over 1 epoch. The improvements over facebook/bart-large-cnn over the rouge benchmark is as follows :
|
24 |
-
Rouge1 : 30.6 % <br>
|
25 |
-
Rouge2 : 103 % <br>
|
26 |
-
RougeL : 33.18 % <br>
|
27 |
-
RougeLSum : 33.18 % <br>
|
28 |
-
|
29 |
## Model description
|
30 |
|
31 |
-
|
32 |
-
|
33 |
-
## Intended uses & limitations
|
34 |
-
|
35 |
-
More information needed
|
36 |
|
37 |
## Training and evaluation data
|
38 |
|
39 |
-
|
|
|
|
|
|
|
|
|
40 |
|
41 |
## Training procedure
|
|
|
42 |
|
43 |
### Training hyperparameters
|
44 |
|
|
|
9 |
- samsum
|
10 |
metrics:
|
11 |
- rouge
|
12 |
+
library_name: transformers
|
13 |
---
|
14 |
|
15 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
21 |
It achieves the following results on the evaluation set:
|
22 |
- Loss: 1.4963
|
23 |
|
|
|
|
|
|
|
|
|
|
|
|
|
24 |
## Model description
|
25 |
|
26 |
+
Original bart (Bidirectional Auto Regressive Transformers) paper : https://arxiv.org/abs/1910.13461
|
|
|
|
|
|
|
|
|
27 |
|
28 |
## Training and evaluation data
|
29 |
|
30 |
+
Fine-Tuned over 1 epoch. The improvements over facebook/bart-large-cnn over the rouge benchmark is as follows :
|
31 |
+
Rouge1 : 30.6 % <br>
|
32 |
+
Rouge2 : 103 % <br>
|
33 |
+
RougeL : 33.18 % <br>
|
34 |
+
RougeLSum : 33.18 % <br>
|
35 |
|
36 |
## Training procedure
|
37 |
+
Please refer to https://github.com/dhivyeshrk/FineTuning-Facebook-bart-large-cnn
|
38 |
|
39 |
### Training hyperparameters
|
40 |
|