mradermacher commited on
Commit
326d3c7
·
verified ·
1 Parent(s): 71bf462

auto-patch README.md

Browse files
Files changed (1) hide show
  1. README.md +65 -0
README.md CHANGED
@@ -1,6 +1,71 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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/prithivMLmods/Triangulum-5B-it
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: prithivMLmods/Triangulum-5B-it
3
+ language:
4
+ - en
5
+ - de
6
+ - fr
7
+ - it
8
+ - pt
9
+ - hi
10
+ - es
11
+ - th
12
+ library_name: transformers
13
+ license: creativeml-openrail-m
14
+ quantized_by: mradermacher
15
+ tags:
16
+ - triangulum_5b
17
+ - sft
18
+ - chain_of_thought
19
+ - ollama
20
+ - text-generation-inference
21
+ - llama_for_causal_lm
22
+ - reasoning
23
+ - deep_think
24
+ - CoT
25
+ - LCoT
26
+ ---
27
+ ## About
28
+
29
  <!-- ### quantize_version: 2 -->
30
  <!-- ### output_tensor_quantised: 1 -->
31
  <!-- ### convert_type: hf -->
32
  <!-- ### vocab_type: -->
33
  <!-- ### tags: nicoboss -->
34
  weighted/imatrix quants of https://huggingface.co/prithivMLmods/Triangulum-5B-it
35
+
36
+ <!-- provided-files -->
37
+ static quants are available at https://huggingface.co/mradermacher/Triangulum-5B-it-GGUF
38
+ ## Usage
39
+
40
+ If you are unsure how to use GGUF files, refer to one of [TheBloke's
41
+ READMEs](https://huggingface.co/TheBloke/KafkaLM-70B-German-V0.1-GGUF) for
42
+ more details, including on how to concatenate multi-part files.
43
+
44
+ ## Provided Quants
45
+
46
+ (sorted by size, not necessarily quality. IQ-quants are often preferable over similar sized non-IQ quants)
47
+
48
+ | Link | Type | Size/GB | Notes |
49
+ |:-----|:-----|--------:|:------|
50
+ | [GGUF](https://huggingface.co/mradermacher/Triangulum-5B-it-i1-GGUF/resolve/main/Triangulum-5B-it.i1-Q2_K.gguf) | i1-Q2_K | 2.3 | IQ3_XXS probably better |
51
+
52
+ Here is a handy graph by ikawrakow comparing some lower-quality quant
53
+ types (lower is better):
54
+
55
+ ![image.png](https://www.nethype.de/huggingface_embed/quantpplgraph.png)
56
+
57
+ And here are Artefact2's thoughts on the matter:
58
+ https://gist.github.com/Artefact2/b5f810600771265fc1e39442288e8ec9
59
+
60
+ ## FAQ / Model Request
61
+
62
+ See https://huggingface.co/mradermacher/model_requests for some answers to
63
+ questions you might have and/or if you want some other model quantized.
64
+
65
+ ## Thanks
66
+
67
+ I thank my company, [nethype GmbH](https://www.nethype.de/), for letting
68
+ me use its servers and providing upgrades to my workstation to enable
69
+ 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.
70
+
71
+ <!-- end -->