Rezaul Karim
commited on
Commit
•
f5ab1ea
1
Parent(s):
e5eca65
Update README.md
Browse files
README.md
CHANGED
@@ -1,10 +1,3 @@
|
|
1 |
-
---
|
2 |
-
library_name: transformers
|
3 |
-
license: mit
|
4 |
-
language:
|
5 |
-
- en
|
6 |
-
---
|
7 |
-
|
8 |
# Model Card for Model ID
|
9 |
https://huggingface.co/rezahf2024/fine_tuned_financial_setiment_analysis_gpt2_model
|
10 |
|
@@ -14,10 +7,10 @@ https://huggingface.co/rezahf2024/fine_tuned_financial_setiment_analysis_gpt2_mo
|
|
14 |
This a fine-tuned GPT2 model on the https://huggingface.co/datasets/FinGPT/fingpt-sentiment-train dataset for the downstream financial sentiment analysis.
|
15 |
|
16 |
- **Developed by:** Rezaul Karim, Ph.D.
|
17 |
-
- **Model type:** Fine-tuned GPT2
|
18 |
- **Language(s) (NLP):** financial sentiment analysis
|
19 |
- **License:** MIT
|
20 |
-
- **Finetuned from model:** https://huggingface.co/datasets/mteb/tweet_sentiment_extraction
|
21 |
|
22 |
### Model Sources
|
23 |
- **Repository:** https://github.com/rezacsedu/financial_sentiment_analysis_LLM
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# Model Card for Model ID
|
2 |
https://huggingface.co/rezahf2024/fine_tuned_financial_setiment_analysis_gpt2_model
|
3 |
|
|
|
7 |
This a fine-tuned GPT2 model on the https://huggingface.co/datasets/FinGPT/fingpt-sentiment-train dataset for the downstream financial sentiment analysis.
|
8 |
|
9 |
- **Developed by:** Rezaul Karim, Ph.D.
|
10 |
+
- **Model type:** GPT2ForSequenceClassification (Fine-tuned GPT2)
|
11 |
- **Language(s) (NLP):** financial sentiment analysis
|
12 |
- **License:** MIT
|
13 |
+
- **Finetuned from the model:** https://huggingface.co/datasets/mteb/tweet_sentiment_extraction
|
14 |
|
15 |
### Model Sources
|
16 |
- **Repository:** https://github.com/rezacsedu/financial_sentiment_analysis_LLM
|