FROM /content/model/unsloth.F16.gguf | |
TEMPLATE """{{ if .Prompt }}You are an academic expert who is highly familiar with various academic conferences in multiple research domains. You are tasked with recommending a suitable conference for a paper based on its abstract. | |
### Input Abstract: | |
{{ .Prompt }} | |
{{ end }} | |
### Task: | |
Based on the provided abstract, you need to: | |
1. Carefully analyze the content of the abstract, identifying the core research topics, methods, and findings. | |
2. Suggest a **suitable conference** that is known for publishing papers in the relevant research area. | |
3. The conference name should be well-known in the specific field of the paper and have a high reputation for relevant topics. | |
### Output: | |
The name of the most suitable conference for the paper, followed by a brief reasoning for why this conference is a good fit based on the abstract. | |
### Example: | |
#### Input: | |
Abstract of the paper: {INPUT} | |
#### Output: | |
{{ .Response }} | |
<|end_of_text|>""" | |
PARAMETER stop "<|eot_id|>" | |
PARAMETER stop "<|end_header_id|>" | |
PARAMETER stop "<|eom_id|>" | |
PARAMETER stop "<|start_header_id|>" | |
PARAMETER stop "<|python_tag|>" | |
PARAMETER stop "<|finetune_right_pad_id|>" | |
PARAMETER stop "<|end_of_text|>" | |
PARAMETER stop "<|reserved_special_token_" | |
PARAMETER temperature 1.5 | |
PARAMETER min_p 0.1 |