Update README.md
Browse files
README.md
CHANGED
@@ -24,9 +24,6 @@ model-index:
|
|
24 |
value: 0.1849
|
25 |
---
|
26 |
|
27 |
-
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
28 |
-
should probably proofread and complete it, then remove this comment. -->
|
29 |
-
|
30 |
# distilbart-cnn-6-6-reddit
|
31 |
|
32 |
This model is a fine-tuned version of [sshleifer/distilbart-cnn-6-6](https://huggingface.co/sshleifer/distilbart-cnn-6-6) on the reddit dataset.
|
@@ -37,17 +34,13 @@ It achieves the following results on the evaluation set:
|
|
37 |
- Rougel: 0.1273
|
38 |
- Rougelsum: 0.1601
|
39 |
|
40 |
-
##
|
41 |
-
|
42 |
-
More information needed
|
43 |
-
|
44 |
-
## Intended uses & limitations
|
45 |
|
46 |
-
|
47 |
|
48 |
## Training and evaluation data
|
49 |
|
50 |
-
|
51 |
|
52 |
## Training procedure
|
53 |
|
|
|
24 |
value: 0.1849
|
25 |
---
|
26 |
|
|
|
|
|
|
|
27 |
# distilbart-cnn-6-6-reddit
|
28 |
|
29 |
This model is a fine-tuned version of [sshleifer/distilbart-cnn-6-6](https://huggingface.co/sshleifer/distilbart-cnn-6-6) on the reddit dataset.
|
|
|
34 |
- Rougel: 0.1273
|
35 |
- Rougelsum: 0.1601
|
36 |
|
37 |
+
## More information and training script
|
|
|
|
|
|
|
|
|
38 |
|
39 |
+
You can find more information about how this model was trained, including the actual training script in [this github repository](https://github.com/VerleysenNiels/arxiv-summarizer).
|
40 |
|
41 |
## Training and evaluation data
|
42 |
|
43 |
+
I made a split in a train and test set. The test size is 1% of the total dataset, which comes down to about 38k samples.
|
44 |
|
45 |
## Training procedure
|
46 |
|