morriszms commited on
Commit
9d92ec1
·
verified ·
1 Parent(s): 28a9b88

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-Pythia-160m-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ Sheared-Pythia-160m-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ Sheared-Pythia-160m-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ Sheared-Pythia-160m-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ Sheared-Pythia-160m-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ Sheared-Pythia-160m-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ Sheared-Pythia-160m-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ Sheared-Pythia-160m-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ Sheared-Pythia-160m-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ Sheared-Pythia-160m-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ Sheared-Pythia-160m-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ Sheared-Pythia-160m-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,76 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ base_model: princeton-nlp/Sheared-Pythia-160m
4
+ tags:
5
+ - TensorBlock
6
+ - GGUF
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-Pythia-160m - GGUF
21
+
22
+ This repo contains GGUF format model files for [princeton-nlp/Sheared-Pythia-160m](https://huggingface.co/princeton-nlp/Sheared-Pythia-160m).
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-Pythia-160m-Q2_K.gguf](https://huggingface.co/tensorblock/Sheared-Pythia-160m-GGUF/blob/main/Sheared-Pythia-160m-Q2_K.gguf) | Q2_K | 0.078 GB | smallest, significant quality loss - not recommended for most purposes |
43
+ | [Sheared-Pythia-160m-Q3_K_S.gguf](https://huggingface.co/tensorblock/Sheared-Pythia-160m-GGUF/blob/main/Sheared-Pythia-160m-Q3_K_S.gguf) | Q3_K_S | 0.087 GB | very small, high quality loss |
44
+ | [Sheared-Pythia-160m-Q3_K_M.gguf](https://huggingface.co/tensorblock/Sheared-Pythia-160m-GGUF/blob/main/Sheared-Pythia-160m-Q3_K_M.gguf) | Q3_K_M | 0.095 GB | very small, high quality loss |
45
+ | [Sheared-Pythia-160m-Q3_K_L.gguf](https://huggingface.co/tensorblock/Sheared-Pythia-160m-GGUF/blob/main/Sheared-Pythia-160m-Q3_K_L.gguf) | Q3_K_L | 0.099 GB | small, substantial quality loss |
46
+ | [Sheared-Pythia-160m-Q4_0.gguf](https://huggingface.co/tensorblock/Sheared-Pythia-160m-GGUF/blob/main/Sheared-Pythia-160m-Q4_0.gguf) | Q4_0 | 0.103 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
47
+ | [Sheared-Pythia-160m-Q4_K_S.gguf](https://huggingface.co/tensorblock/Sheared-Pythia-160m-GGUF/blob/main/Sheared-Pythia-160m-Q4_K_S.gguf) | Q4_K_S | 0.104 GB | small, greater quality loss |
48
+ | [Sheared-Pythia-160m-Q4_K_M.gguf](https://huggingface.co/tensorblock/Sheared-Pythia-160m-GGUF/blob/main/Sheared-Pythia-160m-Q4_K_M.gguf) | Q4_K_M | 0.110 GB | medium, balanced quality - recommended |
49
+ | [Sheared-Pythia-160m-Q5_0.gguf](https://huggingface.co/tensorblock/Sheared-Pythia-160m-GGUF/blob/main/Sheared-Pythia-160m-Q5_0.gguf) | Q5_0 | 0.119 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
50
+ | [Sheared-Pythia-160m-Q5_K_S.gguf](https://huggingface.co/tensorblock/Sheared-Pythia-160m-GGUF/blob/main/Sheared-Pythia-160m-Q5_K_S.gguf) | Q5_K_S | 0.119 GB | large, low quality loss - recommended |
51
+ | [Sheared-Pythia-160m-Q5_K_M.gguf](https://huggingface.co/tensorblock/Sheared-Pythia-160m-GGUF/blob/main/Sheared-Pythia-160m-Q5_K_M.gguf) | Q5_K_M | 0.124 GB | large, very low quality loss - recommended |
52
+ | [Sheared-Pythia-160m-Q6_K.gguf](https://huggingface.co/tensorblock/Sheared-Pythia-160m-GGUF/blob/main/Sheared-Pythia-160m-Q6_K.gguf) | Q6_K | 0.135 GB | very large, extremely low quality loss |
53
+ | [Sheared-Pythia-160m-Q8_0.gguf](https://huggingface.co/tensorblock/Sheared-Pythia-160m-GGUF/blob/main/Sheared-Pythia-160m-Q8_0.gguf) | Q8_0 | 0.175 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-Pythia-160m-GGUF --include "Sheared-Pythia-160m-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-Pythia-160m-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
76
+ ```
Sheared-Pythia-160m-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a3d0e70bdc24c29e3fe2394de872694864ddf1f4d960addca5173df04af97f95
3
+ size 78094048
Sheared-Pythia-160m-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7e174bda93ad57755fc70a5ee073316a7484b6b10f734930b62e2f2518dcbb1f
3
+ size 98993632
Sheared-Pythia-160m-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a5d232307387ef2013cd1e75b829a48943a392d8dded66f7465b7ede1736d4c6
3
+ size 94569952
Sheared-Pythia-160m-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:868d8392a21f581d1fa4b85b8a6149e601bd13d27a8791d4251f4555a053e940
3
+ size 87049696
Sheared-Pythia-160m-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7aa6329fd6cfbc6d359125d6883bcd3d040d998e1ac56b0757148b47685eb297
3
+ size 103461088
Sheared-Pythia-160m-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:20cb9032454d1ca3f8f59c81d1563bfd57404247c07203643ab66f755be92ed3
3
+ size 109764832
Sheared-Pythia-160m-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8023cf539e6893ae25f14753e90f2cbf358098463ce518a6cac02c1c30186b8b
3
+ size 103756000
Sheared-Pythia-160m-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e62f75a9802a9d69172f07e77f598740f7e89b3783d4300a31ca99b0d890a8e9
3
+ size 118907104
Sheared-Pythia-160m-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c81845b5a8f5bed4243ce230b4fbda9c502fc197dbea87ed34fac3a0d0c3efb3
3
+ size 123607264
Sheared-Pythia-160m-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ef0905f7e1ee777763ee1e5d6200d1ab8648660de7c7c78874477d049b021e31
3
+ size 118907104
Sheared-Pythia-160m-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f5e2ed6b5366fa147fbc4a339762efe09751c4b944c790ed7f330c09fc829ed9
3
+ size 135318496
Sheared-Pythia-160m-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ddb24d431d8bbba55bf108ce8f44c5c99f48057436568d1a5c6bde66102f2860
3
+ size 174601696