mradermacher commited on
Commit
747116d
·
verified ·
1 Parent(s): 9004bb8

auto-patch README.md

Browse files
Files changed (1) hide show
  1. README.md +72 -0
README.md CHANGED
@@ -1,3 +1,33 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  <!-- ### quantize_version: 2 -->
2
  <!-- ### output_tensor_quantised: 1 -->
3
  <!-- ### convert_type: hf -->
@@ -7,3 +37,45 @@
7
  <!-- ### quants_skip: -->
8
  <!-- ### skip_mmproj: -->
9
  static quants of https://huggingface.co/mookiezi/Discord-Micae-8B-Preview
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: mookiezi/Discord-Micae-8B-Preview
3
+ datasets:
4
+ - mookiezi/Discord-Dialogues
5
+ language:
6
+ - en
7
+ library_name: transformers
8
+ license: llama3
9
+ mradermacher:
10
+ readme_rev: 1
11
+ quantized_by: mradermacher
12
+ tags:
13
+ - transformers
14
+ - causal-lm
15
+ - text-generation
16
+ - instruct
17
+ - chat
18
+ - fine-tuned
19
+ - merged-lora
20
+ - llama-3
21
+ - hermes
22
+ - discord-dataset
23
+ - conversational-ai
24
+ - chatml
25
+ - pytorch
26
+ - open-weights
27
+ - 8b-parameters
28
+ ---
29
+ ## About
30
+
31
  <!-- ### quantize_version: 2 -->
32
  <!-- ### output_tensor_quantised: 1 -->
33
  <!-- ### convert_type: hf -->
 
37
  <!-- ### quants_skip: -->
38
  <!-- ### skip_mmproj: -->
39
  static quants of https://huggingface.co/mookiezi/Discord-Micae-8B-Preview
40
+
41
+ <!-- provided-files -->
42
+
43
+ ***For a convenient overview and download list, visit our [model page for this model](https://hf.tst.eu/model#Discord-Micae-8B-Preview-GGUF).***
44
+
45
+ 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.
46
+ ## Usage
47
+
48
+ If you are unsure how to use GGUF files, refer to one of [TheBloke's
49
+ READMEs](https://huggingface.co/TheBloke/KafkaLM-70B-German-V0.1-GGUF) for
50
+ more details, including on how to concatenate multi-part files.
51
+
52
+ ## Provided Quants
53
+
54
+ (sorted by size, not necessarily quality. IQ-quants are often preferable over similar sized non-IQ quants)
55
+
56
+ | Link | Type | Size/GB | Notes |
57
+ |:-----|:-----|--------:|:------|
58
+ | [GGUF](https://huggingface.co/mradermacher/Discord-Micae-8B-Preview-GGUF/resolve/main/Discord-Micae-8B-Preview.Q2_K.gguf) | Q2_K | 3.3 | |
59
+ | [GGUF](https://huggingface.co/mradermacher/Discord-Micae-8B-Preview-GGUF/resolve/main/Discord-Micae-8B-Preview.Q3_K_M.gguf) | Q3_K_M | 4.1 | lower quality |
60
+ | [GGUF](https://huggingface.co/mradermacher/Discord-Micae-8B-Preview-GGUF/resolve/main/Discord-Micae-8B-Preview.Q4_K_S.gguf) | Q4_K_S | 4.8 | fast, recommended |
61
+
62
+ Here is a handy graph by ikawrakow comparing some lower-quality quant
63
+ types (lower is better):
64
+
65
+ ![image.png](https://www.nethype.de/huggingface_embed/quantpplgraph.png)
66
+
67
+ And here are Artefact2's thoughts on the matter:
68
+ https://gist.github.com/Artefact2/b5f810600771265fc1e39442288e8ec9
69
+
70
+ ## FAQ / Model Request
71
+
72
+ See https://huggingface.co/mradermacher/model_requests for some answers to
73
+ questions you might have and/or if you want some other model quantized.
74
+
75
+ ## Thanks
76
+
77
+ I thank my company, [nethype GmbH](https://www.nethype.de/), for letting
78
+ me use its servers and providing upgrades to my workstation to enable
79
+ this work in my free time.
80
+
81
+ <!-- end -->