Update README.md
Browse files
README.md
CHANGED
@@ -30,7 +30,7 @@ language:
|
|
30 |
library_name: transformers
|
31 |
widget:
|
32 |
- text: Sold all btc, tethered up before the correction.
|
33 |
-
pipeline_tag:
|
34 |
---
|
35 |
|
36 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -38,7 +38,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
38 |
|
39 |
# bitcoin_tweet_sentiment_classification
|
40 |
|
41 |
-
This model is a fine-tuned version of [bert-base-uncased](https://huggingface.co/bert-base-uncased) on the ckandemir/bitcoin_tweets_sentiment_kaggle dataset.
|
42 |
It achieves the following results on the evaluation set:
|
43 |
- Loss: 0.4542
|
44 |
- Accuracy: 0.7151
|
@@ -46,16 +46,24 @@ It achieves the following results on the evaluation set:
|
|
46 |
|
47 |
## Model description
|
48 |
|
49 |
-
|
|
|
50 |
|
51 |
-
|
52 |
-
|
53 |
-
More information needed
|
54 |
|
|
|
|
|
|
|
55 |
## Training and evaluation data
|
56 |
|
57 |
-
|
|
|
58 |
|
|
|
|
|
|
|
|
|
|
|
59 |
## Training procedure
|
60 |
|
61 |
### Training hyperparameters
|
|
|
30 |
library_name: transformers
|
31 |
widget:
|
32 |
- text: Sold all btc, tethered up before the correction.
|
33 |
+
pipeline_tag: text-classification
|
34 |
---
|
35 |
|
36 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
38 |
|
39 |
# bitcoin_tweet_sentiment_classification
|
40 |
|
41 |
+
This model is a fine-tuned version of [bert-base-uncased](https://huggingface.co/bert-base-uncased) on the [ckandemir/bitcoin_tweets_sentiment_kaggle](https://huggingface.co/datasets/ckandemir/bitcoin_tweets_sentiment_kaggle) dataset.
|
42 |
It achieves the following results on the evaluation set:
|
43 |
- Loss: 0.4542
|
44 |
- Accuracy: 0.7151
|
|
|
46 |
|
47 |
## Model description
|
48 |
|
49 |
+
The [ckandemir/bitcoin_tweets_sentiment_kaggle](https://huggingface.co/datasets/ckandemir/bitcoin_tweets_sentiment_kaggle) is a sentiment analysis classifier fine-tuned on Bitcoin-related tweets. By leveraging [bert-base-uncased](https://huggingface.co/bert-base-uncased) model, it has been trained to classify tweets into various sentiment categories based on the content related to Bitcoin. This model is capable of understanding the nuances in the text of tweets and provides a sentiment score which can be leveraged for various analyses including market sentiment analysis, social media monitoring, and other applications where understanding public opinion regarding Bitcoin is crucial.
|
50 |
+
## Intended uses
|
51 |
|
52 |
+
This model is intended to be used for sentiment analysis on Bitcoin-related text data, particularly tweets. It can be utilized by researchers, analysts, and developers who are interested in gauging public sentiment regarding Bitcoin on social media.
|
|
|
|
|
53 |
|
54 |
+
## Limitations
|
55 |
+
- The model may not perform well on text data that is significantly different in context or structure from the training data (Bitcoin-related tweets).
|
56 |
+
- The model might not capture sentiment accurately for tweets with nuanced or sarcastic tones.
|
57 |
## Training and evaluation data
|
58 |
|
59 |
+
The model was trained and evaluated on the [ckandemir/bitcoin_tweets_sentiment_kaggle](https://huggingface.co/datasets/ckandemir/bitcoin_tweets_sentiment_kaggle) dataset.
|
60 |
+
This dataset comprises tweets related to Bitcoin, labeled with sentiment scores.
|
61 |
|
62 |
+
### Data Preparation
|
63 |
+
- The initial dataset contained tweets in multiple languages. As part of the data preparation, only English tweets were extracted to ensure language consistency for model training. The following steps were performed for data preparation:
|
64 |
+
- Language Detection: Identified and extracted only the tweets that were in English.
|
65 |
+
- Data Cleaning: Removal of special characters.
|
66 |
+
|
67 |
## Training procedure
|
68 |
|
69 |
### Training hyperparameters
|