Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,43 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
tags:
|
4 |
+
- infinite-dataset-hub
|
5 |
+
- synthetic
|
6 |
+
---
|
7 |
+
|
8 |
+
# BreadSentences
|
9 |
+
|
10 |
+
tags: text classification, sentiment analysis, food-related
|
11 |
+
|
12 |
+
_Note: This is an AI-generated dataset so its content may be inaccurate or false_
|
13 |
+
|
14 |
+
**Dataset Description:**
|
15 |
+
|
16 |
+
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.
|
17 |
+
|
18 |
+
|
19 |
+
**CSV Content Preview:**
|
20 |
+
|
21 |
+
```
|
22 |
+
|
23 |
+
sentence,label
|
24 |
+
|
25 |
+
"A loaf of sourdough bread smells amazing in the morning.",true
|
26 |
+
|
27 |
+
"The latest smartphone model has a remarkable battery life.",false
|
28 |
+
|
29 |
+
"Rye bread is an essential part of our diet here in the Nordics.",true
|
30 |
+
|
31 |
+
"I just finished reading a great book on cognitive behavioral therapy.",false
|
32 |
+
|
33 |
+
"Artisanal bakers in France are known for their exquisite croissants.",true
|
34 |
+
|
35 |
+
```
|
36 |
+
|
37 |
+
**Source of the data:**
|
38 |
+
|
39 |
+
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':
|
40 |
+
|
41 |
+
- **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
|
42 |
+
- **Model**: https://huggingface.co/microsoft/Phi-3-mini-4k-instruct
|
43 |
+
- **More Datasets**: https://huggingface.co/datasets?other=infinite-dataset-hub
|