InferenceIllusionist commited on
Commit
dc6d290
1 Parent(s): dbfba38

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +26 -9
README.md CHANGED
@@ -1,14 +1,31 @@
1
  ```
2
- e88 88e d8 e88'Y88 d8 888
3
- d888 888b 8888 8888 ,"Y88b 888 8e d88 d888 'Y ,"Y88b 888,8, d88 ,e e, 888
4
- C8888 8888D 8888 8888 "8" 888 888 88b d88888 C8888 "8" 888 888 " d88888 d88 88b 888
5
- Y888 888P Y888 888P ,ee 888 888 888 888 Y888 ,d ,ee 888 888 888 888 , 888
6
- "88 88" "88 88" "88 888 888 888 888 "88,d88 "88 888 888 888 "YeeP" 888
7
- b
8
- 8b,
9
-
 
 
 
 
 
 
10
  PROUDLY PRESENTS
11
  ```
12
  # 0x01-8x7b-iMat-GGUF
13
 
14
- COMING SOON
 
 
 
 
 
 
 
 
 
 
 
 
1
  ```
2
+ e88 88e d8
3
+ d888 888b 8888 8888 ,"Y88b 888 8e d88
4
+ C8888 8888D 8888 8888 "8" 888 888 88b d88888
5
+ Y888 888P Y888 888P ,ee 888 888 888 888
6
+ "88 88" "88 88" "88 888 888 888 888
7
+ b
8
+ 8b,
9
+
10
+ e88'Y88 d8 888
11
+ d888 'Y ,"Y88b 888,8, d88 ,e e, 888
12
+ C8888 "8" 888 888 " d88888 d88 88b 888
13
+ Y888 ,d ,ee 888 888 888 888 , 888
14
+ "88,d88 "88 888 888 888 "YeeP" 888
15
+
16
  PROUDLY PRESENTS
17
  ```
18
  # 0x01-8x7b-iMat-GGUF
19
 
20
+ Quantized from fp16 with love.
21
+ * Quantizations made possible using .imatrix file from [this](https://huggingface.co/datasets/ikawrakow/imatrix-from-wiki-train) repo (special thanks to [ikawrakow](https://huggingface.co/ikawrakow) again)
22
+
23
+ For a brief rundown of iMatrix quant performance please see this [PR](https://github.com/ggerganov/llama.cpp/pull/5747)
24
+
25
+ <i>All quants are verified working prior to uploading to repo for your safety and convenience. </i>
26
+
27
+ Please note importance matrix quantizations are a work in progress, IQ3 and above is recommended for best results.
28
+
29
+ <b>Tip:</b> Pick a size that can fit in your GPU while still allowing some room for context for best speed. You may need to pad this further depending on if you are running image gen or TTS as well.
30
+
31
+ Original model card can be found [here](https://huggingface.co/rAIfle/0x01-8x7b-hf)