mradermacher commited on
Commit
81720b5
·
verified ·
1 Parent(s): 67fd146

auto-patch README.md

Browse files
Files changed (1) hide show
  1. README.md +58 -0
README.md CHANGED
@@ -1,3 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  <!-- ### quantize_version: 2 -->
2
  <!-- ### output_tensor_quantised: 1 -->
3
  <!-- ### convert_type: hf -->
@@ -7,3 +25,43 @@
7
  <!-- ### quants_skip: -->
8
  <!-- ### skip_mmproj: -->
9
  weighted/imatrix quants of https://huggingface.co/BlueZeros/EHR-R1-8B
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: BlueZeros/EHR-R1-8B
3
+ language:
4
+ - en
5
+ library_name: transformers
6
+ license: cc-by-nc-4.0
7
+ mradermacher:
8
+ readme_rev: 1
9
+ quantized_by: mradermacher
10
+ tags:
11
+ - medical
12
+ - healthcare
13
+ - ehr
14
+ - reasoning
15
+ - qwen
16
+ ---
17
+ ## About
18
+
19
  <!-- ### quantize_version: 2 -->
20
  <!-- ### output_tensor_quantised: 1 -->
21
  <!-- ### convert_type: hf -->
 
25
  <!-- ### quants_skip: -->
26
  <!-- ### skip_mmproj: -->
27
  weighted/imatrix quants of https://huggingface.co/BlueZeros/EHR-R1-8B
28
+
29
+ <!-- provided-files -->
30
+
31
+ ***For a convenient overview and download list, visit our [model page for this model](https://hf.tst.eu/model#EHR-R1-8B-i1-GGUF).***
32
+
33
+ static quants are available at https://huggingface.co/mradermacher/EHR-R1-8B-GGUF
34
+ ## Usage
35
+
36
+ If you are unsure how to use GGUF files, refer to one of [TheBloke's
37
+ READMEs](https://huggingface.co/TheBloke/KafkaLM-70B-German-V0.1-GGUF) for
38
+ more details, including on how to concatenate multi-part files.
39
+
40
+ ## Provided Quants
41
+
42
+ (sorted by size, not necessarily quality. IQ-quants are often preferable over similar sized non-IQ quants)
43
+
44
+ | Link | Type | Size/GB | Notes |
45
+ |:-----|:-----|--------:|:------|
46
+ | [GGUF](https://huggingface.co/mradermacher/EHR-R1-8B-i1-GGUF/resolve/main/EHR-R1-8B.imatrix.gguf) | imatrix | 0.1 | imatrix file (for creating your own qwuants) |
47
+
48
+ Here is a handy graph by ikawrakow comparing some lower-quality quant
49
+ types (lower is better):
50
+
51
+ ![image.png](https://www.nethype.de/huggingface_embed/quantpplgraph.png)
52
+
53
+ And here are Artefact2's thoughts on the matter:
54
+ https://gist.github.com/Artefact2/b5f810600771265fc1e39442288e8ec9
55
+
56
+ ## FAQ / Model Request
57
+
58
+ See https://huggingface.co/mradermacher/model_requests for some answers to
59
+ questions you might have and/or if you want some other model quantized.
60
+
61
+ ## Thanks
62
+
63
+ I thank my company, [nethype GmbH](https://www.nethype.de/), for letting
64
+ me use its servers and providing upgrades to my workstation to enable
65
+ 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.
66
+
67
+ <!-- end -->