yatharth97 commited on
Commit
66e7494
1 Parent(s): c88c725

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -10
README.md CHANGED
@@ -3,29 +3,28 @@ license: apache-2.0
3
  base_model: facebook/bart-base
4
  tags:
5
  - generated_from_trainer
 
 
6
  model-index:
7
- - name: bart-base-news-summarization
8
  results: []
9
  ---
10
 
11
- <!-- This model card has been generated automatically according to the information the Trainer had access to. You
12
- should probably proofread and complete it, then remove this comment. -->
13
 
14
- # bart-base-news-summarization
15
-
16
- This model is a fine-tuned version of [facebook/bart-base](https://huggingface.co/facebook/bart-base) on an unknown dataset.
17
 
18
  ## Model description
19
 
20
- More information needed
21
 
22
  ## Intended uses & limitations
23
 
24
- More information needed
25
 
26
  ## Training and evaluation data
27
 
28
- More information needed
29
 
30
  ## Training procedure
31
 
@@ -36,7 +35,7 @@ The following hyperparameters were used during training:
36
  - train_batch_size: 8
37
  - eval_batch_size: 8
38
  - seed: 42
39
- - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
40
  - lr_scheduler_type: linear
41
  - num_epochs: 3.0
42
 
 
3
  base_model: facebook/bart-base
4
  tags:
5
  - generated_from_trainer
6
+ - summarization
7
+ - finance-news
8
  model-index:
9
+ - name: bart-base-finance-news-summarization
10
  results: []
11
  ---
12
 
13
+ # bart-base-finance-news-summarization
 
14
 
15
+ This model is a fine-tuned version of [facebook/bart-base](https://huggingface.co/facebook/bart-base) specifically for summarizing finance-related news articles.
 
 
16
 
17
  ## Model description
18
 
19
+ BART-Base Finance News Summarization is designed to quickly condense finance news articles into shorter summaries, capturing key financial data and market trends. This model helps financial analysts, investors, and journalists rapidly gather insights from extensive news coverage.
20
 
21
  ## Intended uses & limitations
22
 
23
+ This model is tailored for summarizing financial news content. It is not intended for non-finance news or for use in generating original news content. Users should be aware of potential biases in the training data that might affect the neutrality of the summaries.
24
 
25
  ## Training and evaluation data
26
 
27
+ The model was trained on a dataset composed of thousands of finance-related news articles, each paired with professionally written summaries to ensure high-quality training.
28
 
29
  ## Training procedure
30
 
 
35
  - train_batch_size: 8
36
  - eval_batch_size: 8
37
  - seed: 42
38
+ - optimizer: Adam with betas=(0.9, 0.999) and epsilon=1e-08
39
  - lr_scheduler_type: linear
40
  - num_epochs: 3.0
41