File size: 1,270 Bytes
50ec14c 0e38da0 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 |
---
license: mit
task_categories:
- text-classification
language:
- en
tags:
- ai
- luna
- open
- source
- text
- classification
pretty_name: a
size_categories:
- 1K<n<10K
---
# Customer Feedback Sentiment Dataset
This dataset contains customer feedback comments classified by sentiment. Each comment is labeled as either positive (1) or negative (0).
## Dataset Overview
- **Number of Samples:** 1000
- **Categories:**
- Positive (1): Comments expressing satisfaction or approval.
- Negative (0): Comments expressing dissatisfaction or disapproval.
## Format
The dataset is in CSV format with the following columns:
- **comment:** The text of the customer feedback.
- **label:** The sentiment label (1 for positive, 0 for negative).
### Example
| comment | label |
|-------------------------------------------|-------|
| "Absolutely wonderful!" | 1 |
| "Very disappointing service." | 0 |
## License
This dataset is licensed under the MIT License. Please refer to the LICENSE file for more details.
## Contributing
Feel free to contribute to this dataset by suggesting improvements or additional samples.
## Contact
For any inquiries, please contact [[email protected]].
|