mradermacher commited on
Commit
4c5e95c
1 Parent(s): 2ddc295

auto-patch README.md

Browse files
Files changed (1) hide show
  1. README.md +86 -0
README.md CHANGED
@@ -1,6 +1,92 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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/rinna/llama-3-youko-8b-instruct
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: rinna/llama-3-youko-8b-instruct
3
+ datasets:
4
+ - CohereForAI/aya_dataset
5
+ - kunishou/databricks-dolly-15k-ja
6
+ - kunishou/HelpSteer-35k-ja
7
+ - kunishou/HelpSteer2-20k-ja
8
+ - kunishou/hh-rlhf-49k-ja
9
+ - kunishou/oasst1-chat-44k-ja
10
+ - kunishou/oasst2-chat-68k-ja
11
+ - meta-math/MetaMathQA
12
+ - OpenAssistant/oasst1
13
+ - OpenAssistant/oasst2
14
+ - sahil2801/CodeAlpaca-20k
15
+ language:
16
+ - ja
17
+ - en
18
+ library_name: transformers
19
+ license: llama3
20
+ quantized_by: mradermacher
21
+ tags:
22
+ - llama
23
+ - llama-3
24
+ ---
25
+ ## About
26
+
27
  <!-- ### quantize_version: 2 -->
28
  <!-- ### output_tensor_quantised: 1 -->
29
  <!-- ### convert_type: hf -->
30
  <!-- ### vocab_type: -->
31
  <!-- ### tags: nicoboss -->
32
  weighted/imatrix quants of https://huggingface.co/rinna/llama-3-youko-8b-instruct
33
+
34
+ <!-- provided-files -->
35
+ static quants are available at https://huggingface.co/mradermacher/llama-3-youko-8b-instruct-GGUF
36
+ ## Usage
37
+
38
+ If you are unsure how to use GGUF files, refer to one of [TheBloke's
39
+ READMEs](https://huggingface.co/TheBloke/KafkaLM-70B-German-V0.1-GGUF) for
40
+ more details, including on how to concatenate multi-part files.
41
+
42
+ ## Provided Quants
43
+
44
+ (sorted by size, not necessarily quality. IQ-quants are often preferable over similar sized non-IQ quants)
45
+
46
+ | Link | Type | Size/GB | Notes |
47
+ |:-----|:-----|--------:|:------|
48
+ | [GGUF](https://huggingface.co/mradermacher/llama-3-youko-8b-instruct-i1-GGUF/resolve/main/llama-3-youko-8b-instruct.i1-IQ1_S.gguf) | i1-IQ1_S | 2.1 | for the desperate |
49
+ | [GGUF](https://huggingface.co/mradermacher/llama-3-youko-8b-instruct-i1-GGUF/resolve/main/llama-3-youko-8b-instruct.i1-IQ1_M.gguf) | i1-IQ1_M | 2.3 | mostly desperate |
50
+ | [GGUF](https://huggingface.co/mradermacher/llama-3-youko-8b-instruct-i1-GGUF/resolve/main/llama-3-youko-8b-instruct.i1-IQ2_XXS.gguf) | i1-IQ2_XXS | 2.5 | |
51
+ | [GGUF](https://huggingface.co/mradermacher/llama-3-youko-8b-instruct-i1-GGUF/resolve/main/llama-3-youko-8b-instruct.i1-IQ2_XS.gguf) | i1-IQ2_XS | 2.7 | |
52
+ | [GGUF](https://huggingface.co/mradermacher/llama-3-youko-8b-instruct-i1-GGUF/resolve/main/llama-3-youko-8b-instruct.i1-IQ2_S.gguf) | i1-IQ2_S | 2.9 | |
53
+ | [GGUF](https://huggingface.co/mradermacher/llama-3-youko-8b-instruct-i1-GGUF/resolve/main/llama-3-youko-8b-instruct.i1-IQ2_M.gguf) | i1-IQ2_M | 3.0 | |
54
+ | [GGUF](https://huggingface.co/mradermacher/llama-3-youko-8b-instruct-i1-GGUF/resolve/main/llama-3-youko-8b-instruct.i1-Q2_K.gguf) | i1-Q2_K | 3.3 | IQ3_XXS probably better |
55
+ | [GGUF](https://huggingface.co/mradermacher/llama-3-youko-8b-instruct-i1-GGUF/resolve/main/llama-3-youko-8b-instruct.i1-IQ3_XXS.gguf) | i1-IQ3_XXS | 3.4 | lower quality |
56
+ | [GGUF](https://huggingface.co/mradermacher/llama-3-youko-8b-instruct-i1-GGUF/resolve/main/llama-3-youko-8b-instruct.i1-IQ3_XS.gguf) | i1-IQ3_XS | 3.6 | |
57
+ | [GGUF](https://huggingface.co/mradermacher/llama-3-youko-8b-instruct-i1-GGUF/resolve/main/llama-3-youko-8b-instruct.i1-Q3_K_S.gguf) | i1-Q3_K_S | 3.8 | IQ3_XS probably better |
58
+ | [GGUF](https://huggingface.co/mradermacher/llama-3-youko-8b-instruct-i1-GGUF/resolve/main/llama-3-youko-8b-instruct.i1-IQ3_S.gguf) | i1-IQ3_S | 3.8 | beats Q3_K* |
59
+ | [GGUF](https://huggingface.co/mradermacher/llama-3-youko-8b-instruct-i1-GGUF/resolve/main/llama-3-youko-8b-instruct.i1-IQ3_M.gguf) | i1-IQ3_M | 3.9 | |
60
+ | [GGUF](https://huggingface.co/mradermacher/llama-3-youko-8b-instruct-i1-GGUF/resolve/main/llama-3-youko-8b-instruct.i1-Q3_K_M.gguf) | i1-Q3_K_M | 4.1 | IQ3_S probably better |
61
+ | [GGUF](https://huggingface.co/mradermacher/llama-3-youko-8b-instruct-i1-GGUF/resolve/main/llama-3-youko-8b-instruct.i1-Q3_K_L.gguf) | i1-Q3_K_L | 4.4 | IQ3_M probably better |
62
+ | [GGUF](https://huggingface.co/mradermacher/llama-3-youko-8b-instruct-i1-GGUF/resolve/main/llama-3-youko-8b-instruct.i1-IQ4_XS.gguf) | i1-IQ4_XS | 4.5 | |
63
+ | [GGUF](https://huggingface.co/mradermacher/llama-3-youko-8b-instruct-i1-GGUF/resolve/main/llama-3-youko-8b-instruct.i1-Q4_0_4_4.gguf) | i1-Q4_0_4_4 | 4.8 | fast on arm, low quality |
64
+ | [GGUF](https://huggingface.co/mradermacher/llama-3-youko-8b-instruct-i1-GGUF/resolve/main/llama-3-youko-8b-instruct.i1-Q4_0_4_8.gguf) | i1-Q4_0_4_8 | 4.8 | fast on arm+i8mm, low quality |
65
+ | [GGUF](https://huggingface.co/mradermacher/llama-3-youko-8b-instruct-i1-GGUF/resolve/main/llama-3-youko-8b-instruct.i1-Q4_0_8_8.gguf) | i1-Q4_0_8_8 | 4.8 | fast on arm+sve, low quality |
66
+ | [GGUF](https://huggingface.co/mradermacher/llama-3-youko-8b-instruct-i1-GGUF/resolve/main/llama-3-youko-8b-instruct.i1-Q4_0.gguf) | i1-Q4_0 | 4.8 | fast, low quality |
67
+ | [GGUF](https://huggingface.co/mradermacher/llama-3-youko-8b-instruct-i1-GGUF/resolve/main/llama-3-youko-8b-instruct.i1-Q4_K_S.gguf) | i1-Q4_K_S | 4.8 | optimal size/speed/quality |
68
+ | [GGUF](https://huggingface.co/mradermacher/llama-3-youko-8b-instruct-i1-GGUF/resolve/main/llama-3-youko-8b-instruct.i1-Q4_K_M.gguf) | i1-Q4_K_M | 5.0 | fast, recommended |
69
+ | [GGUF](https://huggingface.co/mradermacher/llama-3-youko-8b-instruct-i1-GGUF/resolve/main/llama-3-youko-8b-instruct.i1-Q5_K_S.gguf) | i1-Q5_K_S | 5.7 | |
70
+ | [GGUF](https://huggingface.co/mradermacher/llama-3-youko-8b-instruct-i1-GGUF/resolve/main/llama-3-youko-8b-instruct.i1-Q5_K_M.gguf) | i1-Q5_K_M | 5.8 | |
71
+ | [GGUF](https://huggingface.co/mradermacher/llama-3-youko-8b-instruct-i1-GGUF/resolve/main/llama-3-youko-8b-instruct.i1-Q6_K.gguf) | i1-Q6_K | 6.7 | practically like static Q6_K |
72
+
73
+ Here is a handy graph by ikawrakow comparing some lower-quality quant
74
+ types (lower is better):
75
+
76
+ ![image.png](https://www.nethype.de/huggingface_embed/quantpplgraph.png)
77
+
78
+ And here are Artefact2's thoughts on the matter:
79
+ https://gist.github.com/Artefact2/b5f810600771265fc1e39442288e8ec9
80
+
81
+ ## FAQ / Model Request
82
+
83
+ See https://huggingface.co/mradermacher/model_requests for some answers to
84
+ questions you might have and/or if you want some other model quantized.
85
+
86
+ ## Thanks
87
+
88
+ I thank my company, [nethype GmbH](https://www.nethype.de/), for letting
89
+ me use its servers and providing upgrades to my workstation to enable
90
+ 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.
91
+
92
+ <!-- end -->