Transformers
GGUF
English
imatrix
conversational
mradermacher commited on
Commit
3f85cc9
·
verified ·
1 Parent(s): 1c280e7

auto-patch README.md

Browse files
Files changed (1) hide show
  1. README.md +64 -0
README.md CHANGED
@@ -1,3 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  <!-- ### quantize_version: 2 -->
2
  <!-- ### output_tensor_quantised: 1 -->
3
  <!-- ### convert_type: hf -->
@@ -7,3 +23,51 @@
7
  <!-- ### quants_skip: -->
8
  <!-- ### skip_mmproj: -->
9
  weighted/imatrix quants of https://huggingface.co/AliceThirty/G4-Alice-v1.0-31B
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: AliceThirty/G4-Alice-v1.0-31B
3
+ datasets:
4
+ - zerofata/Instruct-Anime
5
+ - zerofata/Gemini-3.1-Pro-GLM5-Characters
6
+ - zerofata/Gemini-3.1-Pro-SmallWiki
7
+ language:
8
+ - en
9
+ library_name: transformers
10
+ license: apache-2.0
11
+ mradermacher:
12
+ readme_rev: 1
13
+ quantized_by: mradermacher
14
+ ---
15
+ ## About
16
+
17
  <!-- ### quantize_version: 2 -->
18
  <!-- ### output_tensor_quantised: 1 -->
19
  <!-- ### convert_type: hf -->
 
23
  <!-- ### quants_skip: -->
24
  <!-- ### skip_mmproj: -->
25
  weighted/imatrix quants of https://huggingface.co/AliceThirty/G4-Alice-v1.0-31B
26
+
27
+ <!-- provided-files -->
28
+
29
+ ***For a convenient overview and download list, visit our [model page for this model](https://hf.tst.eu/model#G4-Alice-v1.0-31B-i1-GGUF).***
30
+
31
+ static quants are available at https://huggingface.co/mradermacher/G4-Alice-v1.0-31B-GGUF
32
+
33
+ **This is a vision model - mmproj files (if any) will be in the [static repository](https://huggingface.co/mradermacher/G4-Alice-v1.0-31B-GGUF).**
34
+ ## Usage
35
+
36
+ If you are unsure how to use GGUF files, refer to one of [TheBloke's
37
+ READMEs](https://huggingface.co/TheBloke/KafkaLM-70B-German-V0.1-GGUF) for
38
+ more details, including on how to concatenate multi-part files.
39
+
40
+ ## Provided Quants
41
+
42
+ (sorted by size, not necessarily quality. IQ-quants are often preferable over similar sized non-IQ quants)
43
+
44
+ | Link | Type | Size/GB | Notes |
45
+ |:-----|:-----|--------:|:------|
46
+ | [GGUF](https://huggingface.co/mradermacher/G4-Alice-v1.0-31B-i1-GGUF/resolve/main/G4-Alice-v1.0-31B.imatrix.gguf) | imatrix | 0.1 | imatrix file (for creating your own quants) |
47
+ | [GGUF](https://huggingface.co/mradermacher/G4-Alice-v1.0-31B-i1-GGUF/resolve/main/G4-Alice-v1.0-31B.i1-Q2_K.gguf) | i1-Q2_K | 12.0 | IQ3_XXS probably better |
48
+ | [GGUF](https://huggingface.co/mradermacher/G4-Alice-v1.0-31B-i1-GGUF/resolve/main/G4-Alice-v1.0-31B.i1-IQ3_XXS.gguf) | i1-IQ3_XXS | 12.2 | lower quality |
49
+ | [GGUF](https://huggingface.co/mradermacher/G4-Alice-v1.0-31B-i1-GGUF/resolve/main/G4-Alice-v1.0-31B.i1-IQ3_M.gguf) | i1-IQ3_M | 14.5 | |
50
+ | [GGUF](https://huggingface.co/mradermacher/G4-Alice-v1.0-31B-i1-GGUF/resolve/main/G4-Alice-v1.0-31B.i1-Q3_K_M.gguf) | i1-Q3_K_M | 15.4 | IQ3_S probably better |
51
+ | [GGUF](https://huggingface.co/mradermacher/G4-Alice-v1.0-31B-i1-GGUF/resolve/main/G4-Alice-v1.0-31B.i1-Q4_K_S.gguf) | i1-Q4_K_S | 17.9 | optimal size/speed/quality |
52
+ | [GGUF](https://huggingface.co/mradermacher/G4-Alice-v1.0-31B-i1-GGUF/resolve/main/G4-Alice-v1.0-31B.i1-Q4_K_M.gguf) | i1-Q4_K_M | 18.8 | fast, recommended |
53
+
54
+ Here is a handy graph by ikawrakow comparing some lower-quality quant
55
+ types (lower is better):
56
+
57
+ ![image.png](https://www.nethype.de/huggingface_embed/quantpplgraph.png)
58
+
59
+ And here are Artefact2's thoughts on the matter:
60
+ https://gist.github.com/Artefact2/b5f810600771265fc1e39442288e8ec9
61
+
62
+ ## FAQ / Model Request
63
+
64
+ See https://huggingface.co/mradermacher/model_requests for some answers to
65
+ questions you might have and/or if you want some other model quantized.
66
+
67
+ ## Thanks
68
+
69
+ I thank my company, [nethype GmbH](https://www.nethype.de/), for letting
70
+ me use its servers and providing upgrades to my workstation to enable
71
+ this work in my free time. Additional thanks to [@nicoboss](https://huggingface.co/nicoboss) for giving me access to his private supercomputer, enabling me to provide many more imatrix quants, at much higher quality, than I would otherwise be able to.
72
+
73
+ <!-- end -->