dranger003 commited on
Commit
fa87de1
1 Parent(s): be67775

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -1
README.md CHANGED
@@ -6,4 +6,13 @@ pipeline_tag: text-generation
6
  library_name: gguf
7
  ---
8
  GGUF importance matrix (imatrix) quants for https://huggingface.co/jondurbin/bagel-34b-v0.4
9
- The importance matrix was trained for 100K tokens (200 batches of 512 tokens) using wiki.train.raw.
 
 
 
 
 
 
 
 
 
 
6
  library_name: gguf
7
  ---
8
  GGUF importance matrix (imatrix) quants for https://huggingface.co/jondurbin/bagel-34b-v0.4
9
+ The importance matrix was trained for 100K tokens (200 batches of 512 tokens) using wiki.train.raw.
10
+
11
+ Prompt template: Llama-2 chat (recommended)
12
+ ```
13
+ [INST] <<SYS>>
14
+ {system}
15
+ <</SYS>>
16
+
17
+ {instruction} [/INST]
18
+ ```