mradermacher commited on
Commit
01003b3
·
verified ·
1 Parent(s): 54dd9f8

auto-patch README.md

Browse files
Files changed (1) hide show
  1. README.md +71 -0
README.md CHANGED
@@ -1,3 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  <!-- ### quantize_version: 2 -->
2
  <!-- ### output_tensor_quantised: 1 -->
3
  <!-- ### convert_type: hf -->
@@ -7,3 +31,50 @@
7
  <!-- ### quants_skip: -->
8
  <!-- ### skip_mmproj: -->
9
  static quants of https://huggingface.co/FrontisAI/Frontis-MA1-35B
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: FrontisAI/Frontis-MA1-35B
3
+ language:
4
+ - en
5
+ library_name: transformers
6
+ license: cc-by-nc-4.0
7
+ mradermacher:
8
+ readme_rev: 1
9
+ quantized_by: mradermacher
10
+ tags:
11
+ - openmle
12
+ - frontis-ma1
13
+ - machine-learning-engineering
14
+ - autoresearch
15
+ - agent
16
+ - coding
17
+ - qwen3
18
+ - qwen3.6
19
+ - moe
20
+ - multimodal
21
+ - post-training
22
+ ---
23
+ ## About
24
+
25
  <!-- ### quantize_version: 2 -->
26
  <!-- ### output_tensor_quantised: 1 -->
27
  <!-- ### convert_type: hf -->
 
31
  <!-- ### quants_skip: -->
32
  <!-- ### skip_mmproj: -->
33
  static quants of https://huggingface.co/FrontisAI/Frontis-MA1-35B
34
+
35
+ <!-- provided-files -->
36
+
37
+ ***For a convenient overview and download list, visit our [model page for this model](https://hf.tst.eu/model#Frontis-MA1-35B-GGUF).***
38
+
39
+ 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.
40
+ ## Usage
41
+
42
+ If you are unsure how to use GGUF files, refer to one of [TheBloke's
43
+ READMEs](https://huggingface.co/TheBloke/KafkaLM-70B-German-V0.1-GGUF) for
44
+ more details, including on how to concatenate multi-part files.
45
+
46
+ ## Provided Quants
47
+
48
+ (sorted by size, not necessarily quality. IQ-quants are often preferable over similar sized non-IQ quants)
49
+
50
+ | Link | Type | Size/GB | Notes |
51
+ |:-----|:-----|--------:|:------|
52
+ | [GGUF](https://huggingface.co/mradermacher/Frontis-MA1-35B-GGUF/resolve/main/Frontis-MA1-35B.mmproj-Q8_0.gguf) | mmproj-Q8_0 | 0.7 | multi-modal supplement |
53
+ | [GGUF](https://huggingface.co/mradermacher/Frontis-MA1-35B-GGUF/resolve/main/Frontis-MA1-35B.mmproj-f16.gguf) | mmproj-f16 | 1.0 | multi-modal supplement |
54
+ | [GGUF](https://huggingface.co/mradermacher/Frontis-MA1-35B-GGUF/resolve/main/Frontis-MA1-35B.Q2_K.gguf) | Q2_K | 13.3 | |
55
+ | [GGUF](https://huggingface.co/mradermacher/Frontis-MA1-35B-GGUF/resolve/main/Frontis-MA1-35B.Q3_K_S.gguf) | Q3_K_S | 15.6 | |
56
+ | [GGUF](https://huggingface.co/mradermacher/Frontis-MA1-35B-GGUF/resolve/main/Frontis-MA1-35B.Q3_K_M.gguf) | Q3_K_M | 17.3 | lower quality |
57
+ | [GGUF](https://huggingface.co/mradermacher/Frontis-MA1-35B-GGUF/resolve/main/Frontis-MA1-35B.Q4_K_S.gguf) | Q4_K_S | 20.5 | fast, recommended |
58
+ | [GGUF](https://huggingface.co/mradermacher/Frontis-MA1-35B-GGUF/resolve/main/Frontis-MA1-35B.Q6_K.gguf) | Q6_K | 29.3 | very good quality |
59
+ | [GGUF](https://huggingface.co/mradermacher/Frontis-MA1-35B-GGUF/resolve/main/Frontis-MA1-35B.Q8_0.gguf) | Q8_0 | 37.9 | fast, best 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.
79
+
80
+ <!-- end -->