mradermacher commited on
Commit
0b41bb3
·
verified ·
1 Parent(s): 790183f

auto-patch README.md

Browse files
Files changed (1) hide show
  1. README.md +74 -0
README.md CHANGED
@@ -1,6 +1,80 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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/Saxo/Linkbricks-Horizon-AI-Japanese-Superb-V1-22B
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: Saxo/Linkbricks-Horizon-AI-Japanese-Superb-V1-22B
3
+ datasets:
4
+ - Saxo/ko_cn_translation_tech_social_science_linkbricks_single_dataset
5
+ - Saxo/ko_jp_translation_tech_social_science_linkbricks_single_dataset
6
+ - Saxo/en_ko_translation_tech_science_linkbricks_single_dataset_with_prompt_text_huggingface
7
+ - Saxo/en_ko_translation_social_science_linkbricks_single_dataset_with_prompt_text_huggingface
8
+ - Saxo/ko_aspect_sentiment_sns_mall_sentiment_linkbricks_single_dataset_with_prompt_text_huggingface
9
+ - Saxo/ko_summarization_linkbricks_single_dataset_with_prompt_text_huggingface
10
+ - Saxo/OpenOrca_cleaned_kor_linkbricks_single_dataset_with_prompt_text_huggingface
11
+ - Saxo/ko_government_qa_total_linkbricks_single_dataset_with_prompt_text_huggingface_sampled
12
+ - Saxo/ko-news-corpus-1
13
+ - Saxo/ko-news-corpus-2
14
+ - Saxo/ko-news-corpus-3
15
+ - Saxo/ko-news-corpus-4
16
+ - Saxo/ko-news-corpus-5
17
+ - Saxo/ko-news-corpus-6
18
+ - Saxo/ko-news-corpus-7
19
+ - Saxo/ko-news-corpus-8
20
+ - Saxo/ko-news-corpus-9
21
+ - maywell/ko_Ultrafeedback_binarized
22
+ - youjunhyeok/ko-orca-pair-and-ultrafeedback-dpo
23
+ - lilacai/glaive-function-calling-v2-sharegpt
24
+ - kuotient/gsm8k-ko
25
+ language:
26
+ - ko
27
+ - en
28
+ - jp
29
+ - cn
30
+ library_name: transformers
31
+ license: apache-2.0
32
+ quantized_by: mradermacher
33
+ ---
34
+ ## About
35
+
36
  <!-- ### quantize_version: 2 -->
37
  <!-- ### output_tensor_quantised: 1 -->
38
  <!-- ### convert_type: hf -->
39
  <!-- ### vocab_type: -->
40
  <!-- ### tags: nicoboss -->
41
  weighted/imatrix quants of https://huggingface.co/Saxo/Linkbricks-Horizon-AI-Japanese-Superb-V1-22B
42
+
43
+ <!-- provided-files -->
44
+ static quants are available at https://huggingface.co/mradermacher/Linkbricks-Horizon-AI-Japanese-Superb-V1-22B-GGUF
45
+ ## Usage
46
+
47
+ If you are unsure how to use GGUF files, refer to one of [TheBloke's
48
+ READMEs](https://huggingface.co/TheBloke/KafkaLM-70B-German-V0.1-GGUF) for
49
+ more details, including on how to concatenate multi-part files.
50
+
51
+ ## Provided Quants
52
+
53
+ (sorted by size, not necessarily quality. IQ-quants are often preferable over similar sized non-IQ quants)
54
+
55
+ | Link | Type | Size/GB | Notes |
56
+ |:-----|:-----|--------:|:------|
57
+ | [GGUF](https://huggingface.co/mradermacher/Linkbricks-Horizon-AI-Japanese-Superb-V1-22B-i1-GGUF/resolve/main/Linkbricks-Horizon-AI-Japanese-Superb-V1-22B.i1-Q2_K.gguf) | i1-Q2_K | 8.4 | IQ3_XXS probably better |
58
+ | [GGUF](https://huggingface.co/mradermacher/Linkbricks-Horizon-AI-Japanese-Superb-V1-22B-i1-GGUF/resolve/main/Linkbricks-Horizon-AI-Japanese-Superb-V1-22B.i1-IQ3_M.gguf) | i1-IQ3_M | 10.2 | |
59
+ | [GGUF](https://huggingface.co/mradermacher/Linkbricks-Horizon-AI-Japanese-Superb-V1-22B-i1-GGUF/resolve/main/Linkbricks-Horizon-AI-Japanese-Superb-V1-22B.i1-Q4_K_S.gguf) | i1-Q4_K_S | 12.8 | optimal size/speed/quality |
60
+
61
+ Here is a handy graph by ikawrakow comparing some lower-quality quant
62
+ types (lower is better):
63
+
64
+ ![image.png](https://www.nethype.de/huggingface_embed/quantpplgraph.png)
65
+
66
+ And here are Artefact2's thoughts on the matter:
67
+ https://gist.github.com/Artefact2/b5f810600771265fc1e39442288e8ec9
68
+
69
+ ## FAQ / Model Request
70
+
71
+ See https://huggingface.co/mradermacher/model_requests for some answers to
72
+ questions you might have and/or if you want some other model quantized.
73
+
74
+ ## Thanks
75
+
76
+ I thank my company, [nethype GmbH](https://www.nethype.de/), for letting
77
+ me use its servers and providing upgrades to my workstation to enable
78
+ 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.
79
+
80
+ <!-- end -->