ghostai1 commited on
Commit
1471d28
Β·
verified Β·
1 Parent(s): c69ac98

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +55 -1
README.md CHANGED
@@ -8,5 +8,59 @@ pinned: false
8
  license: apache-2.0
9
  short_description: SentimentSpark
10
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
11
 
12
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
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
+ }