mradermacher commited on
Commit
34eae45
·
verified ·
1 Parent(s): ad5d5ca

auto-patch README.md

Browse files
Files changed (1) hide show
  1. README.md +81 -0
README.md CHANGED
@@ -1,6 +1,87 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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/utter-project/EuroLLM-1.7B
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: utter-project/EuroLLM-1.7B
3
+ language:
4
+ - en
5
+ - de
6
+ - es
7
+ - fr
8
+ - it
9
+ - pt
10
+ - pl
11
+ - nl
12
+ - tr
13
+ - sv
14
+ - cs
15
+ - el
16
+ - hu
17
+ - ro
18
+ - fi
19
+ - uk
20
+ - sl
21
+ - sk
22
+ - da
23
+ - lt
24
+ - lv
25
+ - et
26
+ - bg
27
+ - no
28
+ - ca
29
+ - hr
30
+ - ga
31
+ - mt
32
+ - gl
33
+ - zh
34
+ - ru
35
+ - ko
36
+ - ja
37
+ - ar
38
+ - hi
39
+ library_name: transformers
40
+ license: apache-2.0
41
+ quantized_by: mradermacher
42
+ ---
43
+ ## About
44
+
45
  <!-- ### quantize_version: 2 -->
46
  <!-- ### output_tensor_quantised: 1 -->
47
  <!-- ### convert_type: hf -->
48
  <!-- ### vocab_type: -->
49
  <!-- ### tags: -->
50
  static quants of https://huggingface.co/utter-project/EuroLLM-1.7B
51
+
52
+ <!-- provided-files -->
53
+ weighted/imatrix quants seem not to be available (by me) at this time. If they do not show up a week or so after the static ones, I have probably not planned for them. Feel free to request them by opening a Community Discussion.
54
+ ## Usage
55
+
56
+ If you are unsure how to use GGUF files, refer to one of [TheBloke's
57
+ READMEs](https://huggingface.co/TheBloke/KafkaLM-70B-German-V0.1-GGUF) for
58
+ more details, including on how to concatenate multi-part files.
59
+
60
+ ## Provided Quants
61
+
62
+ (sorted by size, not necessarily quality. IQ-quants are often preferable over similar sized non-IQ quants)
63
+
64
+ | Link | Type | Size/GB | Notes |
65
+ |:-----|:-----|--------:|:------|
66
+ | [GGUF](https://huggingface.co/mradermacher/EuroLLM-1.7B-GGUF/resolve/main/EuroLLM-1.7B.IQ3_S.gguf) | IQ3_S | 0.9 | beats Q3_K* |
67
+
68
+ Here is a handy graph by ikawrakow comparing some lower-quality quant
69
+ types (lower is better):
70
+
71
+ ![image.png](https://www.nethype.de/huggingface_embed/quantpplgraph.png)
72
+
73
+ And here are Artefact2's thoughts on the matter:
74
+ https://gist.github.com/Artefact2/b5f810600771265fc1e39442288e8ec9
75
+
76
+ ## FAQ / Model Request
77
+
78
+ See https://huggingface.co/mradermacher/model_requests for some answers to
79
+ questions you might have and/or if you want some other model quantized.
80
+
81
+ ## Thanks
82
+
83
+ I thank my company, [nethype GmbH](https://www.nethype.de/), for letting
84
+ me use its servers and providing upgrades to my workstation to enable
85
+ 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.
86
+
87
+ <!-- end -->