yatharth97
commited on
Commit
•
3614def
1
Parent(s):
3b078ad
Update README.md
Browse files
README.md
CHANGED
@@ -3,29 +3,28 @@ license: apache-2.0
|
|
3 |
base_model: t5-base
|
4 |
tags:
|
5 |
- generated_from_trainer
|
|
|
|
|
6 |
model-index:
|
7 |
-
- name:
|
8 |
results: []
|
9 |
---
|
10 |
|
11 |
-
|
12 |
-
should probably proofread and complete it, then remove this comment. -->
|
13 |
|
14 |
-
|
15 |
-
|
16 |
-
This model is a fine-tuned version of [t5-base](https://huggingface.co/t5-base) on an unknown dataset.
|
17 |
|
18 |
## Model description
|
19 |
|
20 |
-
|
21 |
|
22 |
## Intended uses & limitations
|
23 |
|
24 |
-
|
25 |
|
26 |
## Training and evaluation data
|
27 |
|
28 |
-
|
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: t5-base
|
4 |
tags:
|
5 |
- generated_from_trainer
|
6 |
+
- summarization
|
7 |
+
- finance-news
|
8 |
model-index:
|
9 |
+
- name: t5-base-finance-news-summarization
|
10 |
results: []
|
11 |
---
|
12 |
|
13 |
+
# t5-base-finance-news-summarization
|
|
|
14 |
|
15 |
+
This model is a fine-tuned version of [t5-base](https://huggingface.co/t5-base) for the purpose of summarizing finance-related news articles.
|
|
|
|
|
16 |
|
17 |
## Model description
|
18 |
|
19 |
+
T5-Base Finance News Summarization is optimized for transforming lengthy financial news into concise summaries. This tool aids stakeholders in quickly understanding market dynamics and financial updates without reading full articles.
|
20 |
|
21 |
## Intended uses & limitations
|
22 |
|
23 |
+
The model is intended for use in financial sectors by analysts, economists, and journalists needing quick summaries of finance news. It may not perform well with general news or in highly technical or academic finance contexts.
|
24 |
|
25 |
## Training and evaluation data
|
26 |
|
27 |
+
Trained on a diverse collection of finance news articles from various reputable financial news sources, annotated with summaries to provide a comprehensive learning base.
|
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 |
|