license: other | |
language: | |
- en | |
pipeline_tag: text-generation | |
inference: false | |
tags: | |
- transformers | |
- gguf | |
- imatrix | |
- Fimbulvetr-11B-v2 | |
Quantizations of https://huggingface.co/Sao10K/Fimbulvetr-11B-v2 | |
# From original readme | |
Prompt Formats - Alpaca or Vicuna. Either one works fine. | |
Recommended SillyTavern Presets - Universal Light | |
Alpaca: | |
``` | |
### Instruction: | |
<Prompt> | |
### Input: | |
<Insert Context Here> | |
### Response: | |
``` | |
Vicuna: | |
``` | |
System: <Prompt> | |
User: <Input> | |
Assistant: | |
``` |