faisaldadkhan13 commited on
Commit
0e38da0
·
verified ·
1 Parent(s): 50ec14c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +38 -1
README.md CHANGED
@@ -14,4 +14,41 @@ tags:
14
  pretty_name: a
15
  size_categories:
16
  - 1K<n<10K
17
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
14
  pretty_name: a
15
  size_categories:
16
  - 1K<n<10K
17
+ ---
18
+
19
+ # Customer Feedback Sentiment Dataset
20
+
21
+ This dataset contains customer feedback comments classified by sentiment. Each comment is labeled as either positive (1) or negative (0).
22
+
23
+ ## Dataset Overview
24
+
25
+ - **Number of Samples:** 1000
26
+ - **Categories:**
27
+ - Positive (1): Comments expressing satisfaction or approval.
28
+ - Negative (0): Comments expressing dissatisfaction or disapproval.
29
+
30
+ ## Format
31
+
32
+ The dataset is in CSV format with the following columns:
33
+
34
+ - **comment:** The text of the customer feedback.
35
+ - **label:** The sentiment label (1 for positive, 0 for negative).
36
+
37
+ ### Example
38
+
39
+ | comment | label |
40
+ |-------------------------------------------|-------|
41
+ | "Absolutely wonderful!" | 1 |
42
+ | "Very disappointing service." | 0 |
43
+
44
+ ## License
45
+
46
+ This dataset is licensed under the MIT License. Please refer to the LICENSE file for more details.
47
+
48
+ ## Contributing
49
+
50
+ Feel free to contribute to this dataset by suggesting improvements or additional samples.
51
+
52
+ ## Contact
53
+
54
+ For any inquiries, please contact [[email protected]].