| FROM unsloth.Q4_K_M.gguf |
|
|
| TEMPLATE """{{ if .Raw }}{{ .Raw }}{{ else }}### Instruction: |
| Given the interaction history of this user predict what response they will give to the following Multiple Choice Question out of option A, B, C or D. |
|
|
| ### Input |
| History: |
| {{ .History }} |
| ### Next Question: |
| {{ .Question }} |
| Options: |
| A. {{ .OptionA }} |
| B. {{ .OptionB }} |
| C. {{ .OptionC }} |
| D. {{ .OptionD }} |
| ### Response - Predict the students response from A, B, C, D{{ end }}""" |
|
|
| PARAMETER stop "### Instruction:" |
| PARAMETER stop "### Response" |
| PARAMETER temperature 0.7 |
| |