Spaces:
Running
Running
Update README.md
Browse files
README.md
CHANGED
@@ -8,27 +8,7 @@ pinned: false
|
|
8 |
license: apache-2.0
|
9 |
short_description: SentimentSpark
|
10 |
---
|
11 |
-
# File Tree
|
12 |
-
# SentimentSpark/
|
13 |
-
# βββ data.csv # Dataset: CSV with index, text, and label columns
|
14 |
-
# βββ README.md # Dataset Card: Dark-themed Markdown with emojis, tabs, and full project description
|
15 |
-
# βββ index.html # Web App: Bootstrap HTML for dark GUI
|
16 |
-
# βββ styles.css # Web App: Custom CSS for dark theme
|
17 |
-
# βββ script.js # Web App: JavaScript to load and display dataset
|
18 |
-
# βββ requirements.txt # Dependencies: Python libraries for upload
|
19 |
|
20 |
-
# data.csv
|
21 |
-
"""
|
22 |
-
index,text,label
|
23 |
-
1,"This app is absolutely amazing! π","positive"
|
24 |
-
2,"The service was terrible, never again. π","negative"
|
25 |
-
3,"Love the new features, so intuitive! π","positive"
|
26 |
-
4,"Really disappointed with the quality. π","negative"
|
27 |
-
5,"Best experience ever, highly recommend! π","positive"
|
28 |
-
"""
|
29 |
-
|
30 |
-
# README.md
|
31 |
-
"""
|
32 |
---
|
33 |
dataset_info:
|
34 |
features:
|
@@ -40,11 +20,11 @@ dataset_info:
|
|
40 |
dtype: string
|
41 |
splits:
|
42 |
- name: train
|
43 |
-
num_examples:
|
44 |
- name: test
|
45 |
-
num_examples:
|
46 |
-
download_size:
|
47 |
-
dataset_size:
|
48 |
license: apache-2.0
|
49 |
task_categories:
|
50 |
- text-classification
|
@@ -58,35 +38,35 @@ language:
|
|
58 |
- en
|
59 |
---
|
60 |
|
61 |
-
# π SentimentSpark:
|
62 |
|
63 |
**Welcome to *SentimentSpark*!**
|
64 |
-
|
65 |
|
66 |
---
|
67 |
|
68 |
-
## π
|
69 |
|
70 |
-
*SentimentSpark* is a
|
71 |
|
72 |
-
- **Homepage**: [https://huggingface.co/datasets/
|
73 |
-
- **Repository**: [https://huggingface.co/datasets/
|
74 |
-
- **Space**: [https://huggingface.co/spaces/
|
75 |
- **License**: Apache-2.0 π
|
76 |
- **Task**: Text Classification (Sentiment Analysis)
|
77 |
- **Language**: English π¬π§
|
78 |
-
- **Point of Contact**: [
|
79 |
|
80 |
---
|
81 |
|
82 |
## π Dataset Structure
|
83 |
|
84 |
### π Data Instances
|
85 |
-
Each
|
86 |
|
87 |
```json
|
88 |
{
|
89 |
"index": 1,
|
90 |
-
"text": "This app is
|
91 |
"label": "positive"
|
92 |
}
|
|
|
8 |
license: apache-2.0
|
9 |
short_description: SentimentSpark
|
10 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
11 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
12 |
---
|
13 |
dataset_info:
|
14 |
features:
|
|
|
20 |
dtype: string
|
21 |
splits:
|
22 |
- name: train
|
23 |
+
num_examples: 400
|
24 |
- name: test
|
25 |
+
num_examples: 100
|
26 |
+
download_size: 50000
|
27 |
+
dataset_size: 50000
|
28 |
license: apache-2.0
|
29 |
task_categories:
|
30 |
- text-classification
|
|
|
38 |
- en
|
39 |
---
|
40 |
|
41 |
+
# π SentimentSpark: Unleash a Firestorm of Sentiment Analysis π₯
|
42 |
|
43 |
**Welcome to *SentimentSpark*!**
|
44 |
+
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. π
|
45 |
|
46 |
---
|
47 |
|
48 |
+
## π Why SentimentSpark?
|
49 |
|
50 |
+
*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. π
|
51 |
|
52 |
+
- **Homepage**: [https://huggingface.co/datasets/ghostai1/SentimentSpark](https://huggingface.co/datasets/ghostai1/SentimentSpark)
|
53 |
+
- **Repository**: [https://huggingface.co/datasets/ghostai1/SentimentSpark](https://huggingface.co/datasets/ghostai1/SentimentSpark)
|
54 |
+
- **Space**: [https://huggingface.co/spaces/ghostai1/SentimentSpark-App](https://huggingface.co/spaces/ghostai1/SentimentSpark-App)
|
55 |
- **License**: Apache-2.0 π
|
56 |
- **Task**: Text Classification (Sentiment Analysis)
|
57 |
- **Language**: English π¬π§
|
58 |
+
- **Point of Contact**: ghostai1 [Contact via Hugging Face]
|
59 |
|
60 |
---
|
61 |
|
62 |
## π Dataset Structure
|
63 |
|
64 |
### π Data Instances
|
65 |
+
Each of the 500 instances is a pulse of sentiment, featuring an index, text review, and label. Example:
|
66 |
|
67 |
```json
|
68 |
{
|
69 |
"index": 1,
|
70 |
+
"text": "This app is a game-changer! Super intuitive and lightning-fast. ππ",
|
71 |
"label": "positive"
|
72 |
}
|