Spaces:
Running
Running
Update README.md
Browse files
README.md
CHANGED
@@ -8,5 +8,59 @@ pinned: false
|
|
8 |
license: apache-2.0
|
9 |
short_description: SentimentSpark
|
10 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
11 |
|
12 |
-
|
|
|
|
|
|
|
|
|
|
8 |
license: apache-2.0
|
9 |
short_description: SentimentSpark
|
10 |
---
|
11 |
+
---
|
12 |
+
dataset_info:
|
13 |
+
features:
|
14 |
+
- name: text
|
15 |
+
dtype: string
|
16 |
+
- name: label
|
17 |
+
dtype: string
|
18 |
+
splits:
|
19 |
+
- name: train
|
20 |
+
num_examples: 4
|
21 |
+
- name: test
|
22 |
+
num_examples: 1
|
23 |
+
download_size: 1500
|
24 |
+
dataset_size: 1500
|
25 |
+
license: apache-2.0
|
26 |
+
task_categories:
|
27 |
+
- text-classification
|
28 |
+
tags:
|
29 |
+
- sentiment-analysis
|
30 |
+
- text
|
31 |
+
- natural-language-processing
|
32 |
+
pretty_name: SentimentSpark
|
33 |
+
language:
|
34 |
+
- en
|
35 |
+
---
|
36 |
+
|
37 |
+
# π SentimentSpark: A Vibrant Sentiment Analysis Dataset π
|
38 |
+
|
39 |
+
**Welcome to *SentimentSpark*!**
|
40 |
+
This dataset ignites your text classification projects with a sparkling collection of sentiment-labeled reviews. Perfect for researchers, data scientists, and NLP enthusiasts, *SentimentSpark* offers a compact yet expressive dataset to train and test sentiment analysis models. π
|
41 |
+
|
42 |
+
---
|
43 |
+
|
44 |
+
## π Overview
|
45 |
+
|
46 |
+
*SentimentSpark* is a professionally curated dataset designed for **sentiment analysis**, featuring short text reviews paired with **positive** or **negative** labels. With its emoji-enriched text and clean structure, itβs ideal for quick prototyping, educational purposes, or benchmarking small-scale NLP models. π
|
47 |
+
|
48 |
+
- **Homepage**: [https://huggingface.co/datasets/your-username/SentimentSpark](https://huggingface.co/datasets/your-username/SentimentSpark)
|
49 |
+
- **Repository**: [https://huggingface.co/datasets/your-username/SentimentSpark](https://huggingface.co/datasets/your-username/SentimentSpark)
|
50 |
+
- **License**: Apache-2.0 π
|
51 |
+
- **Task**: Text Classification (Sentiment Analysis)
|
52 |
+
- **Language**: English π¬π§
|
53 |
+
- **Point of Contact**: [Your Name or Email]
|
54 |
+
|
55 |
+
---
|
56 |
+
|
57 |
+
## ποΈ Dataset Structure
|
58 |
+
|
59 |
+
### π Data Instances
|
60 |
+
Each instance includes a text review and its sentiment label. Hereβs a sample:
|
61 |
|
62 |
+
```json
|
63 |
+
{
|
64 |
+
"text": "This app is absolutely amazing! π",
|
65 |
+
"label": "positive"
|
66 |
+
}
|