mradermacher commited on
Commit
f0ca00a
·
verified ·
1 Parent(s): 7e9e614

auto-patch README.md

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