morriszms commited on
Commit
5d5448b
·
verified ·
1 Parent(s): 7eb6f16

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
+ Sheared-LLaMA-1.3B-Pruned-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ Sheared-LLaMA-1.3B-Pruned-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ Sheared-LLaMA-1.3B-Pruned-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ Sheared-LLaMA-1.3B-Pruned-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ Sheared-LLaMA-1.3B-Pruned-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ Sheared-LLaMA-1.3B-Pruned-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ Sheared-LLaMA-1.3B-Pruned-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ Sheared-LLaMA-1.3B-Pruned-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ Sheared-LLaMA-1.3B-Pruned-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ Sheared-LLaMA-1.3B-Pruned-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ Sheared-LLaMA-1.3B-Pruned-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ Sheared-LLaMA-1.3B-Pruned-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,76 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: llama2
3
+ tags:
4
+ - TensorBlock
5
+ - GGUF
6
+ base_model: princeton-nlp/Sheared-LLaMA-1.3B-Pruned
7
+ ---
8
+
9
+ <div style="width: auto; margin-left: auto; margin-right: auto">
10
+ <img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
11
+ </div>
12
+ <div style="display: flex; justify-content: space-between; width: 100%;">
13
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
14
+ <p style="margin-top: 0.5em; margin-bottom: 0em;">
15
+ 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>
16
+ </p>
17
+ </div>
18
+ </div>
19
+
20
+ ## princeton-nlp/Sheared-LLaMA-1.3B-Pruned - GGUF
21
+
22
+ This repo contains GGUF format model files for [princeton-nlp/Sheared-LLaMA-1.3B-Pruned](https://huggingface.co/princeton-nlp/Sheared-LLaMA-1.3B-Pruned).
23
+
24
+ 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).
25
+
26
+ <div style="text-align: left; margin: 20px 0;">
27
+ <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;">
28
+ Run them on the TensorBlock client using your local machine ↗
29
+ </a>
30
+ </div>
31
+
32
+ ## Prompt template
33
+
34
+ ```
35
+
36
+ ```
37
+
38
+ ## Model file specification
39
+
40
+ | Filename | Quant type | File Size | Description |
41
+ | -------- | ---------- | --------- | ----------- |
42
+ | [Sheared-LLaMA-1.3B-Pruned-Q2_K.gguf](https://huggingface.co/tensorblock/Sheared-LLaMA-1.3B-Pruned-GGUF/blob/main/Sheared-LLaMA-1.3B-Pruned-Q2_K.gguf) | Q2_K | 0.559 GB | smallest, significant quality loss - not recommended for most purposes |
43
+ | [Sheared-LLaMA-1.3B-Pruned-Q3_K_S.gguf](https://huggingface.co/tensorblock/Sheared-LLaMA-1.3B-Pruned-GGUF/blob/main/Sheared-LLaMA-1.3B-Pruned-Q3_K_S.gguf) | Q3_K_S | 0.641 GB | very small, high quality loss |
44
+ | [Sheared-LLaMA-1.3B-Pruned-Q3_K_M.gguf](https://huggingface.co/tensorblock/Sheared-LLaMA-1.3B-Pruned-GGUF/blob/main/Sheared-LLaMA-1.3B-Pruned-Q3_K_M.gguf) | Q3_K_M | 0.703 GB | very small, high quality loss |
45
+ | [Sheared-LLaMA-1.3B-Pruned-Q3_K_L.gguf](https://huggingface.co/tensorblock/Sheared-LLaMA-1.3B-Pruned-GGUF/blob/main/Sheared-LLaMA-1.3B-Pruned-Q3_K_L.gguf) | Q3_K_L | 0.743 GB | small, substantial quality loss |
46
+ | [Sheared-LLaMA-1.3B-Pruned-Q4_0.gguf](https://huggingface.co/tensorblock/Sheared-LLaMA-1.3B-Pruned-GGUF/blob/main/Sheared-LLaMA-1.3B-Pruned-Q4_0.gguf) | Q4_0 | 0.775 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
47
+ | [Sheared-LLaMA-1.3B-Pruned-Q4_K_S.gguf](https://huggingface.co/tensorblock/Sheared-LLaMA-1.3B-Pruned-GGUF/blob/main/Sheared-LLaMA-1.3B-Pruned-Q4_K_S.gguf) | Q4_K_S | 0.813 GB | small, greater quality loss |
48
+ | [Sheared-LLaMA-1.3B-Pruned-Q4_K_M.gguf](https://huggingface.co/tensorblock/Sheared-LLaMA-1.3B-Pruned-GGUF/blob/main/Sheared-LLaMA-1.3B-Pruned-Q4_K_M.gguf) | Q4_K_M | 0.872 GB | medium, balanced quality - recommended |
49
+ | [Sheared-LLaMA-1.3B-Pruned-Q5_0.gguf](https://huggingface.co/tensorblock/Sheared-LLaMA-1.3B-Pruned-GGUF/blob/main/Sheared-LLaMA-1.3B-Pruned-Q5_0.gguf) | Q5_0 | 0.935 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
50
+ | [Sheared-LLaMA-1.3B-Pruned-Q5_K_S.gguf](https://huggingface.co/tensorblock/Sheared-LLaMA-1.3B-Pruned-GGUF/blob/main/Sheared-LLaMA-1.3B-Pruned-Q5_K_S.gguf) | Q5_K_S | 0.952 GB | large, low quality loss - recommended |
51
+ | [Sheared-LLaMA-1.3B-Pruned-Q5_K_M.gguf](https://huggingface.co/tensorblock/Sheared-LLaMA-1.3B-Pruned-GGUF/blob/main/Sheared-LLaMA-1.3B-Pruned-Q5_K_M.gguf) | Q5_K_M | 1.001 GB | large, very low quality loss - recommended |
52
+ | [Sheared-LLaMA-1.3B-Pruned-Q6_K.gguf](https://huggingface.co/tensorblock/Sheared-LLaMA-1.3B-Pruned-GGUF/blob/main/Sheared-LLaMA-1.3B-Pruned-Q6_K.gguf) | Q6_K | 1.170 GB | very large, extremely low quality loss |
53
+ | [Sheared-LLaMA-1.3B-Pruned-Q8_0.gguf](https://huggingface.co/tensorblock/Sheared-LLaMA-1.3B-Pruned-GGUF/blob/main/Sheared-LLaMA-1.3B-Pruned-Q8_0.gguf) | Q8_0 | 1.431 GB | very large, extremely low quality loss - not recommended |
54
+
55
+
56
+ ## Downloading instruction
57
+
58
+ ### Command line
59
+
60
+ Firstly, install Huggingface Client
61
+
62
+ ```shell
63
+ pip install -U "huggingface_hub[cli]"
64
+ ```
65
+
66
+ Then, downoad the individual model file the a local directory
67
+
68
+ ```shell
69
+ huggingface-cli download tensorblock/Sheared-LLaMA-1.3B-Pruned-GGUF --include "Sheared-LLaMA-1.3B-Pruned-Q2_K.gguf" --local-dir MY_LOCAL_DIR
70
+ ```
71
+
72
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
73
+
74
+ ```shell
75
+ huggingface-cli download tensorblock/Sheared-LLaMA-1.3B-Pruned-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
76
+ ```
Sheared-LLaMA-1.3B-Pruned-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3cfdc4624b5ac582d1bc974d2b2e0db053079493c6932ba230cc7a7b7b0656ac
3
+ size 558681984
Sheared-LLaMA-1.3B-Pruned-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ae2f721ca6172830a49aeb5c1d22f4c8fabd6e12c49f49a2612bae5a8f6fe269
3
+ size 743366528
Sheared-LLaMA-1.3B-Pruned-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:736019f0d375780b3ffe5c1b07bbcf562c873bb73aba5432544b0429b203a036
3
+ size 703045504
Sheared-LLaMA-1.3B-Pruned-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7cd4458b4d414c4166ccc9ff10b198046a7fdefb89c55d4fb0aef5249094e4bd
3
+ size 640737152
Sheared-LLaMA-1.3B-Pruned-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0f1ab50f560d2ba6aca9e10ae6baa5563dfe13a376061be06d2daadaa9f5688d
3
+ size 774778752
Sheared-LLaMA-1.3B-Pruned-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4e1c210548f372b8a502c2f1fcfdfa812b4116734491be94f387ee3fecb155c7
3
+ size 872296320
Sheared-LLaMA-1.3B-Pruned-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ba9cc5893837fec85a6d05b05f6e10c2077624e2fb52759ea7a8206d9bc693da
3
+ size 812806016
Sheared-LLaMA-1.3B-Pruned-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a26c4ddee28b13a33f895ffad602db84db7dd9d38b3702ed9c24f4cc4118c4e9
3
+ size 934752128
Sheared-LLaMA-1.3B-Pruned-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:011c7adfb434db582d221a52061feaf5d9cf92e86cfb1dfbfefe8030937295b9
3
+ size 1000615808
Sheared-LLaMA-1.3B-Pruned-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:60f82d86d037017d8b9c3da33fbf2fed1de015ddb29d0a810a09d3f6fc2e92fb
3
+ size 951660416
Sheared-LLaMA-1.3B-Pruned-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f6589b78df0749119be57701202564ceb595e81abc6e49b7fe0091793adf7aba
3
+ size 1170243456
Sheared-LLaMA-1.3B-Pruned-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bd1683009c91bdf21df8cdd4ec18be6b8901c571ff186e7ad74107edc1a4e2bd
3
+ size 1430544256