mradermacher commited on
Commit
6eaf446
·
verified ·
1 Parent(s): e8e65cc

auto-patch README.md

Browse files
Files changed (1) hide show
  1. README.md +77 -0
README.md CHANGED
@@ -1,6 +1,83 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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/mpasila/Viking-SlimInstruct-V1-7B
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: mpasila/Viking-SlimInstruct-V1-7B
3
+ datasets:
4
+ - mpasila/Viking-Instruct-Mix
5
+ - saillab/alpaca-icelandic-cleaned
6
+ - kobprof/skolegpt-instruct
7
+ - tollefj/nor-instruct-cleaned
8
+ - skvarre/sv-instruct-v1
9
+ - Gryphe/Sonnet3.5-SlimOrcaDedupCleaned-20k
10
+ - LumiOpen/instruction-collection-fin
11
+ - neph1/Alpaca-Lora-GPT4-Swedish-Refined
12
+ language:
13
+ - en
14
+ - fi
15
+ - no
16
+ - nb
17
+ - da
18
+ - sv
19
+ - is
20
+ library_name: transformers
21
+ license: apache-2.0
22
+ quantized_by: mradermacher
23
+ tags:
24
+ - unsloth
25
+ - trl
26
+ - sft
27
+ ---
28
+ ## About
29
+
30
  <!-- ### quantize_version: 2 -->
31
  <!-- ### output_tensor_quantised: 1 -->
32
  <!-- ### convert_type: hf -->
33
  <!-- ### vocab_type: -->
34
  <!-- ### tags: -->
35
  static quants of https://huggingface.co/mpasila/Viking-SlimInstruct-V1-7B
36
+
37
+ <!-- provided-files -->
38
+ weighted/imatrix quants are available at https://huggingface.co/mradermacher/Viking-SlimInstruct-V1-7B-i1-GGUF
39
+ ## Usage
40
+
41
+ If you are unsure how to use GGUF files, refer to one of [TheBloke's
42
+ READMEs](https://huggingface.co/TheBloke/KafkaLM-70B-German-V0.1-GGUF) for
43
+ more details, including on how to concatenate multi-part files.
44
+
45
+ ## Provided Quants
46
+
47
+ (sorted by size, not necessarily quality. IQ-quants are often preferable over similar sized non-IQ quants)
48
+
49
+ | Link | Type | Size/GB | Notes |
50
+ |:-----|:-----|--------:|:------|
51
+ | [GGUF](https://huggingface.co/mradermacher/Viking-SlimInstruct-V1-7B-GGUF/resolve/main/Viking-SlimInstruct-V1-7B.Q2_K.gguf) | Q2_K | 3.1 | |
52
+ | [GGUF](https://huggingface.co/mradermacher/Viking-SlimInstruct-V1-7B-GGUF/resolve/main/Viking-SlimInstruct-V1-7B.Q3_K_S.gguf) | Q3_K_S | 3.6 | |
53
+ | [GGUF](https://huggingface.co/mradermacher/Viking-SlimInstruct-V1-7B-GGUF/resolve/main/Viking-SlimInstruct-V1-7B.Q3_K_M.gguf) | Q3_K_M | 3.9 | lower quality |
54
+ | [GGUF](https://huggingface.co/mradermacher/Viking-SlimInstruct-V1-7B-GGUF/resolve/main/Viking-SlimInstruct-V1-7B.Q3_K_L.gguf) | Q3_K_L | 4.2 | |
55
+ | [GGUF](https://huggingface.co/mradermacher/Viking-SlimInstruct-V1-7B-GGUF/resolve/main/Viking-SlimInstruct-V1-7B.IQ4_XS.gguf) | IQ4_XS | 4.3 | |
56
+ | [GGUF](https://huggingface.co/mradermacher/Viking-SlimInstruct-V1-7B-GGUF/resolve/main/Viking-SlimInstruct-V1-7B.Q4_K_S.gguf) | Q4_K_S | 4.5 | fast, recommended |
57
+ | [GGUF](https://huggingface.co/mradermacher/Viking-SlimInstruct-V1-7B-GGUF/resolve/main/Viking-SlimInstruct-V1-7B.Q4_K_M.gguf) | Q4_K_M | 4.7 | fast, recommended |
58
+ | [GGUF](https://huggingface.co/mradermacher/Viking-SlimInstruct-V1-7B-GGUF/resolve/main/Viking-SlimInstruct-V1-7B.Q5_K_S.gguf) | Q5_K_S | 5.4 | |
59
+ | [GGUF](https://huggingface.co/mradermacher/Viking-SlimInstruct-V1-7B-GGUF/resolve/main/Viking-SlimInstruct-V1-7B.Q5_K_M.gguf) | Q5_K_M | 5.5 | |
60
+ | [GGUF](https://huggingface.co/mradermacher/Viking-SlimInstruct-V1-7B-GGUF/resolve/main/Viking-SlimInstruct-V1-7B.Q6_K.gguf) | Q6_K | 6.3 | very good quality |
61
+ | [GGUF](https://huggingface.co/mradermacher/Viking-SlimInstruct-V1-7B-GGUF/resolve/main/Viking-SlimInstruct-V1-7B.Q8_0.gguf) | Q8_0 | 8.1 | fast, best quality |
62
+ | [GGUF](https://huggingface.co/mradermacher/Viking-SlimInstruct-V1-7B-GGUF/resolve/main/Viking-SlimInstruct-V1-7B.f16.gguf) | f16 | 15.2 | 16 bpw, overkill |
63
+
64
+ Here is a handy graph by ikawrakow comparing some lower-quality quant
65
+ types (lower is better):
66
+
67
+ ![image.png](https://www.nethype.de/huggingface_embed/quantpplgraph.png)
68
+
69
+ And here are Artefact2's thoughts on the matter:
70
+ https://gist.github.com/Artefact2/b5f810600771265fc1e39442288e8ec9
71
+
72
+ ## FAQ / Model Request
73
+
74
+ See https://huggingface.co/mradermacher/model_requests for some answers to
75
+ questions you might have and/or if you want some other model quantized.
76
+
77
+ ## Thanks
78
+
79
+ I thank my company, [nethype GmbH](https://www.nethype.de/), for letting
80
+ me use its servers and providing upgrades to my workstation to enable
81
+ this work in my free time.
82
+
83
+ <!-- end -->