Update README.md
Browse files
README.md
CHANGED
@@ -16,6 +16,7 @@ tags:
|
|
16 |
|
17 |
# CryptoBERT
|
18 |
CryptoBERT is a pre-trained NLP model to analyse the language and sentiments of cryptocurrency-related social media posts and messages. It was built by further training the [cardiffnlp's Twitter-roBERTa-base](https://huggingface.co/cardiffnlp/twitter-roberta-base) language model on the cryptocurrency domain, using a corpus of over 3.2M unique cryptocurrency-related social media posts.
|
|
|
19 |
## Classification Training
|
20 |
The model was trained on the following labels: "Bearish" : 0, "Neutral": 1, "Bullish": 2
|
21 |
|
|
|
16 |
|
17 |
# CryptoBERT
|
18 |
CryptoBERT is a pre-trained NLP model to analyse the language and sentiments of cryptocurrency-related social media posts and messages. It was built by further training the [cardiffnlp's Twitter-roBERTa-base](https://huggingface.co/cardiffnlp/twitter-roberta-base) language model on the cryptocurrency domain, using a corpus of over 3.2M unique cryptocurrency-related social media posts.
|
19 |
+
(A research paper with more details will follow soon.)
|
20 |
## Classification Training
|
21 |
The model was trained on the following labels: "Bearish" : 0, "Neutral": 1, "Bullish": 2
|
22 |
|