adityashukzy
commited on
Commit
•
9200a11
1
Parent(s):
7fcd67b
Update README.md
Browse files
README.md
CHANGED
@@ -5,6 +5,7 @@ tags:
|
|
5 |
- generated_from_trainer
|
6 |
datasets:
|
7 |
- arxiv_summarization_dataset
|
|
|
8 |
metrics:
|
9 |
- rouge
|
10 |
model-index:
|
@@ -40,7 +41,7 @@ It achieves the following results on the evaluation set:
|
|
40 |
|
41 |
## Model description
|
42 |
|
43 |
-
|
44 |
|
45 |
## Intended uses & limitations
|
46 |
|
@@ -80,4 +81,4 @@ The following hyperparameters were used during training:
|
|
80 |
- Transformers 4.27.4
|
81 |
- Pytorch 1.13.0
|
82 |
- Datasets 2.1.0
|
83 |
-
- Tokenizers 0.13.2
|
|
|
5 |
- generated_from_trainer
|
6 |
datasets:
|
7 |
- arxiv_summarization_dataset
|
8 |
+
- ccdv/arxiv-summarization
|
9 |
metrics:
|
10 |
- rouge
|
11 |
model-index:
|
|
|
41 |
|
42 |
## Model description
|
43 |
|
44 |
+
Model obtained from fine-tuning facebook/bart-base on 25,000 training samples from the ccdv/arxiv-summarization dataset.
|
45 |
|
46 |
## Intended uses & limitations
|
47 |
|
|
|
81 |
- Transformers 4.27.4
|
82 |
- Pytorch 1.13.0
|
83 |
- Datasets 2.1.0
|
84 |
+
- Tokenizers 0.13.2
|