mradermacher commited on
Commit
54ac526
·
verified ·
1 Parent(s): 5835a39

auto-patch README.md

Browse files
Files changed (1) hide show
  1. README.md +77 -0
README.md CHANGED
@@ -1,3 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  <!-- ### quantize_version: 2 -->
2
  <!-- ### output_tensor_quantised: 1 -->
3
  <!-- ### convert_type: hf -->
@@ -7,3 +43,44 @@
7
  <!-- ### quants_skip: -->
8
  <!-- ### skip_mmproj: -->
9
  weighted/imatrix quants of https://huggingface.co/vanta-research/atom-80b
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: vanta-research/atom-80b
3
+ language:
4
+ - en
5
+ library_name: transformers
6
+ license: apache-2.0
7
+ mradermacher:
8
+ readme_rev: 1
9
+ quantized_by: mradermacher
10
+ tags:
11
+ - qwen3
12
+ - qwen3-next
13
+ - qwen
14
+ - vanta-research
15
+ - cognitive-configuration
16
+ - text-generation
17
+ - instruction-following
18
+ - cognitive-ai
19
+ - friendly-ai
20
+ - helpful-ai
21
+ - persona-ai
22
+ - philosophical
23
+ - emotional-intelligence
24
+ - atom
25
+ - collaborative-ai
26
+ - collaboration
27
+ - conversational
28
+ - conversational-ai
29
+ - alignment
30
+ - chat
31
+ - chatbot
32
+ - reasoning
33
+ - friendly
34
+ ---
35
+ ## About
36
+
37
  <!-- ### quantize_version: 2 -->
38
  <!-- ### output_tensor_quantised: 1 -->
39
  <!-- ### convert_type: hf -->
 
43
  <!-- ### quants_skip: -->
44
  <!-- ### skip_mmproj: -->
45
  weighted/imatrix quants of https://huggingface.co/vanta-research/atom-80b
46
+
47
+ <!-- provided-files -->
48
+
49
+ ***For a convenient overview and download list, visit our [model page for this model](https://hf.tst.eu/model#atom-80b-i1-GGUF).***
50
+
51
+ static quants are available at https://huggingface.co/mradermacher/atom-80b-GGUF
52
+ ## Usage
53
+
54
+ If you are unsure how to use GGUF files, refer to one of [TheBloke's
55
+ READMEs](https://huggingface.co/TheBloke/KafkaLM-70B-German-V0.1-GGUF) for
56
+ more details, including on how to concatenate multi-part files.
57
+
58
+ ## Provided Quants
59
+
60
+ (sorted by size, not necessarily quality. IQ-quants are often preferable over similar sized non-IQ quants)
61
+
62
+ | Link | Type | Size/GB | Notes |
63
+ |:-----|:-----|--------:|:------|
64
+ | [GGUF](https://huggingface.co/mradermacher/atom-80b-i1-GGUF/resolve/main/atom-80b.imatrix.gguf) | imatrix | 0.6 | imatrix file (for creating your own quants) |
65
+ | [GGUF](https://huggingface.co/mradermacher/atom-80b-i1-GGUF/resolve/main/atom-80b.i1-Q2_K.gguf) | i1-Q2_K | 29.2 | IQ3_XXS probably better |
66
+
67
+ Here is a handy graph by ikawrakow comparing some lower-quality quant
68
+ types (lower is better):
69
+
70
+ ![image.png](https://www.nethype.de/huggingface_embed/quantpplgraph.png)
71
+
72
+ And here are Artefact2's thoughts on the matter:
73
+ https://gist.github.com/Artefact2/b5f810600771265fc1e39442288e8ec9
74
+
75
+ ## FAQ / Model Request
76
+
77
+ See https://huggingface.co/mradermacher/model_requests for some answers to
78
+ questions you might have and/or if you want some other model quantized.
79
+
80
+ ## Thanks
81
+
82
+ I thank my company, [nethype GmbH](https://www.nethype.de/), for letting
83
+ me use its servers and providing upgrades to my workstation to enable
84
+ 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.
85
+
86
+ <!-- end -->