Baselight

Bitcoin Tweet Sentiment

Sentiment dataset for finetuning LLM model

@kaggle.lizhecheng_bitcoin_tweet_sentiment

Loading...
Loading...

About this Dataset

Bitcoin Tweet Sentiment

A custom dataset used to finetune LLM on sentiment analysis problem.
This dataset is copied from a youtube tutorial, which has already been cleaned.
The original dataset is from here in kaggle
Thanks to their great contribution❤️

Tables

Bitcoin Sentiment Tweets

@kaggle.lizhecheng_bitcoin_tweet_sentiment.bitcoin_sentiment_tweets
  • 101.6 KB
  • 1897 rows
  • 3 columns
Loading...

CREATE TABLE bitcoin_sentiment_tweets (
  "date" VARCHAR,
  "tweet" VARCHAR,
  "sentiment" DOUBLE
);

Share link

Anyone who has the link will be able to view this.