debbiesoon
commited on
Commit
•
d16b061
1
Parent(s):
f68cc96
Update README.md
Browse files![SGH logo.png](https://s3.amazonaws.com/moonup/production/uploads/1667140537898-631feef1124782a19eff4243.png)
README.md
CHANGED
@@ -17,27 +17,24 @@ should probably proofread and complete it, then remove this comment. -->
|
|
17 |
This model is a fine-tuned version of [facebook/bart-large-cnn](https://huggingface.co/facebook/bart-large-cnn) on the None dataset.
|
18 |
It achieves the following results on the evaluation set:
|
19 |
- Loss: 2.7389
|
20 |
-
- Rouge1:
|
21 |
-
- Rouge2:
|
22 |
-
- Rougel:
|
23 |
-
- Rougelsum:
|
24 |
- Gen Len: 137.9091
|
25 |
|
26 |
## Model description
|
27 |
|
28 |
-
|
29 |
|
30 |
## Intended uses & limitations
|
31 |
|
32 |
-
|
33 |
-
|
34 |
-
decoder_max_length = 512
|
35 |
|
36 |
## Training and evaluation data
|
37 |
|
38 |
-
|
39 |
|
40 |
-
## Training procedure
|
41 |
|
42 |
### Training hyperparameters
|
43 |
|
@@ -52,10 +49,6 @@ The following hyperparameters were used during training:
|
|
52 |
- num_epochs: 10
|
53 |
- label_smoothing_factor: 0.1
|
54 |
|
55 |
-
### Training results
|
56 |
-
|
57 |
-
|
58 |
-
|
59 |
### Framework versions
|
60 |
|
61 |
- Transformers 4.23.1
|
|
|
17 |
This model is a fine-tuned version of [facebook/bart-large-cnn](https://huggingface.co/facebook/bart-large-cnn) on the None dataset.
|
18 |
It achieves the following results on the evaluation set:
|
19 |
- Loss: 2.7389
|
20 |
+
- Rouge1: 0.5297
|
21 |
+
- Rouge2: 0.3602
|
22 |
+
- Rougel: 0.3961
|
23 |
+
- Rougelsum: 0.4821
|
24 |
- Gen Len: 137.9091
|
25 |
|
26 |
## Model description
|
27 |
|
28 |
+
This model was created to generate summaries of news articles.
|
29 |
|
30 |
## Intended uses & limitations
|
31 |
|
32 |
+
The model takes up to maximum article length of 1024 characters and generates a summary of maximum length of 512 characters.
|
|
|
|
|
33 |
|
34 |
## Training and evaluation data
|
35 |
|
36 |
+
This model was trained on 100+ articles and summaries from SGH.
|
37 |
|
|
|
38 |
|
39 |
### Training hyperparameters
|
40 |
|
|
|
49 |
- num_epochs: 10
|
50 |
- label_smoothing_factor: 0.1
|
51 |
|
|
|
|
|
|
|
|
|
52 |
### Framework versions
|
53 |
|
54 |
- Transformers 4.23.1
|