morriszms commited on
Commit
ac7b685
·
verified ·
1 Parent(s): 0084aeb

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
+ small-llama2-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ small-llama2-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ small-llama2-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ small-llama2-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ small-llama2-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ small-llama2-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ small-llama2-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ small-llama2-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ small-llama2-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ small-llama2-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ small-llama2-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ small-llama2-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,75 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: TinyPixel/small-llama2
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
+ ## TinyPixel/small-llama2 - GGUF
20
+
21
+ This repo contains GGUF format model files for [TinyPixel/small-llama2](https://huggingface.co/TinyPixel/small-llama2).
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
+ | [small-llama2-Q2_K.gguf](https://huggingface.co/tensorblock/small-llama2-GGUF/blob/main/small-llama2-Q2_K.gguf) | Q2_K | 0.078 GB | smallest, significant quality loss - not recommended for most purposes |
42
+ | [small-llama2-Q3_K_S.gguf](https://huggingface.co/tensorblock/small-llama2-GGUF/blob/main/small-llama2-Q3_K_S.gguf) | Q3_K_S | 0.087 GB | very small, high quality loss |
43
+ | [small-llama2-Q3_K_M.gguf](https://huggingface.co/tensorblock/small-llama2-GGUF/blob/main/small-llama2-Q3_K_M.gguf) | Q3_K_M | 0.093 GB | very small, high quality loss |
44
+ | [small-llama2-Q3_K_L.gguf](https://huggingface.co/tensorblock/small-llama2-GGUF/blob/main/small-llama2-Q3_K_L.gguf) | Q3_K_L | 0.097 GB | small, substantial quality loss |
45
+ | [small-llama2-Q4_0.gguf](https://huggingface.co/tensorblock/small-llama2-GGUF/blob/main/small-llama2-Q4_0.gguf) | Q4_0 | 0.103 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
46
+ | [small-llama2-Q4_K_S.gguf](https://huggingface.co/tensorblock/small-llama2-GGUF/blob/main/small-llama2-Q4_K_S.gguf) | Q4_K_S | 0.106 GB | small, greater quality loss |
47
+ | [small-llama2-Q4_K_M.gguf](https://huggingface.co/tensorblock/small-llama2-GGUF/blob/main/small-llama2-Q4_K_M.gguf) | Q4_K_M | 0.110 GB | medium, balanced quality - recommended |
48
+ | [small-llama2-Q5_0.gguf](https://huggingface.co/tensorblock/small-llama2-GGUF/blob/main/small-llama2-Q5_0.gguf) | Q5_0 | 0.120 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
49
+ | [small-llama2-Q5_K_S.gguf](https://huggingface.co/tensorblock/small-llama2-GGUF/blob/main/small-llama2-Q5_K_S.gguf) | Q5_K_S | 0.121 GB | large, low quality loss - recommended |
50
+ | [small-llama2-Q5_K_M.gguf](https://huggingface.co/tensorblock/small-llama2-GGUF/blob/main/small-llama2-Q5_K_M.gguf) | Q5_K_M | 0.124 GB | large, very low quality loss - recommended |
51
+ | [small-llama2-Q6_K.gguf](https://huggingface.co/tensorblock/small-llama2-GGUF/blob/main/small-llama2-Q6_K.gguf) | Q6_K | 0.142 GB | very large, extremely low quality loss |
52
+ | [small-llama2-Q8_0.gguf](https://huggingface.co/tensorblock/small-llama2-GGUF/blob/main/small-llama2-Q8_0.gguf) | Q8_0 | 0.178 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/small-llama2-GGUF --include "small-llama2-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/small-llama2-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
75
+ ```
small-llama2-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3e1694694003a42ae385a57a981d3ede34bca664395cf7a7a6ced8c48e56b898
3
+ size 78142976
small-llama2-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:140fb41a67fcd6099cb50383748fe01609bd63467877b6a6d158b3eef9d43b40
3
+ size 97119744
small-llama2-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8ed798e038cd1cfe288bd5760bfa8cf3befc7e89e4d326786b60ba1525ade4a5
3
+ size 93179392
small-llama2-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fb844600d7ce2ac3d86ae427e2788b5c142da8ebe683022740868c0c921529f9
3
+ size 87461376
small-llama2-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6ce71a5dc85ed7b66b82c500c1cf3811e519196c0f5493b584945ada69b4e48c
3
+ size 102989312
small-llama2-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a20e052f705cb696074385c5e5861871d4fe9d6321c148ee66399455bdbb661a
3
+ size 109895168
small-llama2-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ab699863058d8892956afeb0267facc372dc8c18ba56d55bdc7db928372fa272
3
+ size 105715200
small-llama2-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b2575238e07d63d4435e0c15b3a7c75afeed18df2b7e9d276f8ca32a0ccf20ea
3
+ size 119717376
small-llama2-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6d199883a0c1c12ca1c364cc3030def3f3e4a70cc9a8ab23520679bf367de005
3
+ size 124251648
small-llama2-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a02db6229ef9d8a4caa60c80883e65303bcdb25c317f92bd3eb7e13b5701a645
3
+ size 120774144
small-llama2-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2547df2916e1e3e08f0d4584d2463a28454fed0189322b6e9826e3b8990ec679
3
+ size 141585920
small-llama2-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9a1379f60dd070251fdcab3a73833d66bfbc6622448460898ba2b2cea03f2ea7
3
+ size 177837568