morriszms commited on
Commit
a549742
1 Parent(s): 0801a9f

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-1.4b-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ pythia-1.4b-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ pythia-1.4b-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ pythia-1.4b-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ pythia-1.4b-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ pythia-1.4b-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ pythia-1.4b-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ pythia-1.4b-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ pythia-1.4b-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ pythia-1.4b-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ pythia-1.4b-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ pythia-1.4b-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
13
+ base_model: EleutherAI/pythia-1.4b
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-1.4b - GGUF
28
+
29
+ This repo contains GGUF format model files for [EleutherAI/pythia-1.4b](https://huggingface.co/EleutherAI/pythia-1.4b).
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-1.4b-Q2_K.gguf](https://huggingface.co/tensorblock/pythia-1.4b-GGUF/tree/main/pythia-1.4b-Q2_K.gguf) | Q2_K | 0.531 GB | smallest, significant quality loss - not recommended for most purposes |
44
+ | [pythia-1.4b-Q3_K_S.gguf](https://huggingface.co/tensorblock/pythia-1.4b-GGUF/tree/main/pythia-1.4b-Q3_K_S.gguf) | Q3_K_S | 0.607 GB | very small, high quality loss |
45
+ | [pythia-1.4b-Q3_K_M.gguf](https://huggingface.co/tensorblock/pythia-1.4b-GGUF/tree/main/pythia-1.4b-Q3_K_M.gguf) | Q3_K_M | 0.709 GB | very small, high quality loss |
46
+ | [pythia-1.4b-Q3_K_L.gguf](https://huggingface.co/tensorblock/pythia-1.4b-GGUF/tree/main/pythia-1.4b-Q3_K_L.gguf) | Q3_K_L | 0.766 GB | small, substantial quality loss |
47
+ | [pythia-1.4b-Q4_0.gguf](https://huggingface.co/tensorblock/pythia-1.4b-GGUF/tree/main/pythia-1.4b-Q4_0.gguf) | Q4_0 | 0.770 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
48
+ | [pythia-1.4b-Q4_K_S.gguf](https://huggingface.co/tensorblock/pythia-1.4b-GGUF/tree/main/pythia-1.4b-Q4_K_S.gguf) | Q4_K_S | 0.775 GB | small, greater quality loss |
49
+ | [pythia-1.4b-Q4_K_M.gguf](https://huggingface.co/tensorblock/pythia-1.4b-GGUF/tree/main/pythia-1.4b-Q4_K_M.gguf) | Q4_K_M | 0.853 GB | medium, balanced quality - recommended |
50
+ | [pythia-1.4b-Q5_0.gguf](https://huggingface.co/tensorblock/pythia-1.4b-GGUF/tree/main/pythia-1.4b-Q5_0.gguf) | Q5_0 | 0.922 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
51
+ | [pythia-1.4b-Q5_K_S.gguf](https://huggingface.co/tensorblock/pythia-1.4b-GGUF/tree/main/pythia-1.4b-Q5_K_S.gguf) | Q5_K_S | 0.922 GB | large, low quality loss - recommended |
52
+ | [pythia-1.4b-Q5_K_M.gguf](https://huggingface.co/tensorblock/pythia-1.4b-GGUF/tree/main/pythia-1.4b-Q5_K_M.gguf) | Q5_K_M | 0.984 GB | large, very low quality loss - recommended |
53
+ | [pythia-1.4b-Q6_K.gguf](https://huggingface.co/tensorblock/pythia-1.4b-GGUF/tree/main/pythia-1.4b-Q6_K.gguf) | Q6_K | 1.084 GB | very large, extremely low quality loss |
54
+ | [pythia-1.4b-Q8_0.gguf](https://huggingface.co/tensorblock/pythia-1.4b-GGUF/tree/main/pythia-1.4b-Q8_0.gguf) | Q8_0 | 1.403 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-1.4b-GGUF --include "pythia-1.4b-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-1.4b-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
77
+ ```
pythia-1.4b-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e73f6976289da3eee46637b4bdbf0972119c4a6db9c70322114461c30396113f
3
+ size 570152448
pythia-1.4b-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:07066a46802f2ffe20670f7be8f390d9575244fb0fd946fd37282cf9722ac6d9
3
+ size 822050304
pythia-1.4b-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:98f195b545d5f2970ab5f2dea8a9282a54902c92e8bd9110cdf34729e3a23875
3
+ size 761232896
pythia-1.4b-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:30b1375c5ab4736d64ae2918f93adee242d6f0497d0cbd88111c660698fc3611
3
+ size 652180992
pythia-1.4b-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8a349048150f8a53816a82a0fea0b8f87db7065ca29e4c7f8293cd22ac7ec203
3
+ size 826295808
pythia-1.4b-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5d2df64979bb74d2db39b1d4f040e8ede84b5bdd67ddb1e6d9b98325615b4226
3
+ size 915949056
pythia-1.4b-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:597a5068d8ede3568272d2df8f0a9ec2059eedba2f02671167c925255306d4b3
3
+ size 832587264
pythia-1.4b-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:028cb22c98239d1092c8f0e8b7f53c74a60e0afe4bbb5fe8cb2db1a6c57ba60c
3
+ size 990168576
pythia-1.4b-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:05f8da6e779511033fe214ee32b225e66f6488d862b7584a7e43de3f9aba5d36
3
+ size 1057015296
pythia-1.4b-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d882cd7eff6b7faa69a80b5222d97e9d549ab3aeaa4f20646e24fb59022b51d9
3
+ size 990168576
pythia-1.4b-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:543771eaca2a44c8a9353b17e5f6e4e9d8c15897996e779a0f6bd19c3d95767e
3
+ size 1164283392
pythia-1.4b-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2ef8d2b20caa4cd01996b3d2bc615641124735df950e4aafa80ceb0b795c15b3
3
+ size 1506737664