mradermacher commited on
Commit
48d9b02
·
verified ·
1 Parent(s): 0f6221a

auto-patch README.md

Browse files
Files changed (1) hide show
  1. README.md +75 -0
README.md CHANGED
@@ -1,6 +1,81 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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/Nekochu/Luminia-13B-v3
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: Nekochu/Luminia-13B-v3
3
+ datasets:
4
+ - Nekochu/discord-unstable-diffusion-SD-prompts
5
+ - glaiveai/glaive-function-calling-v2
6
+ - TIGER-Lab/MathInstruct
7
+ - Open-Orca/SlimOrca
8
+ - GAIR/lima
9
+ - sahil2801/CodeAlpaca-20k
10
+ - garage-bAInd/Open-Platypus
11
+ language:
12
+ - en
13
+ library_name: transformers
14
+ license: apache-2.0
15
+ model_creator: Nekochu
16
+ model_name: Luminia 13B v3
17
+ model_type: llama2
18
+ prompt_template: 'Below is an instruction that describes a task. Write a response
19
+ that appropriately completes the request. ### Instruction: {Instruction} {summary}
20
+ ### input: {category} ### Response: {prompt}'
21
+ quantized_by: mradermacher
22
+ tags:
23
+ - llama-factory
24
+ - lora
25
+ - generated_from_trainer
26
+ - llama2
27
+ - llama
28
+ - instruct
29
+ - finetune
30
+ - gpt4
31
+ - synthetic data
32
+ - stable diffusion
33
+ - alpaca
34
+ - llm
35
+ ---
36
+ ## About
37
+
38
  <!-- ### quantize_version: 2 -->
39
  <!-- ### output_tensor_quantised: 1 -->
40
  <!-- ### convert_type: hf -->
41
  <!-- ### vocab_type: -->
42
  <!-- ### tags: -->
43
  static quants of https://huggingface.co/Nekochu/Luminia-13B-v3
44
+
45
+ <!-- provided-files -->
46
+ 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.
47
+ ## Usage
48
+
49
+ If you are unsure how to use GGUF files, refer to one of [TheBloke's
50
+ READMEs](https://huggingface.co/TheBloke/KafkaLM-70B-German-V0.1-GGUF) for
51
+ more details, including on how to concatenate multi-part files.
52
+
53
+ ## Provided Quants
54
+
55
+ (sorted by size, not necessarily quality. IQ-quants are often preferable over similar sized non-IQ quants)
56
+
57
+ | Link | Type | Size/GB | Notes |
58
+ |:-----|:-----|--------:|:------|
59
+ | [GGUF](https://huggingface.co/mradermacher/Luminia-13B-v3-GGUF/resolve/main/Luminia-13B-v3.Q2_K.gguf) | Q2_K | 5.0 | |
60
+ | [GGUF](https://huggingface.co/mradermacher/Luminia-13B-v3-GGUF/resolve/main/Luminia-13B-v3.Q4_K_S.gguf) | Q4_K_S | 7.5 | 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 -->