morriszms commited on
Commit
477b506
·
verified ·
1 Parent(s): 706e393

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
+ codes-3b-spider-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ codes-3b-spider-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ codes-3b-spider-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ codes-3b-spider-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ codes-3b-spider-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ codes-3b-spider-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ codes-3b-spider-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ codes-3b-spider-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ codes-3b-spider-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ codes-3b-spider-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ codes-3b-spider-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ codes-3b-spider-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,75 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: seeklhy/codes-3b-spider
3
+ tags:
4
+ - TensorBlock
5
+ - GGUF
6
+ ---
7
+
8
+ <div style="width: auto; margin-left: auto; margin-right: auto">
9
+ <img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
10
+ </div>
11
+ <div style="display: flex; justify-content: space-between; width: 100%;">
12
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
13
+ <p style="margin-top: 0.5em; margin-bottom: 0em;">
14
+ 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>
15
+ </p>
16
+ </div>
17
+ </div>
18
+
19
+ ## seeklhy/codes-3b-spider - GGUF
20
+
21
+ This repo contains GGUF format model files for [seeklhy/codes-3b-spider](https://huggingface.co/seeklhy/codes-3b-spider).
22
+
23
+ The files were quantized using machines provided by [TensorBlock](https://tensorblock.co/), and they are compatible with llama.cpp as of [commit b4242](https://github.com/ggerganov/llama.cpp/commit/a6744e43e80f4be6398fc7733a01642c846dce1d).
24
+
25
+ <div style="text-align: left; margin: 20px 0;">
26
+ <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;">
27
+ Run them on the TensorBlock client using your local machine ↗
28
+ </a>
29
+ </div>
30
+
31
+ ## Prompt template
32
+
33
+ ```
34
+
35
+ ```
36
+
37
+ ## Model file specification
38
+
39
+ | Filename | Quant type | File Size | Description |
40
+ | -------- | ---------- | --------- | ----------- |
41
+ | [codes-3b-spider-Q2_K.gguf](https://huggingface.co/tensorblock/codes-3b-spider-GGUF/blob/main/codes-3b-spider-Q2_K.gguf) | Q2_K | 1.348 GB | smallest, significant quality loss - not recommended for most purposes |
42
+ | [codes-3b-spider-Q3_K_S.gguf](https://huggingface.co/tensorblock/codes-3b-spider-GGUF/blob/main/codes-3b-spider-Q3_K_S.gguf) | Q3_K_S | 1.509 GB | very small, high quality loss |
43
+ | [codes-3b-spider-Q3_K_M.gguf](https://huggingface.co/tensorblock/codes-3b-spider-GGUF/blob/main/codes-3b-spider-Q3_K_M.gguf) | Q3_K_M | 1.748 GB | very small, high quality loss |
44
+ | [codes-3b-spider-Q3_K_L.gguf](https://huggingface.co/tensorblock/codes-3b-spider-GGUF/blob/main/codes-3b-spider-Q3_K_L.gguf) | Q3_K_L | 1.919 GB | small, substantial quality loss |
45
+ | [codes-3b-spider-Q4_0.gguf](https://huggingface.co/tensorblock/codes-3b-spider-GGUF/blob/main/codes-3b-spider-Q4_0.gguf) | Q4_0 | 1.910 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
46
+ | [codes-3b-spider-Q4_K_S.gguf](https://huggingface.co/tensorblock/codes-3b-spider-GGUF/blob/main/codes-3b-spider-Q4_K_S.gguf) | Q4_K_S | 1.926 GB | small, greater quality loss |
47
+ | [codes-3b-spider-Q4_K_M.gguf](https://huggingface.co/tensorblock/codes-3b-spider-GGUF/blob/main/codes-3b-spider-Q4_K_M.gguf) | Q4_K_M | 2.096 GB | medium, balanced quality - recommended |
48
+ | [codes-3b-spider-Q5_0.gguf](https://huggingface.co/tensorblock/codes-3b-spider-GGUF/blob/main/codes-3b-spider-Q5_0.gguf) | Q5_0 | 2.288 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
49
+ | [codes-3b-spider-Q5_K_S.gguf](https://huggingface.co/tensorblock/codes-3b-spider-GGUF/blob/main/codes-3b-spider-Q5_K_S.gguf) | Q5_K_S | 2.288 GB | large, low quality loss - recommended |
50
+ | [codes-3b-spider-Q5_K_M.gguf](https://huggingface.co/tensorblock/codes-3b-spider-GGUF/blob/main/codes-3b-spider-Q5_K_M.gguf) | Q5_K_M | 2.405 GB | large, very low quality loss - recommended |
51
+ | [codes-3b-spider-Q6_K.gguf](https://huggingface.co/tensorblock/codes-3b-spider-GGUF/blob/main/codes-3b-spider-Q6_K.gguf) | Q6_K | 2.689 GB | very large, extremely low quality loss |
52
+ | [codes-3b-spider-Q8_0.gguf](https://huggingface.co/tensorblock/codes-3b-spider-GGUF/blob/main/codes-3b-spider-Q8_0.gguf) | Q8_0 | 3.453 GB | very large, extremely low quality loss - not recommended |
53
+
54
+
55
+ ## Downloading instruction
56
+
57
+ ### Command line
58
+
59
+ Firstly, install Huggingface Client
60
+
61
+ ```shell
62
+ pip install -U "huggingface_hub[cli]"
63
+ ```
64
+
65
+ Then, downoad the individual model file the a local directory
66
+
67
+ ```shell
68
+ huggingface-cli download tensorblock/codes-3b-spider-GGUF --include "codes-3b-spider-Q2_K.gguf" --local-dir MY_LOCAL_DIR
69
+ ```
70
+
71
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
72
+
73
+ ```shell
74
+ huggingface-cli download tensorblock/codes-3b-spider-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
75
+ ```
codes-3b-spider-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:02f8f9a7fd425120d14296279f6865e0a233c153f15ee69a7e84959a1e6f523b
3
+ size 1347693664
codes-3b-spider-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7fdc87f9b4457390044a1512ebb8fcd0d6091ab21a09450098e64eaa323966eb
3
+ size 1918710880
codes-3b-spider-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:56ed912580361a1a4c8d904353c12a223f456b0ce831f61a4defe0036ceb5ce7
3
+ size 1748218976
codes-3b-spider-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:15c6f592e8491bdca1c928f14fa3ee507f2c2443cb4d4ffd840a530e35fc55e4
3
+ size 1509354592
codes-3b-spider-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a839b3461fd7d30cea92d603e977343ebc6285ff1ebdac0852cc245e633c4a5d
3
+ size 1910330464
codes-3b-spider-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:659637780eefc4752dd86b27143096ca8676a1729d6faf3be2fc9c42b23a9773
3
+ size 2096456800
codes-3b-spider-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d0ba235c51b2821950f8eef568d21c3e01a467d2cf95c281cfaf24295eb77f87
3
+ size 1926190176
codes-3b-spider-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e3c3ccb2228d4d1c0cadb7450edfdad87625789e118747c4eab7da2082840510
3
+ size 2287719520
codes-3b-spider-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f869db13007a0b32cde122227ba1b73b1db1988a8acd6cb112e4c2429dc3fb2e
3
+ size 2404910176
codes-3b-spider-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3d95bb51dc41068b3f6345657646b56132e3a0e83ad89377007d926ed8d6174c
3
+ size 2287719520
codes-3b-spider-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:73989145d62d3389f1e52a9beb5eec515b76ee9243355539df631002da27ee96
3
+ size 2688695392
codes-3b-spider-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f020523f8f7064de3381e665b0d77b24e82cbf9ba4d92422ab5d7135780800d5
3
+ size 3453408352