mradermacher commited on
Commit
d51487f
·
verified ·
1 Parent(s): c30c091

auto-patch README.md

Browse files
Files changed (1) hide show
  1. README.md +63 -0
README.md CHANGED
@@ -1,6 +1,69 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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/SolaireOfTheSun/openchat_3.5-EducationAID-Biologie
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: SolaireOfTheSun/openchat_3.5-EducationAID-Biologie
3
+ datasets:
4
+ - openchat/openchat_sharegpt4_dataset
5
+ - imone/OpenOrca_FLAN
6
+ - LDJnr/LessWrong-Amplify-Instruct
7
+ - LDJnr/Pure-Dove
8
+ - LDJnr/Verified-Camel
9
+ - tiedong/goat
10
+ - glaiveai/glaive-code-assistant
11
+ - meta-math/MetaMathQA
12
+ - OpenAssistant/oasst_top1_2023-08-25
13
+ - TIGER-Lab/MathInstruct
14
+ language:
15
+ - en
16
+ library_name: transformers
17
+ license: apache-2.0
18
+ quantized_by: mradermacher
19
+ tags:
20
+ - openchat
21
+ - mistral
22
+ - C-RLFT
23
+ ---
24
+ ## About
25
+
26
  <!-- ### quantize_version: 2 -->
27
  <!-- ### output_tensor_quantised: 1 -->
28
  <!-- ### convert_type: hf -->
29
  <!-- ### vocab_type: -->
30
  <!-- ### tags: -->
31
  static quants of https://huggingface.co/SolaireOfTheSun/openchat_3.5-EducationAID-Biologie
32
+
33
+ <!-- provided-files -->
34
+ 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.
35
+ ## Usage
36
+
37
+ If you are unsure how to use GGUF files, refer to one of [TheBloke's
38
+ READMEs](https://huggingface.co/TheBloke/KafkaLM-70B-German-V0.1-GGUF) for
39
+ more details, including on how to concatenate multi-part files.
40
+
41
+ ## Provided Quants
42
+
43
+ (sorted by size, not necessarily quality. IQ-quants are often preferable over similar sized non-IQ quants)
44
+
45
+ | Link | Type | Size/GB | Notes |
46
+ |:-----|:-----|--------:|:------|
47
+ | [GGUF](https://huggingface.co/mradermacher/openchat_3.5-EducationAID-Biologie-GGUF/resolve/main/openchat_3.5-EducationAID-Biologie.Q4_K_S.gguf) | Q4_K_S | 4.2 | fast, recommended |
48
+ | [GGUF](https://huggingface.co/mradermacher/openchat_3.5-EducationAID-Biologie-GGUF/resolve/main/openchat_3.5-EducationAID-Biologie.f16.gguf) | f16 | 14.6 | 16 bpw, overkill |
49
+
50
+ Here is a handy graph by ikawrakow comparing some lower-quality quant
51
+ types (lower is better):
52
+
53
+ ![image.png](https://www.nethype.de/huggingface_embed/quantpplgraph.png)
54
+
55
+ And here are Artefact2's thoughts on the matter:
56
+ https://gist.github.com/Artefact2/b5f810600771265fc1e39442288e8ec9
57
+
58
+ ## FAQ / Model Request
59
+
60
+ See https://huggingface.co/mradermacher/model_requests for some answers to
61
+ questions you might have and/or if you want some other model quantized.
62
+
63
+ ## Thanks
64
+
65
+ I thank my company, [nethype GmbH](https://www.nethype.de/), for letting
66
+ me use its servers and providing upgrades to my workstation to enable
67
+ this work in my free time.
68
+
69
+ <!-- end -->