|
FROM /content/qyl728728/model/unsloth.Q8_0.gguf |
|
|
|
TEMPLATE """Below describes some details about some passengers who went on the Titanic. |
|
Predict whether they survived or perished based on their characteristics. |
|
Output 1 if they survived, and 0 if they died.{{ if .Prompt }} |
|
>>> Passenger Details: |
|
{{ .Prompt }}{{ end }} |
|
>>> Did they survive? |
|
{{ .Response }}<|end_of_text|>""" |
|
|
|
PARAMETER stop "<|start_header_id|>" |
|
PARAMETER stop "<|eot_id|>" |
|
PARAMETER stop "<|end_header_id|>" |
|
PARAMETER stop "<|end_of_text|>" |
|
PARAMETER stop "<|reserved_special_token_" |
|
PARAMETER temperature 1.5 |
|
PARAMETER min_p 0.1 |