Spaces:
Running
Running
File size: 2,467 Bytes
c69ac98 c61b2c1 1471d28 ed392ff 1471d28 78cc2de 1471d28 78cc2de 1471d28 ed392ff 1471d28 78cc2de 1471d28 78cc2de 1471d28 78cc2de 1471d28 78cc2de 1471d28 78cc2de 1471d28 78cc2de 1471d28 ed392ff 1471d28 78cc2de c69ac98 1471d28 ed392ff 78cc2de 1471d28 ed392ff |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 |
---
title: SentimentSpark
emoji: π
colorFrom: blue
colorTo: gray
sdk: static
pinned: false
license: apache-2.0
short_description: SentimentSpark
---
---
dataset_info:
features:
- name: index
dtype: int64
- name: text
dtype: string
- name: label
dtype: string
splits:
- name: train
num_examples: 400
- name: test
num_examples: 100
download_size: 50000
dataset_size: 50000
license: apache-2.0
task_categories:
- text-classification
tags:
- sentiment-analysis
- text
- nlp
- emoji
pretty_name: SentimentSpark
language:
- en
---
# π SentimentSpark: Unleash a Firestorm of Sentiment Analysis π₯
**Welcome to *SentimentSpark*!**
Launch into the future of NLP with *SentimentSpark*, a massive dataset of **500 emoji-charged reviews** engineered to dominate sentiment analysis. Crafted for researchers, developers, and data visionaries, this balanced dataset (250 positive, 250 negative) is your arsenal for building elite text classification models. Paired with a neon-lit, dark-themed web app, *SentimentSpark* redefines data exploration. Hosted on the Hugging Face Hub, itβs primed to ignite your projects as of June 06, 2025. π
---
## π Why SentimentSpark?
*SentimentSpark* is a colossus in sentiment analysis, offering **500 unique reviews** spanning apps, products, services, and more. Its scale, diversity, and emoji-rich content make it the ultimate resource for benchmarking models, prototyping solutions, and driving innovation. From academia to industry, *SentimentSpark* sets the galaxy ablaze. π
- **Homepage**: [https://huggingface.co/datasets/ghostai1/SentimentSpark](https://huggingface.co/datasets/ghostai1/SentimentSpark)
- **Repository**: [https://huggingface.co/datasets/ghostai1/SentimentSpark](https://huggingface.co/datasets/ghostai1/SentimentSpark)
- **Space**: [https://huggingface.co/spaces/ghostai1/SentimentSpark-App](https://huggingface.co/spaces/ghostai1/SentimentSpark-App)
- **License**: Apache-2.0 π
- **Task**: Text Classification (Sentiment Analysis)
- **Language**: English π¬π§
- **Point of Contact**: ghostai1 [Contact via Hugging Face]
---
## π Dataset Structure
### π Data Instances
Each of the 500 instances is a pulse of sentiment, featuring an index, text review, and label. Example:
```json
{
"index": 1,
"text": "This app is a game-changer! Super intuitive and lightning-fast. ππ",
"label": "positive"
} |