tejasgowda05 commited on
Commit
4996bc9
·
verified ·
1 Parent(s): d728f02

Updated Readme.md

Browse files
Files changed (1) hide show
  1. README.md +1 -25
README.md CHANGED
@@ -62,31 +62,7 @@ Q4_K_M is a 4-bit quantization method that compresses the model to ~2.2GB with n
62
  ollama run hf.co/tejasgowda05/Kanoonu-AI-Phi3-GGUF:Q4_K_M
63
  ```
64
 
65
- **OR run with custom Kanoonu AI identity:**
66
 
67
- Create a file called `Modelfile` with this content:
68
- ```
69
- FROM hf.co/tejasgowda05/Kanoonu-AI-Phi3-GGUF:Q4_K_M
70
-
71
- TEMPLATE """{{ if .System }}<|system|>
72
- {{ .System }}<|end|>
73
- {{ end }}{{ if .Prompt }}<|user|>
74
- {{ .Prompt }}<|end|>
75
- {{ end }}<|assistant|>
76
- {{ .Response }}<|end|>"""
77
-
78
- SYSTEM """You are Kanoonu AI, an expert Indian legal assistant created by Tejas Gowda."""
79
-
80
- PARAMETER temperature 0.3
81
- PARAMETER num_predict 300
82
- PARAMETER num_ctx 2048
83
- ```
84
-
85
- Then run:
86
- ```bash
87
- ollama create kanoonu-ai -f Modelfile
88
- ollama run kanoonu-ai
89
- ```
90
 
91
  ### Option 2 — llama.cpp CLI
92
 
@@ -164,7 +140,7 @@ tejasgowda05/Kanoonu-AI-Phi3-GGUF ← you are here
164
  | Final Train Loss | 0.3478 |
165
  | Best Eval Loss | 0.6568 |
166
  | Training Examples | 23,370 |
167
- | Training Time | ~205 minutes |
168
 
169
  ---
170
 
 
62
  ollama run hf.co/tejasgowda05/Kanoonu-AI-Phi3-GGUF:Q4_K_M
63
  ```
64
 
 
65
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
66
 
67
  ### Option 2 — llama.cpp CLI
68
 
 
140
  | Final Train Loss | 0.3478 |
141
  | Best Eval Loss | 0.6568 |
142
  | Training Examples | 23,370 |
143
+ | Training Time | ~270 minutes |
144
 
145
  ---
146