Update README.md
Browse files
README.md
CHANGED
@@ -3,4 +3,19 @@ license: mit
|
|
3 |
language:
|
4 |
- en
|
5 |
library_name: transformers
|
6 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
language:
|
4 |
- en
|
5 |
library_name: transformers
|
6 |
+
---
|
7 |
+
|
8 |
+
|
9 |
+
CryptoBERT is a pre-trained BERT (Bidirectional Encoder Representations from Transformers) model fine-tuned on a dataset of crypto-related news articles. It is designed to analyze and understand crypto news, providing valuable insights into the rapidly evolving world of cryptocurrencies.
|
10 |
+
|
11 |
+
## Features
|
12 |
+
|
13 |
+
- **Domain-Specific Knowledge**: Trained on a diverse dataset of crypto news, CryptoBERT captures domain-specific information, enabling it to understand the unique language and context of the cryptocurrency space.
|
14 |
+
|
15 |
+
- **Sentiment Analysis**: CryptoBERT is capable of sentiment analysis, helping you gauge the overall sentiment expressed in crypto news articles, whether it's positive, negative, or neutral.
|
16 |
+
|
17 |
+
- **Named Entity Recognition (NER)**: The model excels in identifying key entities such as cryptocurrency names, organizations, and important figures, enhancing its ability to extract relevant information.
|
18 |
+
|
19 |
+
- **Fine-tuned for Crypto Jargon**: CryptoBERT is fine-tuned to recognize and understand the specialized jargon commonly used in the crypto industry, ensuring accurate interpretation of news articles.
|
20 |
+
|
21 |
+
## Usage
|