Update README.md
Browse files
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]].
|