Commit
·
ae4ac4e
1
Parent(s):
b09da96
Librarian Bot: Add base_model information to model (#2)
Browse files- Librarian Bot: Add base_model information to model (dc316348d2131b87b9368bc32445df3b62a29003)
Co-authored-by: Librarian Bot (Bot) <[email protected]>
README.md
CHANGED
|
@@ -1,4 +1,6 @@
|
|
| 1 |
---
|
|
|
|
|
|
|
| 2 |
license: apache-2.0
|
| 3 |
tags:
|
| 4 |
- generated_from_trainer
|
|
@@ -6,6 +8,8 @@ datasets:
|
|
| 6 |
- pszemraj/govreport-summarization-8192
|
| 7 |
metrics:
|
| 8 |
- rouge
|
|
|
|
|
|
|
| 9 |
model-index:
|
| 10 |
- name: led-base-16384-finetuned-govreport
|
| 11 |
results:
|
|
@@ -19,18 +23,18 @@ model-index:
|
|
| 19 |
split: validation
|
| 20 |
args: split
|
| 21 |
metrics:
|
| 22 |
-
-
|
| 23 |
-
type: rouge
|
| 24 |
value: 50.3574
|
| 25 |
-
|
| 26 |
-
|
| 27 |
value: 20.0448
|
| 28 |
-
|
| 29 |
-
|
| 30 |
value: 22.2156
|
| 31 |
-
|
| 32 |
-
|
| 33 |
value: 22.2156
|
|
|
|
| 34 |
- task:
|
| 35 |
type: summarization
|
| 36 |
name: Summarization
|
|
@@ -41,21 +45,18 @@ model-index:
|
|
| 41 |
split: test
|
| 42 |
args: split
|
| 43 |
metrics:
|
| 44 |
-
-
|
| 45 |
-
type: rouge
|
| 46 |
value: 52.6378
|
| 47 |
-
|
| 48 |
-
|
| 49 |
-
value: 22.
|
| 50 |
-
|
| 51 |
-
|
| 52 |
value: 23.5898
|
| 53 |
-
|
| 54 |
-
|
| 55 |
value: 23.5898
|
| 56 |
-
|
| 57 |
-
- en
|
| 58 |
-
pipeline_tag: summarization
|
| 59 |
---
|
| 60 |
|
| 61 |
# led-base-16384-finetuned-govreport
|
|
|
|
| 1 |
---
|
| 2 |
+
language:
|
| 3 |
+
- en
|
| 4 |
license: apache-2.0
|
| 5 |
tags:
|
| 6 |
- generated_from_trainer
|
|
|
|
| 8 |
- pszemraj/govreport-summarization-8192
|
| 9 |
metrics:
|
| 10 |
- rouge
|
| 11 |
+
pipeline_tag: summarization
|
| 12 |
+
base_model: allenai/led-base-16384
|
| 13 |
model-index:
|
| 14 |
- name: led-base-16384-finetuned-govreport
|
| 15 |
results:
|
|
|
|
| 23 |
split: validation
|
| 24 |
args: split
|
| 25 |
metrics:
|
| 26 |
+
- type: rouge
|
|
|
|
| 27 |
value: 50.3574
|
| 28 |
+
name: ROUGE-1
|
| 29 |
+
- type: rouge
|
| 30 |
value: 20.0448
|
| 31 |
+
name: ROUGE-2
|
| 32 |
+
- type: rouge
|
| 33 |
value: 22.2156
|
| 34 |
+
name: ROUGE-L
|
| 35 |
+
- type: rouge
|
| 36 |
value: 22.2156
|
| 37 |
+
name: ROUGE-LSUM
|
| 38 |
- task:
|
| 39 |
type: summarization
|
| 40 |
name: Summarization
|
|
|
|
| 45 |
split: test
|
| 46 |
args: split
|
| 47 |
metrics:
|
| 48 |
+
- type: rouge
|
|
|
|
| 49 |
value: 52.6378
|
| 50 |
+
name: ROUGE-1
|
| 51 |
+
- type: rouge
|
| 52 |
+
value: 22.213
|
| 53 |
+
name: ROUGE-2
|
| 54 |
+
- type: rouge
|
| 55 |
value: 23.5898
|
| 56 |
+
name: ROUGE-L
|
| 57 |
+
- type: rouge
|
| 58 |
value: 23.5898
|
| 59 |
+
name: ROUGE-LSUM
|
|
|
|
|
|
|
| 60 |
---
|
| 61 |
|
| 62 |
# led-base-16384-finetuned-govreport
|