InferenceIllusionist commited on
Commit
5f5fa86
1 Parent(s): b2c4915

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +34 -0
README.md CHANGED
@@ -1,3 +1,37 @@
1
  ---
2
  license: cc-by-nc-4.0
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: cc-by-nc-4.0
3
+ tags:
4
+ - GGUF
5
+ - iMat
6
+ - llama3
7
  ---
8
+
9
+ ```
10
+ e88 88e d8
11
+ d888 888b 8888 8888 ,"Y88b 888 8e d88
12
+ C8888 8888D 8888 8888 "8" 888 888 88b d88888
13
+ Y888 888P Y888 888P ,ee 888 888 888 888
14
+ "88 88" "88 88" "88 888 888 888 888
15
+ b
16
+ 8b,
17
+
18
+ e88'Y88 d8 888
19
+ d888 'Y ,"Y88b 888,8, d88 ,e e, 888
20
+ C8888 "8" 888 888 " d88888 d88 88b 888
21
+ Y888 ,d ,ee 888 888 888 888 , 888
22
+ "88,d88 "88 888 888 888 "YeeP" 888
23
+
24
+ PROUDLY PRESENTS
25
+ ```
26
+
27
+ ## Llama-3-8B-Instruct-DADA-iMat-GGUF
28
+
29
+
30
+ Quantized from fp16 with love.
31
+ * Weighted quanitzations were calculated using groups_merged.txt with 105 chunks (recommended amount for this file) and n_ctx=512. Special thanks to jukofyork for sharing [this process](https://huggingface.co/jukofyork/WizardLM-2-8x22B-imatrix)
32
+
33
+ For a brief rundown of iMatrix quant performance please see this [PR](https://github.com/ggerganov/llama.cpp/pull/5747)
34
+
35
+ <b>All quants are verified working prior to uploading to repo for your safety and convenience. </b>
36
+
37
+ Please note importance matrix quantizations are a work in progress. IQ4 and above is recommended for best results.