Update README.md
Browse files
README.md
CHANGED
@@ -11,23 +11,19 @@ should probably proofread and complete it, then remove this comment. -->
|
|
11 |
|
12 |
# CryptoBERT
|
13 |
|
14 |
-
This model is a fine-tuned version of [ProsusAI/finbert](https://huggingface.co/ProsusAI/finbert) on the
|
15 |
It achieves the following results on the evaluation set:
|
16 |
- Loss: 0.3823
|
17 |
|
18 |
## Model description
|
19 |
|
20 |
-
|
|
|
|
|
21 |
|
22 |
## Intended uses & limitations
|
23 |
|
24 |
-
|
25 |
-
|
26 |
-
## Training and evaluation data
|
27 |
-
|
28 |
-
More information needed
|
29 |
-
|
30 |
-
## Training procedure
|
31 |
|
32 |
### Training hyperparameters
|
33 |
|
|
|
11 |
|
12 |
# CryptoBERT
|
13 |
|
14 |
+
This model is a fine-tuned version of [ProsusAI/finbert](https://huggingface.co/ProsusAI/finbert) on the Custom Crypto Market Sentiment dataset.
|
15 |
It achieves the following results on the evaluation set:
|
16 |
- Loss: 0.3823
|
17 |
|
18 |
## Model description
|
19 |
|
20 |
+
This model fine-tunes the [ProsusAI/finbert](https://huggingface.co/ProsusAI/finbert), which is a pre-trained NLP model to analyze the sentiment of the financial text.
|
21 |
+
CryptoBERT model fine-tunes this by training the model as a downstream task on Custom Crypto Sentiment data to predict whether the given text related to the Crypto market is
|
22 |
+
Positive (LABEL_1) or Negative (LABEL_1).
|
23 |
|
24 |
## Intended uses & limitations
|
25 |
|
26 |
+
The model can perform well on Crypto-related data. The main limitation is that the fine-tuning was done using only a small corpus of data
|
|
|
|
|
|
|
|
|
|
|
|
|
27 |
|
28 |
### Training hyperparameters
|
29 |
|