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 |
+
# PlantPairMatch
|
9 |
+
|
10 |
+
tags: companion planting, species interaction, compatibility scoring
|
11 |
+
|
12 |
+
_Note: This is an AI-generated dataset so its content may be inaccurate or false_
|
13 |
+
|
14 |
+
**Dataset Description:**
|
15 |
+
|
16 |
+
The 'PlantPairMatch' dataset comprises records of plant species identified as beneficial companions in various gardening and agricultural contexts. Each entry contains information about the species pairing, the type of relationship (e.g., mutualistic, antagonistic), and a compatibility score that reflects the strength of their interaction. The dataset is intended for researchers and practitioners in the field of companion planting, aiming to optimize plant pairings for pest control, growth enhancement, and resource utilization.
|
17 |
+
|
18 |
+
**CSV Content Preview:**
|
19 |
+
|
20 |
+
```csv
|
21 |
+
id,species_pair,relationship_type,compatibility_score
|
22 |
+
1,Tomato-Basil,Mutualistic,9
|
23 |
+
2,Carrots-Parsley,Mutualistic,8
|
24 |
+
3,Marigold-Cabbage,Antagonistic,5
|
25 |
+
4,Sunflower-Corn,Mutualistic,7
|
26 |
+
5,Lavender-Rosemary,Mutualistic,9
|
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 planting':
|
32 |
+
|
33 |
+
- **Dataset Generation Page**: https://huggingface.co/spaces/infinite-dataset-hub/infinite-dataset-hub?q=companion+planting&dataset=PlantPairMatch&tags=companion+planting,+species+interaction,+compatibility+scoring
|
34 |
+
- **Model**: https://huggingface.co/microsoft/Phi-3-mini-4k-instruct
|
35 |
+
- **More Datasets**: https://huggingface.co/datasets?other=infinite-dataset-hub
|