GGUF
English
TensorBlock
GGUF
Inference Endpoints
morriszms commited on
Commit
52a737d
1 Parent(s): b42affa

Upload folder using huggingface_hub

Browse files
.gitattributes CHANGED
@@ -33,3 +33,15 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
 
 
 
 
 
 
 
 
 
 
 
 
 
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
36
+ codellama-13b-oasst-sft-v10-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ codellama-13b-oasst-sft-v10-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ codellama-13b-oasst-sft-v10-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ codellama-13b-oasst-sft-v10-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ codellama-13b-oasst-sft-v10-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ codellama-13b-oasst-sft-v10-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ codellama-13b-oasst-sft-v10-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ codellama-13b-oasst-sft-v10-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ codellama-13b-oasst-sft-v10-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ codellama-13b-oasst-sft-v10-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ codellama-13b-oasst-sft-v10-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ codellama-13b-oasst-sft-v10-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,81 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: llama2
3
+ datasets:
4
+ - OpenAssistant/oasst1
5
+ - shahules786/orca-best
6
+ language:
7
+ - en
8
+ base_model: OpenAssistant/codellama-13b-oasst-sft-v10
9
+ tags:
10
+ - TensorBlock
11
+ - GGUF
12
+ ---
13
+
14
+ <div style="width: auto; margin-left: auto; margin-right: auto">
15
+ <img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
16
+ </div>
17
+ <div style="display: flex; justify-content: space-between; width: 100%;">
18
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
19
+ <p style="margin-top: 0.5em; margin-bottom: 0em;">
20
+ Feedback and support: TensorBlock's <a href="https://x.com/tensorblock_aoi">Twitter/X</a>, <a href="https://t.me/TensorBlock">Telegram Group</a> and <a href="https://x.com/tensorblock_aoi">Discord server</a>
21
+ </p>
22
+ </div>
23
+ </div>
24
+
25
+ ## OpenAssistant/codellama-13b-oasst-sft-v10 - GGUF
26
+
27
+ This repo contains GGUF format model files for [OpenAssistant/codellama-13b-oasst-sft-v10](https://huggingface.co/OpenAssistant/codellama-13b-oasst-sft-v10).
28
+
29
+ The files were quantized using machines provided by [TensorBlock](https://tensorblock.co/), and they are compatible with llama.cpp as of [commit b4011](https://github.com/ggerganov/llama.cpp/commit/a6744e43e80f4be6398fc7733a01642c846dce1d).
30
+
31
+ <div style="text-align: left; margin: 20px 0;">
32
+ <a href="https://tensorblock.co/waitlist/client" style="display: inline-block; padding: 10px 20px; background-color: #007bff; color: white; text-decoration: none; border-radius: 5px; font-weight: bold;">
33
+ Run them on the TensorBlock client using your local machine ↗
34
+ </a>
35
+ </div>
36
+
37
+ ## Prompt template
38
+
39
+ ```
40
+
41
+ ```
42
+
43
+ ## Model file specification
44
+
45
+ | Filename | Quant type | File Size | Description |
46
+ | -------- | ---------- | --------- | ----------- |
47
+ | [codellama-13b-oasst-sft-v10-Q2_K.gguf](https://huggingface.co/tensorblock/codellama-13b-oasst-sft-v10-GGUF/blob/main/codellama-13b-oasst-sft-v10-Q2_K.gguf) | Q2_K | 4.521 GB | smallest, significant quality loss - not recommended for most purposes |
48
+ | [codellama-13b-oasst-sft-v10-Q3_K_S.gguf](https://huggingface.co/tensorblock/codellama-13b-oasst-sft-v10-GGUF/blob/main/codellama-13b-oasst-sft-v10-Q3_K_S.gguf) | Q3_K_S | 5.271 GB | very small, high quality loss |
49
+ | [codellama-13b-oasst-sft-v10-Q3_K_M.gguf](https://huggingface.co/tensorblock/codellama-13b-oasst-sft-v10-GGUF/blob/main/codellama-13b-oasst-sft-v10-Q3_K_M.gguf) | Q3_K_M | 5.903 GB | very small, high quality loss |
50
+ | [codellama-13b-oasst-sft-v10-Q3_K_L.gguf](https://huggingface.co/tensorblock/codellama-13b-oasst-sft-v10-GGUF/blob/main/codellama-13b-oasst-sft-v10-Q3_K_L.gguf) | Q3_K_L | 6.454 GB | small, substantial quality loss |
51
+ | [codellama-13b-oasst-sft-v10-Q4_0.gguf](https://huggingface.co/tensorblock/codellama-13b-oasst-sft-v10-GGUF/blob/main/codellama-13b-oasst-sft-v10-Q4_0.gguf) | Q4_0 | 6.860 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
52
+ | [codellama-13b-oasst-sft-v10-Q4_K_S.gguf](https://huggingface.co/tensorblock/codellama-13b-oasst-sft-v10-GGUF/blob/main/codellama-13b-oasst-sft-v10-Q4_K_S.gguf) | Q4_K_S | 6.914 GB | small, greater quality loss |
53
+ | [codellama-13b-oasst-sft-v10-Q4_K_M.gguf](https://huggingface.co/tensorblock/codellama-13b-oasst-sft-v10-GGUF/blob/main/codellama-13b-oasst-sft-v10-Q4_K_M.gguf) | Q4_K_M | 7.326 GB | medium, balanced quality - recommended |
54
+ | [codellama-13b-oasst-sft-v10-Q5_0.gguf](https://huggingface.co/tensorblock/codellama-13b-oasst-sft-v10-GGUF/blob/main/codellama-13b-oasst-sft-v10-Q5_0.gguf) | Q5_0 | 8.356 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
55
+ | [codellama-13b-oasst-sft-v10-Q5_K_S.gguf](https://huggingface.co/tensorblock/codellama-13b-oasst-sft-v10-GGUF/blob/main/codellama-13b-oasst-sft-v10-Q5_K_S.gguf) | Q5_K_S | 8.356 GB | large, low quality loss - recommended |
56
+ | [codellama-13b-oasst-sft-v10-Q5_K_M.gguf](https://huggingface.co/tensorblock/codellama-13b-oasst-sft-v10-GGUF/blob/main/codellama-13b-oasst-sft-v10-Q5_K_M.gguf) | Q5_K_M | 8.596 GB | large, very low quality loss - recommended |
57
+ | [codellama-13b-oasst-sft-v10-Q6_K.gguf](https://huggingface.co/tensorblock/codellama-13b-oasst-sft-v10-GGUF/blob/main/codellama-13b-oasst-sft-v10-Q6_K.gguf) | Q6_K | 9.946 GB | very large, extremely low quality loss |
58
+ | [codellama-13b-oasst-sft-v10-Q8_0.gguf](https://huggingface.co/tensorblock/codellama-13b-oasst-sft-v10-GGUF/blob/main/codellama-13b-oasst-sft-v10-Q8_0.gguf) | Q8_0 | 12.882 GB | very large, extremely low quality loss - not recommended |
59
+
60
+
61
+ ## Downloading instruction
62
+
63
+ ### Command line
64
+
65
+ Firstly, install Huggingface Client
66
+
67
+ ```shell
68
+ pip install -U "huggingface_hub[cli]"
69
+ ```
70
+
71
+ Then, downoad the individual model file the a local directory
72
+
73
+ ```shell
74
+ huggingface-cli download tensorblock/codellama-13b-oasst-sft-v10-GGUF --include "codellama-13b-oasst-sft-v10-Q2_K.gguf" --local-dir MY_LOCAL_DIR
75
+ ```
76
+
77
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
78
+
79
+ ```shell
80
+ huggingface-cli download tensorblock/codellama-13b-oasst-sft-v10-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
81
+ ```
codellama-13b-oasst-sft-v10-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fbb0096fe53b18f64f0cabdedc9a150d72c0aa6d68623724405bc5a21714bca1
3
+ size 4854459520
codellama-13b-oasst-sft-v10-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bfa3dfebd4f14d925bbb9185e96a8b8c9d46ec27aa5d384c8a9367b089e2732e
3
+ size 6929765760
codellama-13b-oasst-sft-v10-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:91632e436afba76a5e18ac3e206e9bc0de643a659de9038b1fb46b9f2c62213e
3
+ size 6337975680
codellama-13b-oasst-sft-v10-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:152e4c863b04be23c0989c5e16f1cb1d2a88eead2d2109bd5f7d721058244cc4
3
+ size 5659186560
codellama-13b-oasst-sft-v10-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9c4d9cd375b143fb715f838a629bba12e1bb304b9572627b66f64c6022d2f8ee
3
+ size 7366062720
codellama-13b-oasst-sft-v10-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8da1824b917fba7d40b622e0ecc3cf22d008d5a5d7e986f6729a73331c5ce41e
3
+ size 7866184320
codellama-13b-oasst-sft-v10-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5fb6724efb86f787be94f12b9cf1b40a943256f13a2c372ccbe06a4a690ebfa9
3
+ size 7423406720
codellama-13b-oasst-sft-v10-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b2a87ca97368ecef4c87603079ae661619cca980edf65c96e75f039c3edda351
3
+ size 8972534400
codellama-13b-oasst-sft-v10-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ac616287d28e938fbd5d392303490bb4d02db45fed504ced700307434d7a7ff4
3
+ size 9230172800
codellama-13b-oasst-sft-v10-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a3c9f59e1fcff7de660f6c87351c14e8bd75491f4b4af3cba4fe63262ce03d90
3
+ size 8972534400
codellama-13b-oasst-sft-v10-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f2721387bfc89369ccfd3b5671cf644fad2720939c0731b333da7821c543b47d
3
+ size 10679410560
codellama-13b-oasst-sft-v10-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fc2ec98d54eab8735e2fad61ceeb421081a54e8bc7c55f0bf42e6dc2b97afdcc
3
+ size 13831669120