mradermacher commited on
Commit
992b4e5
1 Parent(s): 29bdc7a

auto-patch README.md

Browse files
Files changed (1) hide show
  1. README.md +94 -0
README.md CHANGED
@@ -1,6 +1,100 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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/Weyaxi/Einstein-v4-Qwen-1.5-32B
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: Weyaxi/Einstein-v4-Qwen-1.5-32B
3
+ datasets:
4
+ - allenai/ai2_arc
5
+ - camel-ai/physics
6
+ - camel-ai/chemistry
7
+ - camel-ai/biology
8
+ - camel-ai/math
9
+ - metaeval/reclor
10
+ - openbookqa
11
+ - mandyyyyii/scibench
12
+ - derek-thomas/ScienceQA
13
+ - TIGER-Lab/ScienceEval
14
+ - jondurbin/airoboros-3.2
15
+ - LDJnr/Capybara
16
+ - Cot-Alpaca-GPT4-From-OpenHermes-2.5
17
+ - STEM-AI-mtl/Electrical-engineering
18
+ - knowrohit07/saraswati-stem
19
+ - sablo/oasst2_curated
20
+ - glaiveai/glaive-code-assistant
21
+ - lmsys/lmsys-chat-1m
22
+ - TIGER-Lab/MathInstruct
23
+ - bigbio/med_qa
24
+ - meta-math/MetaMathQA-40K
25
+ - openbookqa
26
+ - piqa
27
+ - metaeval/reclor
28
+ - derek-thomas/ScienceQA
29
+ - scibench
30
+ - sciq
31
+ - Open-Orca/SlimOrca
32
+ - migtissera/Synthia-v1.3
33
+ - TIGER-Lab/ScienceEval
34
+ language:
35
+ - en
36
+ library_name: transformers
37
+ license: other
38
+ quantized_by: mradermacher
39
+ tags:
40
+ - axolotl
41
+ - generated_from_trainer
42
+ - phi
43
+ - phi2
44
+ - einstein
45
+ - instruct
46
+ - finetune
47
+ - chatml
48
+ - gpt4
49
+ - synthetic data
50
+ - science
51
+ - physics
52
+ - chemistry
53
+ - biology
54
+ - math
55
+ ---
56
+ ## About
57
+
58
  <!-- ### quantize_version: 2 -->
59
  <!-- ### output_tensor_quantised: 1 -->
60
  <!-- ### convert_type: hf -->
61
  <!-- ### vocab_type: -->
62
  <!-- ### tags: nicoboss -->
63
  weighted/imatrix quants of https://huggingface.co/Weyaxi/Einstein-v4-Qwen-1.5-32B
64
+
65
+ <!-- provided-files -->
66
+ static quants are available at https://huggingface.co/mradermacher/Einstein-v4-Qwen-1.5-32B-GGUF
67
+ ## Usage
68
+
69
+ If you are unsure how to use GGUF files, refer to one of [TheBloke's
70
+ READMEs](https://huggingface.co/TheBloke/KafkaLM-70B-German-V0.1-GGUF) for
71
+ more details, including on how to concatenate multi-part files.
72
+
73
+ ## Provided Quants
74
+
75
+ (sorted by size, not necessarily quality. IQ-quants are often preferable over similar sized non-IQ quants)
76
+
77
+ | Link | Type | Size/GB | Notes |
78
+ |:-----|:-----|--------:|:------|
79
+ | [GGUF](https://huggingface.co/mradermacher/Einstein-v4-Qwen-1.5-32B-i1-GGUF/resolve/main/Einstein-v4-Qwen-1.5-32B.i1-Q2_K.gguf) | i1-Q2_K | 12.3 | IQ3_XXS probably better |
80
+
81
+ Here is a handy graph by ikawrakow comparing some lower-quality quant
82
+ types (lower is better):
83
+
84
+ ![image.png](https://www.nethype.de/huggingface_embed/quantpplgraph.png)
85
+
86
+ And here are Artefact2's thoughts on the matter:
87
+ https://gist.github.com/Artefact2/b5f810600771265fc1e39442288e8ec9
88
+
89
+ ## FAQ / Model Request
90
+
91
+ See https://huggingface.co/mradermacher/model_requests for some answers to
92
+ questions you might have and/or if you want some other model quantized.
93
+
94
+ ## Thanks
95
+
96
+ I thank my company, [nethype GmbH](https://www.nethype.de/), for letting
97
+ me use its servers and providing upgrades to my workstation to enable
98
+ 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.
99
+
100
+ <!-- end -->