Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,38 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
language:
|
4 |
+
- en
|
5 |
+
base_model:
|
6 |
+
- facebook/bart-large-cnn
|
7 |
+
pipeline_tag: summarization
|
8 |
+
model-index:
|
9 |
+
- name: summarize-reddit
|
10 |
+
results:
|
11 |
+
- task:
|
12 |
+
type: summarization
|
13 |
+
dataset:
|
14 |
+
name: custom_reddit_posts
|
15 |
+
type: custom
|
16 |
+
metrics:
|
17 |
+
- name: ROUGE-1
|
18 |
+
type: ROUGE
|
19 |
+
value:
|
20 |
+
recall: 57.66
|
21 |
+
precision: 43.41
|
22 |
+
f1-score: 49.53
|
23 |
+
- name: ROUGE-2
|
24 |
+
type: ROUGE
|
25 |
+
value:
|
26 |
+
recall: 29.30
|
27 |
+
precision: 20.72
|
28 |
+
f1-score: 24.27
|
29 |
+
- name: ROUGE-L
|
30 |
+
type: ROUGE
|
31 |
+
value:
|
32 |
+
recall: 56.20
|
33 |
+
precision: 42.30
|
34 |
+
f1-score: 48.28
|
35 |
+
source:
|
36 |
+
name: Custom Reddit Summarization Model
|
37 |
+
url: https://huggingface.co/julsCadenas/summarize-reddit
|
38 |
+
---
|