farleyknight
commited on
Commit
•
e5d31ed
1
Parent(s):
4997adf
update model card README.md
Browse files
README.md
CHANGED
@@ -3,25 +3,25 @@ license: apache-2.0
|
|
3 |
tags:
|
4 |
- generated_from_trainer
|
5 |
datasets:
|
6 |
-
- arxiv-summarization
|
7 |
metrics:
|
8 |
- rouge
|
9 |
model-index:
|
10 |
- name: arxiv-summarization-t5-base-2022-09-21
|
11 |
results:
|
12 |
- task:
|
13 |
-
name:
|
14 |
-
type:
|
15 |
dataset:
|
16 |
-
name: arxiv-summarization
|
17 |
-
type: arxiv-summarization
|
18 |
config: section
|
19 |
split: train
|
20 |
args: section
|
21 |
metrics:
|
22 |
- name: Rouge1
|
23 |
type: rouge
|
24 |
-
value:
|
25 |
---
|
26 |
|
27 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -29,14 +29,14 @@ should probably proofread and complete it, then remove this comment. -->
|
|
29 |
|
30 |
# arxiv-summarization-t5-base-2022-09-21
|
31 |
|
32 |
-
This model is a fine-tuned version of [t5-base](https://huggingface.co/t5-base) on the arxiv-summarization dataset.
|
33 |
It achieves the following results on the evaluation set:
|
34 |
-
- Loss: 1.
|
35 |
-
- Rouge1:
|
36 |
-
- Rouge2:
|
37 |
-
- Rougel:
|
38 |
-
- Rougelsum:
|
39 |
-
- Gen Len:
|
40 |
|
41 |
## Model description
|
42 |
|
|
|
3 |
tags:
|
4 |
- generated_from_trainer
|
5 |
datasets:
|
6 |
+
- ccdv/arxiv-summarization
|
7 |
metrics:
|
8 |
- rouge
|
9 |
model-index:
|
10 |
- name: arxiv-summarization-t5-base-2022-09-21
|
11 |
results:
|
12 |
- task:
|
13 |
+
name: Summarization
|
14 |
+
type: summarization
|
15 |
dataset:
|
16 |
+
name: ccdv/arxiv-summarization
|
17 |
+
type: ccdv/arxiv-summarization
|
18 |
config: section
|
19 |
split: train
|
20 |
args: section
|
21 |
metrics:
|
22 |
- name: Rouge1
|
23 |
type: rouge
|
24 |
+
value: 40.6781
|
25 |
---
|
26 |
|
27 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
29 |
|
30 |
# arxiv-summarization-t5-base-2022-09-21
|
31 |
|
32 |
+
This model is a fine-tuned version of [t5-base](https://huggingface.co/t5-base) on the ccdv/arxiv-summarization dataset.
|
33 |
It achieves the following results on the evaluation set:
|
34 |
+
- Loss: 1.8650
|
35 |
+
- Rouge1: 40.6781
|
36 |
+
- Rouge2: 14.7167
|
37 |
+
- Rougel: 26.6375
|
38 |
+
- Rougelsum: 35.5959
|
39 |
+
- Gen Len: 117.1969
|
40 |
|
41 |
## Model description
|
42 |
|