Spaces:
Runtime error
Runtime error
Update README.md
Browse files
README.md
CHANGED
@@ -1,12 +1,26 @@
|
|
1 |
---
|
2 |
-
title: CropSeek LLM
|
3 |
-
emoji:
|
4 |
-
colorFrom:
|
5 |
-
colorTo:
|
6 |
sdk: gradio
|
7 |
-
sdk_version: 5.
|
8 |
app_file: app.py
|
9 |
pinned: false
|
10 |
---
|
11 |
|
12 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
+
title: CropSeek LLM Demo
|
3 |
+
emoji: 📊
|
4 |
+
colorFrom: green
|
5 |
+
colorTo: yellow
|
6 |
sdk: gradio
|
7 |
+
sdk_version: 5.17.1
|
8 |
app_file: app.py
|
9 |
pinned: false
|
10 |
---
|
11 |
|
12 |
+
# CropSeek-LLM: AI for Crop Optimization
|
13 |
+
|
14 |
+
CropSeek-LLM is a fine-tuned language model designed to provide actionable insights and recommendations for crop optimization. It is based on the `deepseek-ai/DeepSeek-R1-Distill-Qwen-7B` model and has been fine-tuned using the `DARJYO/sawotiQ29_crop_optimization` dataset.
|
15 |
+
|
16 |
+
## Usage
|
17 |
+
|
18 |
+
You can interact with CropSeek-LLM using [persadian's HF Space](https://huggingface.co/spaces/persadian/CropSeek-LLM-Demo).
|
19 |
+
|
20 |
+
### Example Questions
|
21 |
+
- What is the best planting season for cabbages in South Coast, Durban?
|
22 |
+
- How can I control pests in my tomato farm?
|
23 |
+
- What irrigation method is best for green peppers?
|
24 |
+
|
25 |
+
## License
|
26 |
+
This model is licensed under DARJYO License v1.0.
|