mradermacher commited on
Commit
a288461
·
verified ·
1 Parent(s): 8ed2309

auto-patch README.md

Browse files
Files changed (1) hide show
  1. README.md +86 -0
README.md CHANGED
@@ -1,3 +1,48 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  <!-- ### quantize_version: 2 -->
2
  <!-- ### output_tensor_quantised: 1 -->
3
  <!-- ### convert_type: hf -->
@@ -7,3 +52,44 @@
7
  <!-- ### quants_skip: -->
8
  <!-- ### skip_mmproj: -->
9
  weighted/imatrix quants of https://huggingface.co/yanolja/YanoljaNEXT-Rosetta-12B-2510
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: yanolja/YanoljaNEXT-Rosetta-12B-2510
3
+ language:
4
+ - ar
5
+ - bg
6
+ - zh
7
+ - cs
8
+ - da
9
+ - nl
10
+ - en
11
+ - fi
12
+ - fr
13
+ - de
14
+ - el
15
+ - gu
16
+ - he
17
+ - hi
18
+ - hu
19
+ - id
20
+ - it
21
+ - ja
22
+ - ko
23
+ - fa
24
+ - pl
25
+ - pt
26
+ - ro
27
+ - ru
28
+ - sk
29
+ - es
30
+ - sv
31
+ - tl
32
+ - th
33
+ - tr
34
+ - uk
35
+ - vi
36
+ library_name: transformers
37
+ license: gemma
38
+ mradermacher:
39
+ readme_rev: 1
40
+ quantized_by: mradermacher
41
+ tags:
42
+ - translation
43
+ ---
44
+ ## About
45
+
46
  <!-- ### quantize_version: 2 -->
47
  <!-- ### output_tensor_quantised: 1 -->
48
  <!-- ### convert_type: hf -->
 
52
  <!-- ### quants_skip: -->
53
  <!-- ### skip_mmproj: -->
54
  weighted/imatrix quants of https://huggingface.co/yanolja/YanoljaNEXT-Rosetta-12B-2510
55
+
56
+ <!-- provided-files -->
57
+
58
+ ***For a convenient overview and download list, visit our [model page for this model](https://hf.tst.eu/model#YanoljaNEXT-Rosetta-12B-2510-i1-GGUF).***
59
+
60
+ static quants are available at https://huggingface.co/mradermacher/YanoljaNEXT-Rosetta-12B-2510-GGUF
61
+ ## Usage
62
+
63
+ If you are unsure how to use GGUF files, refer to one of [TheBloke's
64
+ READMEs](https://huggingface.co/TheBloke/KafkaLM-70B-German-V0.1-GGUF) for
65
+ more details, including on how to concatenate multi-part files.
66
+
67
+ ## Provided Quants
68
+
69
+ (sorted by size, not necessarily quality. IQ-quants are often preferable over similar sized non-IQ quants)
70
+
71
+ | Link | Type | Size/GB | Notes |
72
+ |:-----|:-----|--------:|:------|
73
+ | [GGUF](https://huggingface.co/mradermacher/YanoljaNEXT-Rosetta-12B-2510-i1-GGUF/resolve/main/YanoljaNEXT-Rosetta-12B-2510.imatrix.gguf) | imatrix | 0.1 | imatrix file (for creating your own qwuants) |
74
+ | [GGUF](https://huggingface.co/mradermacher/YanoljaNEXT-Rosetta-12B-2510-i1-GGUF/resolve/main/YanoljaNEXT-Rosetta-12B-2510.i1-Q2_K.gguf) | i1-Q2_K | 5.2 | IQ3_XXS probably better |
75
+
76
+ Here is a handy graph by ikawrakow comparing some lower-quality quant
77
+ types (lower is better):
78
+
79
+ ![image.png](https://www.nethype.de/huggingface_embed/quantpplgraph.png)
80
+
81
+ And here are Artefact2's thoughts on the matter:
82
+ https://gist.github.com/Artefact2/b5f810600771265fc1e39442288e8ec9
83
+
84
+ ## FAQ / Model Request
85
+
86
+ See https://huggingface.co/mradermacher/model_requests for some answers to
87
+ questions you might have and/or if you want some other model quantized.
88
+
89
+ ## Thanks
90
+
91
+ I thank my company, [nethype GmbH](https://www.nethype.de/), for letting
92
+ me use its servers and providing upgrades to my workstation to enable
93
+ 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.
94
+
95
+ <!-- end -->