Nan-Do commited on
Commit
81889d5
·
1 Parent(s): d93cb36

Updated the template of the model

Browse files
Files changed (1) hide show
  1. README.md +84 -0
README.md CHANGED
@@ -1,3 +1,87 @@
1
  ---
 
 
 
 
2
  license: llama2
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ base_model: Nan-Do/LeetCodeWizard_7B_V1.1
3
+ inference: false
4
+ language:
5
+ - en
6
  license: llama2
7
+ model-index:
8
+ - name: LeetCodeWizard_7B_V1.1
9
+ results: []
10
+ model_creator: Nan-Do
11
+ model_name: LeetCodeWizard 7B V1.1
12
+ model_type: codellama
13
+ prompt_template: 'Below is an instruction that describes a task. Write a response that appropriately completes the request.
14
+
15
+ ### Instruction:
16
+ {instruction}
17
+
18
+ ### Response:'
19
+ quantized_by: Nan-Do
20
+ tags:
21
+ - codellama
22
+ - instruct
23
+ - finetune
24
+ - leetcode
25
+ - problem solving
26
  ---
27
+ <!-- markdownlint-disable MD041 -->
28
+
29
+ # LeetCodeWizard 7B V1.1 - GGUF
30
+ - Original model: [LeetCodeWizard 7B V1.1](https://huggingface.co/WizardLM/WizardCoder-Python-7B-V1.0)
31
+
32
+ <!-- description start -->
33
+ ## Description
34
+
35
+ This repo contains GGUF format model files for [LeetCodeWizard 7B V1.1](https://huggingface.co/WizardLM/WizardCoder-Python-7B-V1.0).
36
+ (this template has been inspired by [TheBloke](https://huggingface.co/TheBloke))
37
+
38
+
39
+ ## Prompt template: Alpaca
40
+
41
+ ```
42
+ Below is an instruction that describes a task. Write a response that appropriately completes the request.
43
+
44
+ ### Instruction:
45
+ {instruction}
46
+
47
+ ### Response:
48
+ ```
49
+
50
+ <!-- prompt-template end -->
51
+
52
+
53
+ <!-- compatibility_gguf start -->
54
+ ## Explanation of quantisation methods
55
+
56
+ <details>
57
+ <summary>Click to see details</summary>
58
+
59
+ The new methods available are:
60
+
61
+ * GGML_TYPE_Q3_K - "type-0" 3-bit quantization in super-blocks containing 16 blocks, each block having 16 weights. Scales are quantized with 6 bits. This end up using 3.4375 bpw.
62
+ * GGML_TYPE_Q4_K - "type-1" 4-bit quantization in super-blocks containing 8 blocks, each block having 32 weights. Scales and mins are quantized with 6 bits. This ends up using 4.5 bpw.
63
+ * GGML_TYPE_Q5_K - "type-1" 5-bit quantization. Same super-block structure as GGML_TYPE_Q4_K resulting in 5.5 bpw
64
+ * GGML_TYPE_Q6_K - "type-0" 6-bit quantization. Super-blocks with 16 blocks, each block having 16 weights. Scales are quantized with 8 bits. This ends up using 6.5625 bpw
65
+
66
+ Refer to the Provided Files table below to see what files use which methods, and how.
67
+ </details>
68
+ <!-- compatibility_gguf end -->
69
+
70
+ <!-- README_GGUF.md-provided-files start -->
71
+ ## Provided files
72
+
73
+ | Name | Quantisation method | Bits | Size |
74
+ | ---- | :----: | ----: | ----: |
75
+ | [LeetCodeWizard_7B_V1.1.Q3_K.gguf](https://huggingface.co/Nan-Do/LeetCodeWizard_7B_V1.1-GGUF/resolve/main/LeetCodeWizard_7B_V1.1.Q3_K.gguf) | Q3_K | 3 | 3.3 GB|
76
+ | [LeetCodeWizard_7B_V1.1.Q4_0.gguf](https://huggingface.co/Nan-Do/LeetCodeWizard_7B_V1.1-GGUF/resolve/main/LeetCodeWizard_7B_V1.1.Q4_0.gguf) | Q4_0 | 4 | 3.83 GB|
77
+ | [LeetCodeWizard_7B_V1.1.Q4_1.gguf](https://huggingface.co/Nan-Do/LeetCodeWizard_7B_V1.1-GGUF/resolve/main/LeetCodeWizard_7B_V1.1.Q4_1.gguf) | Q4_1 | 4 | 4.24 GB|
78
+ | [LeetCodeWizard_7B_V1.1.Q5_0.gguf](https://huggingface.co/Nan-Do/LeetCodeWizard_7B_V1.1-GGUF/resolve/main/LeetCodeWizard_7B_V1.1.Q5_0.gguf) | Q5_0 | 5 | 4.65 GB|
79
+ | [LeetCodeWizard_7B_V1.1.Q5_1.gguf](https://huggingface.co/Nan-Do/LeetCodeWizard_7B_V1.1-GGUF/resolve/main/LeetCodeWizard_7B_V1.1.Q5_1.gguf) | Q5_1 | 5 | 5.06 GB|
80
+ | [LeetCodeWizard_7B_V1.1.Q6_K.gguf](https://huggingface.co/Nan-Do/LeetCodeWizard_7B_V1.1-GGUF/resolve/main/LeetCodeWizard_7B_V1.1.Q6_K.gguf) | Q6_K | 6 | 5.53 GB|
81
+ | [LeetCodeWizard_7B_V1.1.Q8_0.gguf](https://huggingface.co/Nan-Do/LeetCodeWizard_7B_V1.1-GGUF/resolve/main/LeetCodeWizard_7B_V1.1.Q8_0.gguf) | Q8_0 | 8 | 7.16 GB|
82
+
83
+
84
+ [<img src="https://raw.githubusercontent.com/OpenAccess-AI-Collective/axolotl/main/image/axolotl-badge-web.png" alt="Built with Axolotl" width="200" height="32"/>](https://github.com/OpenAccess-AI-Collective/axolotl)
85
+
86
+ <!-- original-model-card end -->
87
+