Transformers
GGUF
English
Generated from Trainer
axolotl
Inference Endpoints
mradermacher commited on
Commit
5059d06
1 Parent(s): 3d8a0b1

auto-patch README.md

Browse files
Files changed (1) hide show
  1. README.md +59 -0
README.md CHANGED
@@ -1,5 +1,64 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  <!-- ### quantize_version: 2 -->
2
  <!-- ### output_tensor_quantised: 1 -->
3
  <!-- ### convert_type: hf -->
4
  <!-- ### vocab_type: -->
5
  static quants of https://huggingface.co/cognitivecomputations/dolphin-2.9.1-llama-3-70b
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: cognitivecomputations/dolphin-2.9.1-llama-3-70b
3
+ datasets:
4
+ - cognitivecomputations/Dolphin-2.9
5
+ - teknium/OpenHermes-2.5
6
+ - m-a-p/CodeFeedback-Filtered-Instruction
7
+ - cognitivecomputations/dolphin-coder
8
+ - cognitivecomputations/samantha-data
9
+ - microsoft/orca-math-word-problems-200k
10
+ - Locutusque/function-calling-chatml
11
+ - internlm/Agent-FLAN
12
+ language:
13
+ - en
14
+ library_name: transformers
15
+ license: llama3
16
+ quantized_by: mradermacher
17
+ tags:
18
+ - generated_from_trainer
19
+ - axolotl
20
+ ---
21
+ ## About
22
+
23
  <!-- ### quantize_version: 2 -->
24
  <!-- ### output_tensor_quantised: 1 -->
25
  <!-- ### convert_type: hf -->
26
  <!-- ### vocab_type: -->
27
  static quants of https://huggingface.co/cognitivecomputations/dolphin-2.9.1-llama-3-70b
28
+
29
+ <!-- provided-files -->
30
+ 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.
31
+ ## Usage
32
+
33
+ If you are unsure how to use GGUF files, refer to one of [TheBloke's
34
+ READMEs](https://huggingface.co/TheBloke/KafkaLM-70B-German-V0.1-GGUF) for
35
+ more details, including on how to concatenate multi-part files.
36
+
37
+ ## Provided Quants
38
+
39
+ (sorted by size, not necessarily quality. IQ-quants are often preferable over similar sized non-IQ quants)
40
+
41
+ | Link | Type | Size/GB | Notes |
42
+ |:-----|:-----|--------:|:------|
43
+ | [PART 1](https://huggingface.co/mradermacher/dolphin-2.9.1-llama-3-70b-GGUF/resolve/main/dolphin-2.9.1-llama-3-70b.Q8_0.gguf.part1of2) [PART 2](https://huggingface.co/mradermacher/dolphin-2.9.1-llama-3-70b-GGUF/resolve/main/dolphin-2.9.1-llama-3-70b.Q8_0.gguf.part2of2) | Q8_0 | 75.1 | fast, best quality |
44
+
45
+ Here is a handy graph by ikawrakow comparing some lower-quality quant
46
+ types (lower is better):
47
+
48
+ ![image.png](https://www.nethype.de/huggingface_embed/quantpplgraph.png)
49
+
50
+ And here are Artefact2's thoughts on the matter:
51
+ https://gist.github.com/Artefact2/b5f810600771265fc1e39442288e8ec9
52
+
53
+ ## FAQ / Model Request
54
+
55
+ See https://huggingface.co/mradermacher/model_requests for some answers to
56
+ questions you might have and/or if you want some other model quantized.
57
+
58
+ ## Thanks
59
+
60
+ I thank my company, [nethype GmbH](https://www.nethype.de/), for letting
61
+ me use its servers and providing upgrades to my workstation to enable
62
+ this work in my free time.
63
+
64
+ <!-- end -->