LunaAi-dataset / README.md
faisaldadkhan13's picture
Update README.md
0e38da0 verified
---
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]].