yatharth97
commited on
Commit
•
98fbe2f
1
Parent(s):
6561bb4
Update README.md
Browse files
README.md
CHANGED
@@ -1,31 +1,28 @@
|
|
1 |
---
|
2 |
-
license: apache-2.0
|
3 |
-
base_model: t5-large
|
4 |
tags:
|
5 |
- generated_from_trainer
|
|
|
|
|
6 |
model-index:
|
7 |
-
- name: T5-
|
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-large](https://huggingface.co/t5-large) 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 |
|
@@ -42,6 +39,6 @@ The following hyperparameters were used during training:
|
|
42 |
|
43 |
### Framework versions
|
44 |
|
45 |
-
- Transformers 4.
|
46 |
-
- Pytorch 2.2.
|
47 |
-
- Tokenizers 0.
|
|
|
1 |
---
|
|
|
|
|
2 |
tags:
|
3 |
- generated_from_trainer
|
4 |
+
- summarization
|
5 |
+
- finance
|
6 |
model-index:
|
7 |
+
- name: T5-Large-10K-Summarization
|
8 |
results: []
|
9 |
---
|
10 |
|
11 |
+
# T5-Large-10K-Summarization
|
|
|
12 |
|
13 |
+
This model is a fine-tuned version of Google's T5-Large model, designed to summarize sections of financial 10K reports efficiently.
|
|
|
|
|
14 |
|
15 |
## Model description
|
16 |
|
17 |
+
T5-Large-10K-Summarization excels in distilling complex financial information into clear, concise summaries, aiding in faster decision-making processes.
|
18 |
|
19 |
## Intended uses & limitations
|
20 |
|
21 |
+
This model is specifically designed for financial professionals needing quick summaries of extensive financial reports. It is not intended for use with general news articles or non-financial documents.
|
22 |
|
23 |
## Training and evaluation data
|
24 |
|
25 |
+
The model was trained on a large corpus of financial reports, each section manually summarized to train the model effectively.
|
26 |
|
27 |
## Training procedure
|
28 |
|
|
|
39 |
|
40 |
### Framework versions
|
41 |
|
42 |
+
- Transformers 4.40.0
|
43 |
+
- Pytorch 2.2.1+cu121
|
44 |
+
- Tokenizers 0.19.1
|