morriszms commited on
Commit
90c67d2
·
verified ·
1 Parent(s): 49a2d2e

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
+ pythia-1b-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ pythia-1b-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ pythia-1b-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ pythia-1b-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ pythia-1b-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ pythia-1b-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ pythia-1b-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ pythia-1b-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ pythia-1b-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ pythia-1b-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ pythia-1b-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ pythia-1b-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,77 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - en
4
+ tags:
5
+ - pytorch
6
+ - causal-lm
7
+ - pythia
8
+ - TensorBlock
9
+ - GGUF
10
+ license: apache-2.0
11
+ datasets:
12
+ - the_pile
13
+ base_model: EleutherAI/pythia-1b
14
+ ---
15
+
16
+ <div style="width: auto; margin-left: auto; margin-right: auto">
17
+ <img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
18
+ </div>
19
+ <div style="display: flex; justify-content: space-between; width: 100%;">
20
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
21
+ <p style="margin-top: 0.5em; margin-bottom: 0em;">
22
+ 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>
23
+ </p>
24
+ </div>
25
+ </div>
26
+
27
+ ## EleutherAI/pythia-1b - GGUF
28
+
29
+ This repo contains GGUF format model files for [EleutherAI/pythia-1b](https://huggingface.co/EleutherAI/pythia-1b).
30
+
31
+ 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).
32
+
33
+ ## Prompt template
34
+
35
+ ```
36
+
37
+ ```
38
+
39
+ ## Model file specification
40
+
41
+ | Filename | Quant type | File Size | Description |
42
+ | -------- | ---------- | --------- | ----------- |
43
+ | [pythia-1b-Q2_K.gguf](https://huggingface.co/tensorblock/pythia-1b-GGUF/tree/main/pythia-1b-Q2_K.gguf) | Q2_K | 0.391 GB | smallest, significant quality loss - not recommended for most purposes |
44
+ | [pythia-1b-Q3_K_S.gguf](https://huggingface.co/tensorblock/pythia-1b-GGUF/tree/main/pythia-1b-Q3_K_S.gguf) | Q3_K_S | 0.445 GB | very small, high quality loss |
45
+ | [pythia-1b-Q3_K_M.gguf](https://huggingface.co/tensorblock/pythia-1b-GGUF/tree/main/pythia-1b-Q3_K_M.gguf) | Q3_K_M | 0.514 GB | very small, high quality loss |
46
+ | [pythia-1b-Q3_K_L.gguf](https://huggingface.co/tensorblock/pythia-1b-GGUF/tree/main/pythia-1b-Q3_K_L.gguf) | Q3_K_L | 0.551 GB | small, substantial quality loss |
47
+ | [pythia-1b-Q4_0.gguf](https://huggingface.co/tensorblock/pythia-1b-GGUF/tree/main/pythia-1b-Q4_0.gguf) | Q4_0 | 0.558 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
48
+ | [pythia-1b-Q4_K_S.gguf](https://huggingface.co/tensorblock/pythia-1b-GGUF/tree/main/pythia-1b-Q4_K_S.gguf) | Q4_K_S | 0.562 GB | small, greater quality loss |
49
+ | [pythia-1b-Q4_K_M.gguf](https://huggingface.co/tensorblock/pythia-1b-GGUF/tree/main/pythia-1b-Q4_K_M.gguf) | Q4_K_M | 0.613 GB | medium, balanced quality - recommended |
50
+ | [pythia-1b-Q5_0.gguf](https://huggingface.co/tensorblock/pythia-1b-GGUF/tree/main/pythia-1b-Q5_0.gguf) | Q5_0 | 0.664 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
51
+ | [pythia-1b-Q5_K_S.gguf](https://huggingface.co/tensorblock/pythia-1b-GGUF/tree/main/pythia-1b-Q5_K_S.gguf) | Q5_K_S | 0.664 GB | large, low quality loss - recommended |
52
+ | [pythia-1b-Q5_K_M.gguf](https://huggingface.co/tensorblock/pythia-1b-GGUF/tree/main/pythia-1b-Q5_K_M.gguf) | Q5_K_M | 0.705 GB | large, very low quality loss - recommended |
53
+ | [pythia-1b-Q6_K.gguf](https://huggingface.co/tensorblock/pythia-1b-GGUF/tree/main/pythia-1b-Q6_K.gguf) | Q6_K | 0.776 GB | very large, extremely low quality loss |
54
+ | [pythia-1b-Q8_0.gguf](https://huggingface.co/tensorblock/pythia-1b-GGUF/tree/main/pythia-1b-Q8_0.gguf) | Q8_0 | 1.004 GB | very large, extremely low quality loss - not recommended |
55
+
56
+
57
+ ## Downloading instruction
58
+
59
+ ### Command line
60
+
61
+ Firstly, install Huggingface Client
62
+
63
+ ```shell
64
+ pip install -U "huggingface_hub[cli]"
65
+ ```
66
+
67
+ Then, downoad the individual model file the a local directory
68
+
69
+ ```shell
70
+ huggingface-cli download tensorblock/pythia-1b-GGUF --include "pythia-1b-Q2_K.gguf" --local-dir MY_LOCAL_DIR
71
+ ```
72
+
73
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
74
+
75
+ ```shell
76
+ huggingface-cli download tensorblock/pythia-1b-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
77
+ ```
pythia-1b-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:807b193e27d6e957dd9d46fc569ca50496d6f75a331d88dfa10e47b953408e04
3
+ size 420135168
pythia-1b-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:11ab515d1e23860da5f04334cefcfffcacb88804eb0e363494911ab80760407b
3
+ size 591554816
pythia-1b-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1ddfe903040ed9fb52a01e63c9861a9793b3b2afe4e3c049e2246dd99315cdb0
3
+ size 551708928
pythia-1b-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7a88932731413a2d8bd71c52aac5141feaf2218684327a217908371bc408f404
3
+ size 478308608
pythia-1b-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3a98550174f567987a09ed5e8e9887788860d64fb0ac8a80c56a0fd4a8ffda1f
3
+ size 598946048
pythia-1b-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4e1210cc309523e83c475a66fb3956706c0ad61d1ab4f6bc668ca281de99068e
3
+ size 658714880
pythia-1b-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:64837219da02394bcc6ec664d4e1247b950805e266f3a0444633dc5d1f30d31a
3
+ size 603140352
pythia-1b-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c047c5bb604ec94eab1307ec3efcf1cf03b106b806e53c187dfd934c32bb5de8
3
+ size 712487168
pythia-1b-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ba1f3860ae14dea16935fda8119b08d84b589552474befe341afe182adbcb14f
3
+ size 757051648
pythia-1b-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5ce3444e7d746ea2b958f29d3a0e36d45a4b6c2bd24ac5282aa723a322f4e849
3
+ size 712487168
pythia-1b-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a8f4c81ea9038c2d1294902286f516afb886e5d2cff400bd8ce05d014cb4fa2c
3
+ size 833124608
pythia-1b-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:99eb017e6d086bd24250d3113bd89165631a6e491d59ac0df7b3233bc6fe2ed4
3
+ size 1078061312