Upload 2 files
Browse files- .gitattributes +1 -0
- ModelFile +24 -0
- codeast.Q4_K_M.gguf +3 -0
.gitattributes
CHANGED
|
@@ -33,3 +33,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
+
codeast.Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
ModelFile
ADDED
|
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
FROM codeast.Q4_K_M.gguf
|
| 2 |
+
TEMPLATE """{{ if .System }}{{ .System }}
|
| 3 |
+
{{ end }}
|
| 4 |
+
|
| 5 |
+
{{ if .Prompt }}
|
| 6 |
+
{{ .Prompt }}{{ end }}
|
| 7 |
+
|
| 8 |
+
### Response:"""
|
| 9 |
+
|
| 10 |
+
PARAMETER temperature 0
|
| 11 |
+
PARAMETER repeat_penalty 1
|
| 12 |
+
PARAMETER penalize_newline false
|
| 13 |
+
|
| 14 |
+
PARAMETER stop <|start_header_id|>
|
| 15 |
+
PARAMETER stop <|end_header_id|>
|
| 16 |
+
PARAMETER stop <|eot_id|>
|
| 17 |
+
PARAMETER stop <|reserved_special_token|>
|
| 18 |
+
PARAMETER stop <|end_of_text|>
|
| 19 |
+
PARAMETER stop <eos>
|
| 20 |
+
PARAMETER stop <|eos|>
|
| 21 |
+
|
| 22 |
+
|
| 23 |
+
SYSTEM "Below is an instruction that describes a task, paired with an input that provides further context. Write a response that appropriately completes the request."
|
| 24 |
+
|
codeast.Q4_K_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ca1a721a035922befa8b56c02d8a5c2ca6a52a1877ba4bb2a1002cb7a5d789fb
|
| 3 |
+
size 5329758720
|