Transformers
GGUF
biology
medical
Inference Endpoints
conversational
mradermacher commited on
Commit
925c280
1 Parent(s): 9ad44cb

auto-patch README.md

Browse files
Files changed (1) hide show
  1. README.md +106 -0
README.md CHANGED
@@ -1,6 +1,112 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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/FreedomIntelligence/Apollo2-9B
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: FreedomIntelligence/Apollo2-9B
3
+ datasets:
4
+ - FreedomIntelligence/ApolloMoEDataset
5
+ language:
6
+ - ar
7
+ - en
8
+ - zh
9
+ - ko
10
+ - ja
11
+ - mn
12
+ - th
13
+ - vi
14
+ - lo
15
+ - mg
16
+ - de
17
+ - pt
18
+ - es
19
+ - fr
20
+ - ru
21
+ - it
22
+ - hr
23
+ - gl
24
+ - cs
25
+ - co
26
+ - la
27
+ - uk
28
+ - bs
29
+ - bg
30
+ - eo
31
+ - sq
32
+ - da
33
+ - sa
34
+ - no
35
+ - gn
36
+ - sr
37
+ - sk
38
+ - gd
39
+ - lb
40
+ - hi
41
+ - ku
42
+ - mt
43
+ - he
44
+ - ln
45
+ - bm
46
+ - sw
47
+ - ig
48
+ - rw
49
+ - ha
50
+ library_name: transformers
51
+ license: apache-2.0
52
+ quantized_by: mradermacher
53
+ tags:
54
+ - biology
55
+ - medical
56
+ ---
57
+ ## About
58
+
59
  <!-- ### quantize_version: 2 -->
60
  <!-- ### output_tensor_quantised: 1 -->
61
  <!-- ### convert_type: hf -->
62
  <!-- ### vocab_type: -->
63
  <!-- ### tags: -->
64
  static quants of https://huggingface.co/FreedomIntelligence/Apollo2-9B
65
+
66
+ <!-- provided-files -->
67
+ 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.
68
+ ## Usage
69
+
70
+ If you are unsure how to use GGUF files, refer to one of [TheBloke's
71
+ READMEs](https://huggingface.co/TheBloke/KafkaLM-70B-German-V0.1-GGUF) for
72
+ more details, including on how to concatenate multi-part files.
73
+
74
+ ## Provided Quants
75
+
76
+ (sorted by size, not necessarily quality. IQ-quants are often preferable over similar sized non-IQ quants)
77
+
78
+ | Link | Type | Size/GB | Notes |
79
+ |:-----|:-----|--------:|:------|
80
+ | [GGUF](https://huggingface.co/mradermacher/Apollo2-9B-GGUF/resolve/main/Apollo2-9B.Q2_K.gguf) | Q2_K | 3.9 | |
81
+ | [GGUF](https://huggingface.co/mradermacher/Apollo2-9B-GGUF/resolve/main/Apollo2-9B.Q3_K_S.gguf) | Q3_K_S | 4.4 | |
82
+ | [GGUF](https://huggingface.co/mradermacher/Apollo2-9B-GGUF/resolve/main/Apollo2-9B.Q3_K_M.gguf) | Q3_K_M | 4.9 | lower quality |
83
+ | [GGUF](https://huggingface.co/mradermacher/Apollo2-9B-GGUF/resolve/main/Apollo2-9B.Q3_K_L.gguf) | Q3_K_L | 5.2 | |
84
+ | [GGUF](https://huggingface.co/mradermacher/Apollo2-9B-GGUF/resolve/main/Apollo2-9B.IQ4_XS.gguf) | IQ4_XS | 5.3 | |
85
+ | [GGUF](https://huggingface.co/mradermacher/Apollo2-9B-GGUF/resolve/main/Apollo2-9B.Q4_K_S.gguf) | Q4_K_S | 5.6 | fast, recommended |
86
+ | [GGUF](https://huggingface.co/mradermacher/Apollo2-9B-GGUF/resolve/main/Apollo2-9B.Q4_K_M.gguf) | Q4_K_M | 5.9 | fast, recommended |
87
+ | [GGUF](https://huggingface.co/mradermacher/Apollo2-9B-GGUF/resolve/main/Apollo2-9B.Q5_K_S.gguf) | Q5_K_S | 6.6 | |
88
+ | [GGUF](https://huggingface.co/mradermacher/Apollo2-9B-GGUF/resolve/main/Apollo2-9B.Q5_K_M.gguf) | Q5_K_M | 6.7 | |
89
+ | [GGUF](https://huggingface.co/mradermacher/Apollo2-9B-GGUF/resolve/main/Apollo2-9B.Q6_K.gguf) | Q6_K | 7.7 | very good quality |
90
+ | [GGUF](https://huggingface.co/mradermacher/Apollo2-9B-GGUF/resolve/main/Apollo2-9B.Q8_0.gguf) | Q8_0 | 9.9 | fast, best quality |
91
+ | [GGUF](https://huggingface.co/mradermacher/Apollo2-9B-GGUF/resolve/main/Apollo2-9B.f16.gguf) | f16 | 18.6 | 16 bpw, overkill |
92
+
93
+ Here is a handy graph by ikawrakow comparing some lower-quality quant
94
+ types (lower is better):
95
+
96
+ ![image.png](https://www.nethype.de/huggingface_embed/quantpplgraph.png)
97
+
98
+ And here are Artefact2's thoughts on the matter:
99
+ https://gist.github.com/Artefact2/b5f810600771265fc1e39442288e8ec9
100
+
101
+ ## FAQ / Model Request
102
+
103
+ See https://huggingface.co/mradermacher/model_requests for some answers to
104
+ questions you might have and/or if you want some other model quantized.
105
+
106
+ ## Thanks
107
+
108
+ I thank my company, [nethype GmbH](https://www.nethype.de/), for letting
109
+ me use its servers and providing upgrades to my workstation to enable
110
+ this work in my free time.
111
+
112
+ <!-- end -->