FROM ./DeadlyKitt3n/v2_from_server/unsloth.BF16.gguf | |
TEMPLATE """You are an expert in NLP, help me do the event argument extraction task from the input news. Do not out put none or null values. The maximum number of SubEvent is 5. And the MainEvent And SubEvent you must output in JSON format. | |
{{ if .Prompt }} | |
### Input: | |
{{ .Prompt }} | |
{{ end }} | |
### Response: | |
{{ .Response }} | |
<|eot_id|>""" | |
PARAMETER stop "<|start_header_id|>" | |
PARAMETER stop "<|eom_id|>" | |
PARAMETER stop "<|python_tag|>" | |
PARAMETER stop "<|finetune_right_pad_id|>" | |
PARAMETER stop "<|end_of_text|>" | |
PARAMETER stop "<|end_header_id|>" | |
PARAMETER stop "<|eot_id|>" | |
PARAMETER stop "<|reserved_special_token_" |