File size: 493 Bytes
a2ce446
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
---
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:
```