mradermacher commited on
Commit
90e7a6b
·
verified ·
1 Parent(s): 8f8f1e7

auto-patch README.md

Browse files
Files changed (1) hide show
  1. README.md +74 -0
README.md CHANGED
@@ -1,3 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  <!-- ### quantize_version: 2 -->
2
  <!-- ### output_tensor_quantised: 1 -->
3
  <!-- ### convert_type: hf -->
@@ -7,3 +30,54 @@
7
  <!-- ### quants_skip: -->
8
  <!-- ### skip_mmproj: -->
9
  static quants of https://huggingface.co/Sophia-AI/RegTech-4B-Instruct
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: Sophia-AI/RegTech-4B-Instruct
3
+ language:
4
+ - it
5
+ - en
6
+ library_name: transformers
7
+ license: apache-2.0
8
+ mradermacher:
9
+ readme_rev: 1
10
+ quantized_by: mradermacher
11
+ tags:
12
+ - lora
13
+ - fine-tuned
14
+ - banking
15
+ - regtech
16
+ - compliance
17
+ - rag
18
+ - tool-calling
19
+ - italian
20
+ - qwen3
21
+ ---
22
+ ## About
23
+
24
  <!-- ### quantize_version: 2 -->
25
  <!-- ### output_tensor_quantised: 1 -->
26
  <!-- ### convert_type: hf -->
 
30
  <!-- ### quants_skip: -->
31
  <!-- ### skip_mmproj: -->
32
  static quants of https://huggingface.co/Sophia-AI/RegTech-4B-Instruct
33
+
34
+ <!-- provided-files -->
35
+
36
+ ***For a convenient overview and download list, visit our [model page for this model](https://hf.tst.eu/model#RegTech-4B-Instruct-GGUF).***
37
+
38
+ 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.
39
+ ## Usage
40
+
41
+ If you are unsure how to use GGUF files, refer to one of [TheBloke's
42
+ READMEs](https://huggingface.co/TheBloke/KafkaLM-70B-German-V0.1-GGUF) for
43
+ more details, including on how to concatenate multi-part files.
44
+
45
+ ## Provided Quants
46
+
47
+ (sorted by size, not necessarily quality. IQ-quants are often preferable over similar sized non-IQ quants)
48
+
49
+ | Link | Type | Size/GB | Notes |
50
+ |:-----|:-----|--------:|:------|
51
+ | [GGUF](https://huggingface.co/mradermacher/RegTech-4B-Instruct-GGUF/resolve/main/RegTech-4B-Instruct.Q2_K.gguf) | Q2_K | 1.8 | |
52
+ | [GGUF](https://huggingface.co/mradermacher/RegTech-4B-Instruct-GGUF/resolve/main/RegTech-4B-Instruct.Q3_K_S.gguf) | Q3_K_S | 2.0 | |
53
+ | [GGUF](https://huggingface.co/mradermacher/RegTech-4B-Instruct-GGUF/resolve/main/RegTech-4B-Instruct.Q3_K_M.gguf) | Q3_K_M | 2.2 | lower quality |
54
+ | [GGUF](https://huggingface.co/mradermacher/RegTech-4B-Instruct-GGUF/resolve/main/RegTech-4B-Instruct.Q3_K_L.gguf) | Q3_K_L | 2.3 | |
55
+ | [GGUF](https://huggingface.co/mradermacher/RegTech-4B-Instruct-GGUF/resolve/main/RegTech-4B-Instruct.IQ4_XS.gguf) | IQ4_XS | 2.4 | |
56
+ | [GGUF](https://huggingface.co/mradermacher/RegTech-4B-Instruct-GGUF/resolve/main/RegTech-4B-Instruct.Q4_K_S.gguf) | Q4_K_S | 2.5 | fast, recommended |
57
+ | [GGUF](https://huggingface.co/mradermacher/RegTech-4B-Instruct-GGUF/resolve/main/RegTech-4B-Instruct.Q4_K_M.gguf) | Q4_K_M | 2.6 | fast, recommended |
58
+ | [GGUF](https://huggingface.co/mradermacher/RegTech-4B-Instruct-GGUF/resolve/main/RegTech-4B-Instruct.Q5_K_S.gguf) | Q5_K_S | 2.9 | |
59
+ | [GGUF](https://huggingface.co/mradermacher/RegTech-4B-Instruct-GGUF/resolve/main/RegTech-4B-Instruct.Q5_K_M.gguf) | Q5_K_M | 3.0 | |
60
+ | [GGUF](https://huggingface.co/mradermacher/RegTech-4B-Instruct-GGUF/resolve/main/RegTech-4B-Instruct.Q6_K.gguf) | Q6_K | 3.4 | very good quality |
61
+ | [GGUF](https://huggingface.co/mradermacher/RegTech-4B-Instruct-GGUF/resolve/main/RegTech-4B-Instruct.Q8_0.gguf) | Q8_0 | 4.4 | fast, best quality |
62
+ | [GGUF](https://huggingface.co/mradermacher/RegTech-4B-Instruct-GGUF/resolve/main/RegTech-4B-Instruct.f16.gguf) | f16 | 8.2 | 16 bpw, overkill |
63
+
64
+ Here is a handy graph by ikawrakow comparing some lower-quality quant
65
+ types (lower is better):
66
+
67
+ ![image.png](https://www.nethype.de/huggingface_embed/quantpplgraph.png)
68
+
69
+ And here are Artefact2's thoughts on the matter:
70
+ https://gist.github.com/Artefact2/b5f810600771265fc1e39442288e8ec9
71
+
72
+ ## FAQ / Model Request
73
+
74
+ See https://huggingface.co/mradermacher/model_requests for some answers to
75
+ questions you might have and/or if you want some other model quantized.
76
+
77
+ ## Thanks
78
+
79
+ I thank my company, [nethype GmbH](https://www.nethype.de/), for letting
80
+ me use its servers and providing upgrades to my workstation to enable
81
+ this work in my free time.
82
+
83
+ <!-- end -->