AROOJNCBC commited on
Commit
b8271c7
verified
1 Parent(s): d6fa994

Create Readme.md

Browse files
Files changed (1) hide show
  1. Readme.md +34 -0
Readme.md ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Wheat Farming Assistant Chatbot
2
+
3
+ A specialized chatbot for wheat farming information using fine-tuned Llama 3.2 3B models.
4
+
5
+ ## Quick Start
6
+
7
+ 1. Install [Ollama](https://ollama.ai/download)
8
+ 2. Download this repository (or at least the Modelfile and one GGUF file)
9
+ 3. Open your terminal in the repository directory
10
+ ## Create the model:
11
+ ollama create wheat-assistant -f Modelfile
12
+ ## Run the model:
13
+ ollama run wheat-assistant
14
+
15
+ Start asking questions about wheat farming!
16
+
17
+ ## Example Conversation
18
+
19
+ hi
20
+ Hello! I'm Wheat Assistant, here to help with your wheat farming questions. How can I assist you today?
21
+
22
+ what are the types of wheat?
23
+ There are several main types of wheat, including:
24
+
25
+ 1. Hard red winter wheat: High protein, used for bread
26
+ 2. Soft red winter wheat: Lower protein, used for pastries
27
+ 3. Hard white wheat: Used for bread and noodles
28
+ 4. Soft white wheat: Used for cakes and pastries
29
+ 5. Durum wheat: Used for pasta production
30
+
31
+ Each type has specific growing conditions and uses. What would you like to know more about?
32
+
33
+ tell me about cats
34
+ I specialize in wheat farming topics only. I'd be happy to answer questions about wheat cultivation, varieties, diseases, or farming techniques instead.