Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,35 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
tags:
|
4 |
+
- infinite-dataset-hub
|
5 |
+
- synthetic
|
6 |
+
---
|
7 |
+
|
8 |
+
# CompPlantsClass
|
9 |
+
|
10 |
+
tags: Companion Plants, Classification, Agriculture
|
11 |
+
|
12 |
+
_Note: This is an AI-generated dataset so its content may be inaccurate or false_
|
13 |
+
|
14 |
+
**Dataset Description:**
|
15 |
+
|
16 |
+
The 'CompPlantsClass' dataset comprises records of various plant species that are known to be good companions for specific crops in agricultural practices. The dataset includes information about each plant species and their recommended companion plants. It also contains additional details such as the scientific name, common name, family, and benefits associated with planting them together. Each record is labeled with a 'label' that signifies the primary use or benefit of the plant when used as a companion, such as pest control, nitrogen fixation, or pollination support.
|
17 |
+
|
18 |
+
**CSV Content Preview:**
|
19 |
+
|
20 |
+
```
|
21 |
+
id,scientific_name,common_name,family,benefits,label
|
22 |
+
1,Tagetes minuta,Aztec marigold,Asteraceae,Repels insects and nematodes,Pest_Control
|
23 |
+
2,Nicotiana attenuata,Tree tobacco,Solanaceae,Attracts beneficial insects,Pollinator_Attraction
|
24 |
+
3,Lavandula angustifolia,Lavender,Lamiaceae,Repels pests and improves soil health,Pest_Control_Soil_Improvement
|
25 |
+
4,Foeniculum vulgare,Fennel,Apiaceae,Enhances growth of neighboring plants,Growth_Enhancement
|
26 |
+
5,Tagetes erecta,Marigold,Asteraceae,Deters root-knot nematodes and other pests,Pest_Control_Deterrence
|
27 |
+
```
|
28 |
+
|
29 |
+
**Source of the data:**
|
30 |
+
|
31 |
+
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 'Companion Plants':
|
32 |
+
|
33 |
+
- **Dataset Generation Page**: https://huggingface.co/spaces/infinite-dataset-hub/infinite-dataset-hub?q=Companion+Plants&dataset=CompPlantsClass&tags=Companion+Plants,+Classification,+Agriculture
|
34 |
+
- **Model**: https://huggingface.co/microsoft/Phi-3-mini-4k-instruct
|
35 |
+
- **More Datasets**: https://huggingface.co/datasets?other=infinite-dataset-hub
|