btaskel commited on
Commit
817e0ca
·
verified ·
1 Parent(s): c9bf9a3

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +18 -0
README.md ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model:
3
+ - John6666/wai-shuffle-noob-vpred01-sdxl
4
+ tags:
5
+ - quantization
6
+ quantized_by: btaskel
7
+ pipeline_tag: text-to-image
8
+ ---
9
+ From John6666/wai-shuffle-noob-vpred01-sdxl:
10
+ https://civitai.com/models/989367/wai-shuffle-noob
11
+
12
+ Based on my experience, Q4_K_S and Q4_K_M are usually the balance points between model size, quantization, and speed.
13
+
14
+ In some benchmarks, selecting a large-parameter low-quantization LLM tends to perform better than a small-parameter high-quantization LLM.
15
+
16
+ 根据我的经验,通常Q4_K_S、Q4_K_M是模型尺寸/量化/速度的平衡点
17
+
18
+ 在某些基准测试中,选择大参数低量化模型往往比选择小参数高量化模型表现更好。