mradermacher commited on
Commit
fecec36
·
verified ·
1 Parent(s): bbe31c0

auto-patch README.md

Browse files
Files changed (1) hide show
  1. README.md +73 -0
README.md CHANGED
@@ -1,6 +1,79 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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/KaraKaraWitch/HiTZ-GoLLIE-13B-AsSafeTensors
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: KaraKaraWitch/HiTZ-GoLLIE-13B-AsSafeTensors
3
+ datasets:
4
+ - ACE05
5
+ - bc5cdr
6
+ - conll2003
7
+ - ncbi_disease
8
+ - conll2012_ontonotesv5
9
+ - rams
10
+ - tacred
11
+ - wnut_17
12
+ language:
13
+ - en
14
+ library_name: transformers
15
+ license: llama2
16
+ quantized_by: mradermacher
17
+ tags:
18
+ - code
19
+ - text-generation-inference
20
+ - Information Extraction
21
+ - IE
22
+ - Named Entity Recogniton
23
+ - Event Extraction
24
+ - Relation Extraction
25
+ - LLaMA
26
+ ---
27
+ ## About
28
+
29
  <!-- ### quantize_version: 2 -->
30
  <!-- ### output_tensor_quantised: 1 -->
31
  <!-- ### convert_type: hf -->
32
  <!-- ### vocab_type: -->
33
  <!-- ### tags: -->
34
  static quants of https://huggingface.co/KaraKaraWitch/HiTZ-GoLLIE-13B-AsSafeTensors
35
+
36
+ <!-- provided-files -->
37
+ 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.
38
+ ## Usage
39
+
40
+ If you are unsure how to use GGUF files, refer to one of [TheBloke's
41
+ READMEs](https://huggingface.co/TheBloke/KafkaLM-70B-German-V0.1-GGUF) for
42
+ more details, including on how to concatenate multi-part files.
43
+
44
+ ## Provided Quants
45
+
46
+ (sorted by size, not necessarily quality. IQ-quants are often preferable over similar sized non-IQ quants)
47
+
48
+ | Link | Type | Size/GB | Notes |
49
+ |:-----|:-----|--------:|:------|
50
+ | [GGUF](https://huggingface.co/mradermacher/HiTZ-GoLLIE-13B-AsSafeTensors-GGUF/resolve/main/HiTZ-GoLLIE-13B-AsSafeTensors.Q2_K.gguf) | Q2_K | 5.0 | |
51
+ | [GGUF](https://huggingface.co/mradermacher/HiTZ-GoLLIE-13B-AsSafeTensors-GGUF/resolve/main/HiTZ-GoLLIE-13B-AsSafeTensors.Q3_K_S.gguf) | Q3_K_S | 5.8 | |
52
+ | [GGUF](https://huggingface.co/mradermacher/HiTZ-GoLLIE-13B-AsSafeTensors-GGUF/resolve/main/HiTZ-GoLLIE-13B-AsSafeTensors.Q3_K_M.gguf) | Q3_K_M | 6.4 | lower quality |
53
+ | [GGUF](https://huggingface.co/mradermacher/HiTZ-GoLLIE-13B-AsSafeTensors-GGUF/resolve/main/HiTZ-GoLLIE-13B-AsSafeTensors.Q3_K_L.gguf) | Q3_K_L | 7.0 | |
54
+ | [GGUF](https://huggingface.co/mradermacher/HiTZ-GoLLIE-13B-AsSafeTensors-GGUF/resolve/main/HiTZ-GoLLIE-13B-AsSafeTensors.Q4_K_S.gguf) | Q4_K_S | 7.5 | fast, recommended |
55
+ | [GGUF](https://huggingface.co/mradermacher/HiTZ-GoLLIE-13B-AsSafeTensors-GGUF/resolve/main/HiTZ-GoLLIE-13B-AsSafeTensors.Q4_K_M.gguf) | Q4_K_M | 8.0 | fast, recommended |
56
+ | [GGUF](https://huggingface.co/mradermacher/HiTZ-GoLLIE-13B-AsSafeTensors-GGUF/resolve/main/HiTZ-GoLLIE-13B-AsSafeTensors.Q5_K_M.gguf) | Q5_K_M | 9.3 | |
57
+ | [GGUF](https://huggingface.co/mradermacher/HiTZ-GoLLIE-13B-AsSafeTensors-GGUF/resolve/main/HiTZ-GoLLIE-13B-AsSafeTensors.Q6_K.gguf) | Q6_K | 10.8 | very good quality |
58
+ | [GGUF](https://huggingface.co/mradermacher/HiTZ-GoLLIE-13B-AsSafeTensors-GGUF/resolve/main/HiTZ-GoLLIE-13B-AsSafeTensors.Q8_0.gguf) | Q8_0 | 13.9 | fast, best quality |
59
+
60
+ Here is a handy graph by ikawrakow comparing some lower-quality quant
61
+ types (lower is better):
62
+
63
+ ![image.png](https://www.nethype.de/huggingface_embed/quantpplgraph.png)
64
+
65
+ And here are Artefact2's thoughts on the matter:
66
+ https://gist.github.com/Artefact2/b5f810600771265fc1e39442288e8ec9
67
+
68
+ ## FAQ / Model Request
69
+
70
+ See https://huggingface.co/mradermacher/model_requests for some answers to
71
+ questions you might have and/or if you want some other model quantized.
72
+
73
+ ## Thanks
74
+
75
+ I thank my company, [nethype GmbH](https://www.nethype.de/), for letting
76
+ me use its servers and providing upgrades to my workstation to enable
77
+ this work in my free time.
78
+
79
+ <!-- end -->