yatharth97 commited on
Commit
e54c66f
·
verified ·
1 Parent(s): 3a7eb1b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -9
README.md CHANGED
@@ -1,29 +1,28 @@
1
  ---
2
  tags:
3
  - generated_from_trainer
 
 
4
  model-index:
5
- - name: BART-10K-summarization
6
  results: []
7
  ---
8
 
9
- <!-- This model card has been generated automatically according to the information the Trainer had access to. You
10
- should probably proofread and complete it, then remove this comment. -->
11
 
12
- # BART-10K-summarization
13
-
14
- This model was trained from scratch on an unknown dataset.
15
 
16
  ## Model description
17
 
18
- More information needed
19
 
20
  ## Intended uses & limitations
21
 
22
- More information needed
23
 
24
  ## Training and evaluation data
25
 
26
- More information needed
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