heisenberg3376
commited on
Commit
•
08705f7
1
Parent(s):
1a55d4b
End of training
Browse files
README.md
CHANGED
@@ -1,8 +1,13 @@
|
|
1 |
---
|
|
|
|
|
2 |
license: apache-2.0
|
3 |
base_model: facebook/bart-base
|
4 |
tags:
|
|
|
5 |
- generated_from_trainer
|
|
|
|
|
6 |
model-index:
|
7 |
- name: bart-base-summarization
|
8 |
results: []
|
@@ -13,7 +18,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
13 |
|
14 |
# bart-base-summarization
|
15 |
|
16 |
-
This model is a fine-tuned version of [facebook/bart-base](https://huggingface.co/facebook/bart-base) on
|
17 |
It achieves the following results on the evaluation set:
|
18 |
- Loss: 0.5704
|
19 |
|
|
|
1 |
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
license: apache-2.0
|
5 |
base_model: facebook/bart-base
|
6 |
tags:
|
7 |
+
- summarization
|
8 |
- generated_from_trainer
|
9 |
+
datasets:
|
10 |
+
- kdave/Indian_Financial_News
|
11 |
model-index:
|
12 |
- name: bart-base-summarization
|
13 |
results: []
|
|
|
18 |
|
19 |
# bart-base-summarization
|
20 |
|
21 |
+
This model is a fine-tuned version of [facebook/bart-base](https://huggingface.co/facebook/bart-base) on the News Dataset dataset.
|
22 |
It achieves the following results on the evaluation set:
|
23 |
- Loss: 0.5704
|
24 |
|