mradermacher commited on
Commit
3ebc267
1 Parent(s): eef50ab

auto-patch README.md

Browse files
Files changed (1) hide show
  1. README.md +49 -0
README.md CHANGED
@@ -1,5 +1,54 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
  <!-- ### quantize_version: 2 -->
2
  <!-- ### output_tensor_quantised: 1 -->
3
  <!-- ### convert_type: hfhfix -->
4
  <!-- ### vocab_type: -->
5
  weighted/imatrix quants of https://huggingface.co/hashamulhaq/JSL-MedLX-70B-v2
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: hashamulhaq/JSL-MedLX-70B-v2
3
+ language:
4
+ - en
5
+ library_name: transformers
6
+ license: apache-2.0
7
+ quantized_by: mradermacher
8
+ tags:
9
+ - medical
10
+ ---
11
+ ## About
12
+
13
  <!-- ### quantize_version: 2 -->
14
  <!-- ### output_tensor_quantised: 1 -->
15
  <!-- ### convert_type: hfhfix -->
16
  <!-- ### vocab_type: -->
17
  weighted/imatrix quants of https://huggingface.co/hashamulhaq/JSL-MedLX-70B-v2
18
+
19
+ <!-- provided-files -->
20
+ static quants are available at https://huggingface.co/mradermacher/JSL-MedLX-70B-v2-GGUF
21
+ ## Usage
22
+
23
+ If you are unsure how to use GGUF files, refer to one of [TheBloke's
24
+ READMEs](https://huggingface.co/TheBloke/KafkaLM-70B-German-V0.1-GGUF) for
25
+ more details, including on how to concatenate multi-part files.
26
+
27
+ ## Provided Quants
28
+
29
+ (sorted by size, not necessarily quality. IQ-quants are often preferable over similar sized non-IQ quants)
30
+
31
+ | Link | Type | Size/GB | Notes |
32
+ |:-----|:-----|--------:|:------|
33
+ | [GGUF](https://huggingface.co/mradermacher/JSL-MedLX-70B-v2-i1-GGUF/resolve/main/JSL-MedLX-70B-v2.i1-Q2_K.gguf) | i1-Q2_K | 26.5 | IQ3_XXS probably better |
34
+
35
+ Here is a handy graph by ikawrakow comparing some lower-quality quant
36
+ types (lower is better):
37
+
38
+ ![image.png](https://www.nethype.de/huggingface_embed/quantpplgraph.png)
39
+
40
+ And here are Artefact2's thoughts on the matter:
41
+ https://gist.github.com/Artefact2/b5f810600771265fc1e39442288e8ec9
42
+
43
+ ## FAQ / Model Request
44
+
45
+ See https://huggingface.co/mradermacher/model_requests for some answers to
46
+ questions you might have and/or if you want some other model quantized.
47
+
48
+ ## Thanks
49
+
50
+ I thank my company, [nethype GmbH](https://www.nethype.de/), for letting
51
+ me use its servers and providing upgrades to my workstation to enable
52
+ this work in my free time.
53
+
54
+ <!-- end -->