morriszms commited on
Commit
4cc055a
·
verified ·
1 Parent(s): 26c9e8a

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-deduped-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ pythia-1b-deduped-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ pythia-1b-deduped-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ pythia-1b-deduped-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ pythia-1b-deduped-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ pythia-1b-deduped-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ pythia-1b-deduped-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ pythia-1b-deduped-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ pythia-1b-deduped-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ pythia-1b-deduped-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ pythia-1b-deduped-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ pythia-1b-deduped-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
+ - EleutherAI/the_pile_deduplicated
13
+ base_model: EleutherAI/pythia-1b-deduped
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-deduped - GGUF
28
+
29
+ This repo contains GGUF format model files for [EleutherAI/pythia-1b-deduped](https://huggingface.co/EleutherAI/pythia-1b-deduped).
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-deduped-Q2_K.gguf](https://huggingface.co/tensorblock/pythia-1b-deduped-GGUF/tree/main/pythia-1b-deduped-Q2_K.gguf) | Q2_K | 0.391 GB | smallest, significant quality loss - not recommended for most purposes |
44
+ | [pythia-1b-deduped-Q3_K_S.gguf](https://huggingface.co/tensorblock/pythia-1b-deduped-GGUF/tree/main/pythia-1b-deduped-Q3_K_S.gguf) | Q3_K_S | 0.445 GB | very small, high quality loss |
45
+ | [pythia-1b-deduped-Q3_K_M.gguf](https://huggingface.co/tensorblock/pythia-1b-deduped-GGUF/tree/main/pythia-1b-deduped-Q3_K_M.gguf) | Q3_K_M | 0.514 GB | very small, high quality loss |
46
+ | [pythia-1b-deduped-Q3_K_L.gguf](https://huggingface.co/tensorblock/pythia-1b-deduped-GGUF/tree/main/pythia-1b-deduped-Q3_K_L.gguf) | Q3_K_L | 0.551 GB | small, substantial quality loss |
47
+ | [pythia-1b-deduped-Q4_0.gguf](https://huggingface.co/tensorblock/pythia-1b-deduped-GGUF/tree/main/pythia-1b-deduped-Q4_0.gguf) | Q4_0 | 0.558 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
48
+ | [pythia-1b-deduped-Q4_K_S.gguf](https://huggingface.co/tensorblock/pythia-1b-deduped-GGUF/tree/main/pythia-1b-deduped-Q4_K_S.gguf) | Q4_K_S | 0.562 GB | small, greater quality loss |
49
+ | [pythia-1b-deduped-Q4_K_M.gguf](https://huggingface.co/tensorblock/pythia-1b-deduped-GGUF/tree/main/pythia-1b-deduped-Q4_K_M.gguf) | Q4_K_M | 0.613 GB | medium, balanced quality - recommended |
50
+ | [pythia-1b-deduped-Q5_0.gguf](https://huggingface.co/tensorblock/pythia-1b-deduped-GGUF/tree/main/pythia-1b-deduped-Q5_0.gguf) | Q5_0 | 0.664 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
51
+ | [pythia-1b-deduped-Q5_K_S.gguf](https://huggingface.co/tensorblock/pythia-1b-deduped-GGUF/tree/main/pythia-1b-deduped-Q5_K_S.gguf) | Q5_K_S | 0.664 GB | large, low quality loss - recommended |
52
+ | [pythia-1b-deduped-Q5_K_M.gguf](https://huggingface.co/tensorblock/pythia-1b-deduped-GGUF/tree/main/pythia-1b-deduped-Q5_K_M.gguf) | Q5_K_M | 0.705 GB | large, very low quality loss - recommended |
53
+ | [pythia-1b-deduped-Q6_K.gguf](https://huggingface.co/tensorblock/pythia-1b-deduped-GGUF/tree/main/pythia-1b-deduped-Q6_K.gguf) | Q6_K | 0.776 GB | very large, extremely low quality loss |
54
+ | [pythia-1b-deduped-Q8_0.gguf](https://huggingface.co/tensorblock/pythia-1b-deduped-GGUF/tree/main/pythia-1b-deduped-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-deduped-GGUF --include "pythia-1b-deduped-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-deduped-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
77
+ ```
pythia-1b-deduped-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:75b8896a1bf37409ff1d1f27f6ba8e7e281ef484106dde40d17aa9d89a4af610
3
+ size 420135232
pythia-1b-deduped-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:541505d6e84dce436aebd3843b83770c12ca09b7afe2cf90fd6df54dfc1dfdf4
3
+ size 591554880
pythia-1b-deduped-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:83af29b9c64b6445a5c55d0f50c2d5a935f1fa9a18e67638c9f2e1c189159a6b
3
+ size 551708992
pythia-1b-deduped-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:be075859c63e3887622f7339af6d647373c12523996e365c815fea48cda4e321
3
+ size 478308672
pythia-1b-deduped-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6ab1a4d045c3a6c6e841deb44a9968583137cf26ec1359e14db59d17018c5fa9
3
+ size 598946112
pythia-1b-deduped-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:421e3497798b92812334f15bbaf86323ec90e595ced1ed7e626ceabb4867a9f1
3
+ size 658714944
pythia-1b-deduped-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a05ae2b2ce7e37d3e9f31f1d891f0429abf6658931a57805a03bf51ff2e7ce74
3
+ size 603140416
pythia-1b-deduped-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:950de7898d855f19b09ae81f71da7d94ab92590e51b585af27b2a2b9a1ddbfb1
3
+ size 712487232
pythia-1b-deduped-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0af75729850cc0fc625973256ecd5306bd644866da17f2305b7e617c1c1ed93e
3
+ size 757051712
pythia-1b-deduped-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:558cb883dd729bca49c0bb0b7cd3c6b6e768bdb5c1ab1aeedc6f70cef53dcec7
3
+ size 712487232
pythia-1b-deduped-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fae20ef68813ee6addcdf7f5b5332fae914ca19bd3e9c3195f468527a807c191
3
+ size 833124672
pythia-1b-deduped-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d04f52c51d54378278385ca1c599f65d399c7dc6f26be242c3dc15d9e052fcf5
3
+ size 1078061376