duyntnet commited on
Commit
a2ce446
1 Parent(s): cccd86c

Upload README.md

Browse files
Files changed (1) hide show
  1. README.md +37 -0
README.md ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: other
3
+ language:
4
+ - en
5
+ pipeline_tag: text-generation
6
+ inference: false
7
+ tags:
8
+ - transformers
9
+ - gguf
10
+ - imatrix
11
+ - Fimbulvetr-11B-v2
12
+ ---
13
+ Quantizations of https://huggingface.co/Sao10K/Fimbulvetr-11B-v2
14
+
15
+
16
+ # From original readme
17
+
18
+ Prompt Formats - Alpaca or Vicuna. Either one works fine.
19
+ Recommended SillyTavern Presets - Universal Light
20
+
21
+ Alpaca:
22
+ ```
23
+ ### Instruction:
24
+ <Prompt>
25
+ ### Input:
26
+ <Insert Context Here>
27
+ ### Response:
28
+ ```
29
+
30
+ Vicuna:
31
+ ```
32
+ System: <Prompt>
33
+
34
+ User: <Input>
35
+
36
+ Assistant:
37
+ ```