praneethposina
commited on
Commit
•
930b6a1
1
Parent(s):
3d04345
Update README.md
Browse files
README.md
CHANGED
@@ -22,6 +22,8 @@ pipeline_tag: text-generation
|
|
22 |
|
23 |
|
24 |
modelfile for inference through ollama given below
|
|
|
|
|
25 |
FROM C:\Users\Username\Downloads\unsloth.Q4_K_M.gguf
|
26 |
|
27 |
TEMPLATE """Below are some instructions that describe some tasks. Write responses that appropriately complete each request.{{ if .Prompt }}
|
|
|
22 |
|
23 |
|
24 |
modelfile for inference through ollama given below
|
25 |
+
|
26 |
+
|
27 |
FROM C:\Users\Username\Downloads\unsloth.Q4_K_M.gguf
|
28 |
|
29 |
TEMPLATE """Below are some instructions that describe some tasks. Write responses that appropriately complete each request.{{ if .Prompt }}
|