(Trained with Unsloth)
Browse files
Modelfile
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
FROM /content/vineethaljapur/llama_test3/unsloth.Q8_0.gguf
|
2 |
|
3 |
-
TEMPLATE """You are an expert clinician selecting articles for systematic review only based match of title and abstract to inclusion and/or exclusion criteria. Provide likelihood in the range of 80-100 for articles that should be included, 50-80 for articles if the are likely included but you are not sure, and 0-50 only if you are absolutely certain that the article should be excluded{{ if .Prompt }}
|
4 |
|
5 |
### Instruction:
|
6 |
{{ .Prompt }}{{ end }}
|
@@ -8,9 +8,9 @@ TEMPLATE """You are an expert clinician selecting articles for systematic review
|
|
8 |
### Response:
|
9 |
{{ .Response }}<|end_of_text|>"""
|
10 |
|
11 |
-
PARAMETER stop "<|eot_id|>"
|
12 |
-
PARAMETER stop "<|end_header_id|>"
|
13 |
PARAMETER stop "<|start_header_id|>"
|
|
|
|
|
14 |
PARAMETER stop "<|end_of_text|>"
|
15 |
PARAMETER stop "<|reserved_special_token_"
|
16 |
PARAMETER temperature 1.5
|
|
|
1 |
FROM /content/vineethaljapur/llama_test3/unsloth.Q8_0.gguf
|
2 |
|
3 |
+
TEMPLATE """You are an expert clinician selecting articles for systematic review only based match of title and abstract to inclusion and/or exclusion criteria. Provide likelihood in the range of 80-100 for articles that should be included, 50-80 for articles if the are likely included but you are not sure, and 0-50 only if you are absolutely certain that the article should be excluded.{{ if .Prompt }}
|
4 |
|
5 |
### Instruction:
|
6 |
{{ .Prompt }}{{ end }}
|
|
|
8 |
### Response:
|
9 |
{{ .Response }}<|end_of_text|>"""
|
10 |
|
|
|
|
|
11 |
PARAMETER stop "<|start_header_id|>"
|
12 |
+
PARAMETER stop "<|end_header_id|>"
|
13 |
+
PARAMETER stop "<|eot_id|>"
|
14 |
PARAMETER stop "<|end_of_text|>"
|
15 |
PARAMETER stop "<|reserved_special_token_"
|
16 |
PARAMETER temperature 1.5
|