Transformers
GGUF
Inference Endpoints
mradermacher commited on
Commit
4fa59bb
·
verified ·
1 Parent(s): 279b3c6

auto-patch README.md

Browse files
Files changed (1) hide show
  1. README.md +90 -0
README.md CHANGED
@@ -1,6 +1,96 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  <!-- ### quantize_version: 2 -->
2
  <!-- ### output_tensor_quantised: 1 -->
3
  <!-- ### convert_type: hf -->
4
  <!-- ### vocab_type: -->
5
  <!-- ### tags: -->
6
  static quants of https://huggingface.co/BSC-LT/ALIA-40b
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: BSC-LT/ALIA-40b
3
+ language:
4
+ - bg
5
+ - ca
6
+ - code
7
+ - cs
8
+ - cy
9
+ - da
10
+ - de
11
+ - el
12
+ - en
13
+ - es
14
+ - et
15
+ - eu
16
+ - fi
17
+ - fr
18
+ - ga
19
+ - gl
20
+ - hr
21
+ - hu
22
+ - it
23
+ - lt
24
+ - lv
25
+ - mt
26
+ - nl
27
+ - nn
28
+ - \no
29
+ - oc
30
+ - pl
31
+ - pt
32
+ - ro
33
+ - ru
34
+ - sh
35
+ - sk
36
+ - sl
37
+ - sr
38
+ - sv
39
+ - uk
40
+ library_name: transformers
41
+ license: apache-2.0
42
+ quantized_by: mradermacher
43
+ ---
44
+ ## About
45
+
46
  <!-- ### quantize_version: 2 -->
47
  <!-- ### output_tensor_quantised: 1 -->
48
  <!-- ### convert_type: hf -->
49
  <!-- ### vocab_type: -->
50
  <!-- ### tags: -->
51
  static quants of https://huggingface.co/BSC-LT/ALIA-40b
52
+
53
+ <!-- provided-files -->
54
+ weighted/imatrix quants seem not to be available (by me) at this time. If they do not show up a week or so after the static ones, I have probably not planned for them. Feel free to request them by opening a Community Discussion.
55
+ ## Usage
56
+
57
+ If you are unsure how to use GGUF files, refer to one of [TheBloke's
58
+ READMEs](https://huggingface.co/TheBloke/KafkaLM-70B-German-V0.1-GGUF) for
59
+ more details, including on how to concatenate multi-part files.
60
+
61
+ ## Provided Quants
62
+
63
+ (sorted by size, not necessarily quality. IQ-quants are often preferable over similar sized non-IQ quants)
64
+
65
+ | Link | Type | Size/GB | Notes |
66
+ |:-----|:-----|--------:|:------|
67
+ | [GGUF](https://huggingface.co/mradermacher/ALIA-40b-GGUF/resolve/main/ALIA-40b.Q2_K.gguf) | Q2_K | 15.8 | |
68
+ | [GGUF](https://huggingface.co/mradermacher/ALIA-40b-GGUF/resolve/main/ALIA-40b.Q3_K_S.gguf) | Q3_K_S | 18.3 | |
69
+ | [GGUF](https://huggingface.co/mradermacher/ALIA-40b-GGUF/resolve/main/ALIA-40b.Q3_K_M.gguf) | Q3_K_M | 20.1 | lower quality |
70
+ | [GGUF](https://huggingface.co/mradermacher/ALIA-40b-GGUF/resolve/main/ALIA-40b.Q3_K_L.gguf) | Q3_K_L | 21.7 | |
71
+ | [GGUF](https://huggingface.co/mradermacher/ALIA-40b-GGUF/resolve/main/ALIA-40b.Q4_K_S.gguf) | Q4_K_S | 23.5 | fast, recommended |
72
+ | [GGUF](https://huggingface.co/mradermacher/ALIA-40b-GGUF/resolve/main/ALIA-40b.Q4_K_M.gguf) | Q4_K_M | 24.7 | fast, recommended |
73
+ | [GGUF](https://huggingface.co/mradermacher/ALIA-40b-GGUF/resolve/main/ALIA-40b.Q5_K_S.gguf) | Q5_K_S | 28.2 | |
74
+ | [GGUF](https://huggingface.co/mradermacher/ALIA-40b-GGUF/resolve/main/ALIA-40b.Q6_K.gguf) | Q6_K | 33.3 | very good quality |
75
+ | [GGUF](https://huggingface.co/mradermacher/ALIA-40b-GGUF/resolve/main/ALIA-40b.Q8_0.gguf) | Q8_0 | 43.1 | fast, best quality |
76
+
77
+ Here is a handy graph by ikawrakow comparing some lower-quality quant
78
+ types (lower is better):
79
+
80
+ ![image.png](https://www.nethype.de/huggingface_embed/quantpplgraph.png)
81
+
82
+ And here are Artefact2's thoughts on the matter:
83
+ https://gist.github.com/Artefact2/b5f810600771265fc1e39442288e8ec9
84
+
85
+ ## FAQ / Model Request
86
+
87
+ See https://huggingface.co/mradermacher/model_requests for some answers to
88
+ questions you might have and/or if you want some other model quantized.
89
+
90
+ ## Thanks
91
+
92
+ I thank my company, [nethype GmbH](https://www.nethype.de/), for letting
93
+ me use its servers and providing upgrades to my workstation to enable
94
+ this work in my free time.
95
+
96
+ <!-- end -->