license: mit | |
tags: | |
- infinite-dataset-hub | |
- synthetic | |
# BreadSentences | |
tags: text classification, sentiment analysis, food-related | |
_Note: This is an AI-generated dataset so its content may be inaccurate or false_ | |
**Dataset Description:** | |
The 'BreadSentences' dataset is designed for the task of text classification where each row contains a sentence from various sources that is categorized as either being about bread (true) or not about bread (false). This dataset can be used for training models in sentiment analysis, food-related text processing, or similar applications where distinguishing between bread-related content and unrelated content is important. | |
**CSV Content Preview:** | |
``` | |
sentence,label | |
"A loaf of sourdough bread smells amazing in the morning.",true | |
"The latest smartphone model has a remarkable battery life.",false | |
"Rye bread is an essential part of our diet here in the Nordics.",true | |
"I just finished reading a great book on cognitive behavioral therapy.",false | |
"Artisanal bakers in France are known for their exquisite croissants.",true | |
``` | |
**Source of the data:** | |
The dataset was generated using the [Infinite Dataset Hub](https://huggingface.co/spaces/infinite-dataset-hub/infinite-dataset-hub) and microsoft/Phi-3-mini-4k-instruct using the query 'list of sentences about and not about bread with a corresponding Boolean value': | |
- **Dataset Generation Page**: https://huggingface.co/spaces/infinite-dataset-hub/infinite-dataset-hub?q=list+of+sentences+about+and+not+about+bread+with+a+corresponding+Boolean+value&dataset=BreadSentences&tags=text+classification,+sentiment+analysis,+food-related | |
- **Model**: https://huggingface.co/microsoft/Phi-3-mini-4k-instruct | |
- **More Datasets**: https://huggingface.co/datasets?other=infinite-dataset-hub | |