Update README.md
Browse files
README.md
CHANGED
|
@@ -1,14 +1,13 @@
|
|
| 1 |
---
|
| 2 |
tags:
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
library_name: transformers
|
| 9 |
pipeline_tag: text-classification
|
| 10 |
---
|
| 11 |
-
|
| 12 |
# Crypto Sentiment Classifier - DistilRoBERTa
|
| 13 |
|
| 14 |
## Model Description
|
|
@@ -26,4 +25,4 @@ This fine-tuned DistilRoBERTa model classifies financial/crypto tweets into BEAR
|
|
| 26 |
|
| 27 |
## Limitations & Bias
|
| 28 |
- Heavy Neutral skew may underperform on extreme sentiments.
|
| 29 |
-
- Trained on general financial tweets; fine-tune further for pure crypto jargon.
|
|
|
|
| 1 |
---
|
| 2 |
tags:
|
| 3 |
+
- DistilRoBERTa
|
| 4 |
+
- fine-tune
|
| 5 |
+
- financial
|
| 6 |
+
- crypto
|
| 7 |
+
- sentiment
|
| 8 |
library_name: transformers
|
| 9 |
pipeline_tag: text-classification
|
| 10 |
---
|
|
|
|
| 11 |
# Crypto Sentiment Classifier - DistilRoBERTa
|
| 12 |
|
| 13 |
## Model Description
|
|
|
|
| 25 |
|
| 26 |
## Limitations & Bias
|
| 27 |
- Heavy Neutral skew may underperform on extreme sentiments.
|
| 28 |
+
- Trained on general financial tweets; fine-tune further for pure crypto jargon.
|