mradermacher commited on
Commit
b7a33f4
·
verified ·
1 Parent(s): 7d7776b

auto-patch README.md

Browse files
Files changed (1) hide show
  1. README.md +66 -0
README.md CHANGED
@@ -1,6 +1,72 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  <!-- ### quantize_version: 2 -->
2
  <!-- ### output_tensor_quantised: 1 -->
3
  <!-- ### convert_type: hf -->
4
  <!-- ### vocab_type: -->
5
  <!-- ### tags: nicoboss -->
6
  weighted/imatrix 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: nicoboss -->
35
  weighted/imatrix quants of https://huggingface.co/mpasila/Viking-SlimInstruct-V1-7B
36
+
37
+ <!-- provided-files -->
38
+ static quants are available at https://huggingface.co/mradermacher/Viking-SlimInstruct-V1-7B-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-i1-GGUF/resolve/main/Viking-SlimInstruct-V1-7B.i1-Q2_K.gguf) | i1-Q2_K | 3.1 | IQ3_XXS probably better |
52
+
53
+ Here is a handy graph by ikawrakow comparing some lower-quality quant
54
+ types (lower is better):
55
+
56
+ ![image.png](https://www.nethype.de/huggingface_embed/quantpplgraph.png)
57
+
58
+ And here are Artefact2's thoughts on the matter:
59
+ https://gist.github.com/Artefact2/b5f810600771265fc1e39442288e8ec9
60
+
61
+ ## FAQ / Model Request
62
+
63
+ See https://huggingface.co/mradermacher/model_requests for some answers to
64
+ questions you might have and/or if you want some other model quantized.
65
+
66
+ ## Thanks
67
+
68
+ I thank my company, [nethype GmbH](https://www.nethype.de/), for letting
69
+ me use its servers and providing upgrades to my workstation to enable
70
+ 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.
71
+
72
+ <!-- end -->