mradermacher commited on
Commit
a54a0f1
·
verified ·
1 Parent(s): 07b8c7b

auto-patch README.md

Browse files
Files changed (1) hide show
  1. README.md +63 -0
README.md CHANGED
@@ -1,6 +1,69 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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/suayptalha/ClimateLlama-8B-TR
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: suayptalha/ClimateLlama-8B-TR
3
+ datasets:
4
+ - Vinom/ClimateChangeQA
5
+ - Vinom/ClimateChangeQA_hard
6
+ language:
7
+ - tr
8
+ library_name: transformers
9
+ license: apache-2.0
10
+ quantized_by: mradermacher
11
+ tags:
12
+ - unsloth
13
+ - trl
14
+ - sft
15
+ - climate
16
+ ---
17
+ ## About
18
+
19
  <!-- ### quantize_version: 2 -->
20
  <!-- ### output_tensor_quantised: 1 -->
21
  <!-- ### convert_type: hf -->
22
  <!-- ### vocab_type: -->
23
  <!-- ### tags: -->
24
  static quants of https://huggingface.co/suayptalha/ClimateLlama-8B-TR
25
+
26
+ <!-- provided-files -->
27
+ 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.
28
+ ## Usage
29
+
30
+ If you are unsure how to use GGUF files, refer to one of [TheBloke's
31
+ READMEs](https://huggingface.co/TheBloke/KafkaLM-70B-German-V0.1-GGUF) for
32
+ more details, including on how to concatenate multi-part files.
33
+
34
+ ## Provided Quants
35
+
36
+ (sorted by size, not necessarily quality. IQ-quants are often preferable over similar sized non-IQ quants)
37
+
38
+ | Link | Type | Size/GB | Notes |
39
+ |:-----|:-----|--------:|:------|
40
+ | [GGUF](https://huggingface.co/mradermacher/ClimateLlama-8B-TR-GGUF/resolve/main/ClimateLlama-8B-TR.Q2_K.gguf) | Q2_K | 3.3 | |
41
+ | [GGUF](https://huggingface.co/mradermacher/ClimateLlama-8B-TR-GGUF/resolve/main/ClimateLlama-8B-TR.Q3_K_S.gguf) | Q3_K_S | 3.8 | |
42
+ | [GGUF](https://huggingface.co/mradermacher/ClimateLlama-8B-TR-GGUF/resolve/main/ClimateLlama-8B-TR.Q3_K_M.gguf) | Q3_K_M | 4.1 | lower quality |
43
+ | [GGUF](https://huggingface.co/mradermacher/ClimateLlama-8B-TR-GGUF/resolve/main/ClimateLlama-8B-TR.Q3_K_L.gguf) | Q3_K_L | 4.4 | |
44
+ | [GGUF](https://huggingface.co/mradermacher/ClimateLlama-8B-TR-GGUF/resolve/main/ClimateLlama-8B-TR.Q4_K_S.gguf) | Q4_K_S | 4.8 | fast, recommended |
45
+ | [GGUF](https://huggingface.co/mradermacher/ClimateLlama-8B-TR-GGUF/resolve/main/ClimateLlama-8B-TR.Q5_K_S.gguf) | Q5_K_S | 5.7 | |
46
+ | [GGUF](https://huggingface.co/mradermacher/ClimateLlama-8B-TR-GGUF/resolve/main/ClimateLlama-8B-TR.Q6_K.gguf) | Q6_K | 6.7 | very good quality |
47
+ | [GGUF](https://huggingface.co/mradermacher/ClimateLlama-8B-TR-GGUF/resolve/main/ClimateLlama-8B-TR.Q8_0.gguf) | Q8_0 | 8.6 | fast, best quality |
48
+ | [GGUF](https://huggingface.co/mradermacher/ClimateLlama-8B-TR-GGUF/resolve/main/ClimateLlama-8B-TR.f16.gguf) | f16 | 16.2 | 16 bpw, overkill |
49
+
50
+ Here is a handy graph by ikawrakow comparing some lower-quality quant
51
+ types (lower is better):
52
+
53
+ ![image.png](https://www.nethype.de/huggingface_embed/quantpplgraph.png)
54
+
55
+ And here are Artefact2's thoughts on the matter:
56
+ https://gist.github.com/Artefact2/b5f810600771265fc1e39442288e8ec9
57
+
58
+ ## FAQ / Model Request
59
+
60
+ See https://huggingface.co/mradermacher/model_requests for some answers to
61
+ questions you might have and/or if you want some other model quantized.
62
+
63
+ ## Thanks
64
+
65
+ I thank my company, [nethype GmbH](https://www.nethype.de/), for letting
66
+ me use its servers and providing upgrades to my workstation to enable
67
+ this work in my free time.
68
+
69
+ <!-- end -->