mradermacher commited on
Commit
c03dda3
1 Parent(s): 4ab8ed5

auto-patch README.md

Browse files
Files changed (1) hide show
  1. README.md +59 -0
README.md CHANGED
@@ -1,6 +1,65 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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/OEvortex/HelpingAI-9B-200k
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: OEvortex/HelpingAI-9B-200k
3
+ datasets:
4
+ - OEvortex/SentimentSynth
5
+ - OEvortex/EmotionalIntelligence-10K
6
+ language:
7
+ - en
8
+ library_name: transformers
9
+ license: other
10
+ license_link: LICENSE.md
11
+ license_name: helpingai
12
+ quantized_by: mradermacher
13
+ tags:
14
+ - HelpingAI
15
+ - Emotionally Intelligent
16
+ - EQ
17
+ ---
18
+ ## About
19
+
20
  <!-- ### quantize_version: 2 -->
21
  <!-- ### output_tensor_quantised: 1 -->
22
  <!-- ### convert_type: hf -->
23
  <!-- ### vocab_type: -->
24
  <!-- ### tags: nicoboss -->
25
  weighted/imatrix quants of https://huggingface.co/OEvortex/HelpingAI-9B-200k
26
+
27
+ <!-- provided-files -->
28
+ static quants are available at https://huggingface.co/mradermacher/HelpingAI-9B-200k-GGUF
29
+ ## Usage
30
+
31
+ If you are unsure how to use GGUF files, refer to one of [TheBloke's
32
+ READMEs](https://huggingface.co/TheBloke/KafkaLM-70B-German-V0.1-GGUF) for
33
+ more details, including on how to concatenate multi-part files.
34
+
35
+ ## Provided Quants
36
+
37
+ (sorted by size, not necessarily quality. IQ-quants are often preferable over similar sized non-IQ quants)
38
+
39
+ | Link | Type | Size/GB | Notes |
40
+ |:-----|:-----|--------:|:------|
41
+ | [GGUF](https://huggingface.co/mradermacher/HelpingAI-9B-200k-i1-GGUF/resolve/main/HelpingAI-9B-200k.i1-Q2_K.gguf) | i1-Q2_K | 3.5 | IQ3_XXS probably better |
42
+ | [GGUF](https://huggingface.co/mradermacher/HelpingAI-9B-200k-i1-GGUF/resolve/main/HelpingAI-9B-200k.i1-IQ3_XXS.gguf) | i1-IQ3_XXS | 3.6 | lower quality |
43
+ | [GGUF](https://huggingface.co/mradermacher/HelpingAI-9B-200k-i1-GGUF/resolve/main/HelpingAI-9B-200k.i1-Q3_K_M.gguf) | i1-Q3_K_M | 4.4 | IQ3_S probably better |
44
+ | [GGUF](https://huggingface.co/mradermacher/HelpingAI-9B-200k-i1-GGUF/resolve/main/HelpingAI-9B-200k.i1-Q4_K_S.gguf) | i1-Q4_K_S | 5.2 | optimal size/speed/quality |
45
+
46
+ Here is a handy graph by ikawrakow comparing some lower-quality quant
47
+ types (lower is better):
48
+
49
+ ![image.png](https://www.nethype.de/huggingface_embed/quantpplgraph.png)
50
+
51
+ And here are Artefact2's thoughts on the matter:
52
+ https://gist.github.com/Artefact2/b5f810600771265fc1e39442288e8ec9
53
+
54
+ ## FAQ / Model Request
55
+
56
+ See https://huggingface.co/mradermacher/model_requests for some answers to
57
+ questions you might have and/or if you want some other model quantized.
58
+
59
+ ## Thanks
60
+
61
+ I thank my company, [nethype GmbH](https://www.nethype.de/), for letting
62
+ me use its servers and providing upgrades to my workstation to enable
63
+ this work in my free time. Additional thanks to [@nicoboss](https://huggingface.co/nicoboss) for giving me access to his hardware for calculating the imatrix for these quants.
64
+
65
+ <!-- end -->