Update README.md
Browse files
README.md
CHANGED
@@ -1,29 +1,28 @@
|
|
1 |
---
|
2 |
tags:
|
3 |
- generated_from_trainer
|
|
|
|
|
4 |
model-index:
|
5 |
-
- name: BART-10K-
|
6 |
results: []
|
7 |
---
|
8 |
|
9 |
-
|
10 |
-
should probably proofread and complete it, then remove this comment. -->
|
11 |
|
12 |
-
|
13 |
-
|
14 |
-
This model was trained from scratch on an unknown dataset.
|
15 |
|
16 |
## Model description
|
17 |
|
18 |
-
|
19 |
|
20 |
## Intended uses & limitations
|
21 |
|
22 |
-
|
23 |
|
24 |
## Training and evaluation data
|
25 |
|
26 |
-
|
27 |
|
28 |
## Training procedure
|
29 |
|
|
|
1 |
---
|
2 |
tags:
|
3 |
- generated_from_trainer
|
4 |
+
- summarization
|
5 |
+
- finance
|
6 |
model-index:
|
7 |
+
- name: BART-10K-Summarization
|
8 |
results: []
|
9 |
---
|
10 |
|
11 |
+
# BART-10K-Summarization
|
|
|
12 |
|
13 |
+
This model is a fine-tuned version of Facebook's BART model specifically for summarizing financial 10K report sections.
|
|
|
|
|
14 |
|
15 |
## Model description
|
16 |
|
17 |
+
BART-10K-Summarization is designed to produce concise summaries of detailed financial reports, assisting analysts and stakeholders in quickly understanding key information without needing to parse the entire document.
|
18 |
|
19 |
## Intended uses & limitations
|
20 |
|
21 |
+
This model is intended to aid financial analysts, investors, and regulatory bodies by summarizing sections of 10K reports. It may not perform well on non-financial texts or highly technical documents outside the scope of standard financial reporting.
|
22 |
|
23 |
## Training and evaluation data
|
24 |
|
25 |
+
The model was trained on a curated dataset of 10K financial reports, each annotated with executive summaries by experienced financial analysts.
|
26 |
|
27 |
## Training procedure
|
28 |
|