ElKulako commited on
Commit
35b8e0c
1 Parent(s): 80fd97e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -0
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