gxb912/large-twitter-tweets-sentiment
Dataset Card for "Large twitter tweets sentiment analysis" Dataset Description Dataset Summary This dataset is a collection of tweets formatted in a tabular data structure, annotated for sentiment analysis. Each tweet is associated with a sentiment label, with 1 indicating a Positive sentiment and 0 for a Negative sentiment. Languages The tweets in English. Dataset Structure Data Instances An instance of… See the full description on the dataset page: https://huggingface.co/datasets/gxb912/large-twitter-tweets-sentiment.
Dataset Card for "Large twitter tweets sentiment analysis"
Table of Contents
Dataset Description
Dataset Summary
This dataset is a collection of tweets formatted in a tabular data structure, annotated for sentiment analysis. Each tweet is associated with a sentiment label, with 1 indicating a Positive sentiment and 0 for a Negative sentiment.
Languages
The tweets in English.
Dataset Structure
Data Instances
An instance of the dataset includes the following fields:
text: a string containing the tweet's content.sentiment: an integer where1indicates Positive sentiment and0indicates Negative sentiment.
Data Splits and Size
The dataset is divided into training and test sets. The sizes are as follows:
- Training set: 179995 instances
- Test set: 44999 instances
