Spaces:
Running
Running
Update README.md
Browse files
README.md
CHANGED
@@ -11,6 +11,8 @@ short_description: SentimentSpark
|
|
11 |
---
|
12 |
dataset_info:
|
13 |
features:
|
|
|
|
|
14 |
- name: text
|
15 |
dtype: string
|
16 |
- name: label
|
@@ -20,30 +22,31 @@ dataset_info:
|
|
20 |
num_examples: 4
|
21 |
- name: test
|
22 |
num_examples: 1
|
23 |
-
download_size:
|
24 |
-
dataset_size:
|
25 |
license: apache-2.0
|
26 |
task_categories:
|
27 |
- text-classification
|
28 |
tags:
|
29 |
- sentiment-analysis
|
30 |
- text
|
31 |
-
-
|
|
|
32 |
pretty_name: SentimentSpark
|
33 |
language:
|
34 |
- en
|
35 |
---
|
36 |
|
37 |
-
#
|
38 |
|
39 |
**Welcome to *SentimentSpark*!**
|
40 |
-
This dataset
|
41 |
|
42 |
---
|
43 |
|
44 |
-
##
|
45 |
|
46 |
-
*SentimentSpark* is a professionally curated dataset
|
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)
|
@@ -54,13 +57,14 @@ This dataset ignites your text classification projects with a sparkling collecti
|
|
54 |
|
55 |
---
|
56 |
|
57 |
-
##
|
58 |
|
59 |
### π Data Instances
|
60 |
-
Each instance includes a text review and
|
61 |
|
62 |
```json
|
63 |
{
|
|
|
64 |
"text": "This app is absolutely amazing! π",
|
65 |
"label": "positive"
|
66 |
-
}
|
|
|
11 |
---
|
12 |
dataset_info:
|
13 |
features:
|
14 |
+
- name: index
|
15 |
+
dtype: int64
|
16 |
- name: text
|
17 |
dtype: string
|
18 |
- name: label
|
|
|
22 |
num_examples: 4
|
23 |
- name: test
|
24 |
num_examples: 1
|
25 |
+
download_size: 2000
|
26 |
+
dataset_size: 2000
|
27 |
license: apache-2.0
|
28 |
task_categories:
|
29 |
- text-classification
|
30 |
tags:
|
31 |
- sentiment-analysis
|
32 |
- text
|
33 |
+
- nlp
|
34 |
+
- emoji
|
35 |
pretty_name: SentimentSpark
|
36 |
language:
|
37 |
- en
|
38 |
---
|
39 |
|
40 |
+
# π SentimentSpark: Ignite Your NLP Journey π₯
|
41 |
|
42 |
**Welcome to *SentimentSpark*!**
|
43 |
+
This dataset lights up your sentiment analysis projects with a sleek, emoji-rich collection of text reviews. Designed for researchers, developers, and NLP enthusiasts, *SentimentSpark* is a compact, high-quality dataset for training and evaluating text classification models. π
|
44 |
|
45 |
---
|
46 |
|
47 |
+
## π Overview
|
48 |
|
49 |
+
*SentimentSpark* is a professionally curated dataset for **sentiment analysis**, featuring indexed text reviews with **positive** or **negative** labels. Its dark-themed presentation and emoji accents make it a modern, engaging resource for prototyping, education, or benchmarking. π
|
50 |
|
51 |
- **Homepage**: [https://huggingface.co/datasets/your-username/SentimentSpark](https://huggingface.co/datasets/your-username/SentimentSpark)
|
52 |
- **Repository**: [https://huggingface.co/datasets/your-username/SentimentSpark](https://huggingface.co/datasets/your-username/SentimentSpark)
|
|
|
57 |
|
58 |
---
|
59 |
|
60 |
+
## π Dataset Structure
|
61 |
|
62 |
### π Data Instances
|
63 |
+
Each instance includes an index, a text review, and a sentiment label. Example:
|
64 |
|
65 |
```json
|
66 |
{
|
67 |
+
"index": 1,
|
68 |
"text": "This app is absolutely amazing! π",
|
69 |
"label": "positive"
|
70 |
+
}
|