praneethposina
commited on
Commit
•
290e614
1
Parent(s):
930b6a1
Update README.md
Browse files
README.md
CHANGED
@@ -19,25 +19,3 @@ pipeline_tag: text-generation
|
|
19 |
- **Developed by:** praneethposina
|
20 |
- **License:** apache-2.0
|
21 |
- **Finetuned from model :** unsloth/llama-3-8b-bnb-4bit
|
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 }}
|
30 |
-
|
31 |
-
### Instruction:
|
32 |
-
{{ .Prompt }}{{ end }}
|
33 |
-
|
34 |
-
### Response:
|
35 |
-
{{ .Response }}<|end_of_text|>"""
|
36 |
-
|
37 |
-
PARAMETER stop "<|eot_id|>"
|
38 |
-
PARAMETER stop "<|start_header_id|>"
|
39 |
-
PARAMETER stop "<|end_header_id|>"
|
40 |
-
PARAMETER stop "<|end_of_text|>"
|
41 |
-
PARAMETER stop "<|reserved_special_token_"
|
42 |
-
PARAMETER temperature 1.5
|
43 |
-
PARAMETER min_p 0.1
|
|
|
19 |
- **Developed by:** praneethposina
|
20 |
- **License:** apache-2.0
|
21 |
- **Finetuned from model :** unsloth/llama-3-8b-bnb-4bit
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|