Upload folder using huggingface_hub
Browse files
Modelfile
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
|
| 2 |
+
FROM ./{{ phi3-128k-test }}
|
| 3 |
+
TEMPLATE """<s>{{ if .Prompt }}<|user|>
|
| 4 |
+
{{ .Prompt }}<|end|>
|
| 5 |
+
{{ end }}<|assistant|>
|
| 6 |
+
{{ .Response }}<|end|>"""
|
| 7 |
+
PARAMETER stop <|endoftext|>
|
| 8 |
+
PARAMETER stop <|assistant|>
|
| 9 |
+
PARAMETER stop <|end|>
|
| 10 |
+
PARAMETER num_ctx {{ 2048 }}
|