morriszms commited on
Commit
b28a2a3
·
verified ·
1 Parent(s): 700f6a4

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-14m-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ pythia-14m-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ pythia-14m-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ pythia-14m-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ pythia-14m-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ pythia-14m-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ pythia-14m-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ pythia-14m-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ pythia-14m-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ pythia-14m-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ pythia-14m-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ pythia-14m-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,69 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: EleutherAI/pythia-14m
3
+ tags:
4
+ - TensorBlock
5
+ - GGUF
6
+ ---
7
+
8
+ <div style="width: auto; margin-left: auto; margin-right: auto">
9
+ <img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
10
+ </div>
11
+ <div style="display: flex; justify-content: space-between; width: 100%;">
12
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
13
+ <p style="margin-top: 0.5em; margin-bottom: 0em;">
14
+ 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>
15
+ </p>
16
+ </div>
17
+ </div>
18
+
19
+ ## EleutherAI/pythia-14m - GGUF
20
+
21
+ This repo contains GGUF format model files for [EleutherAI/pythia-14m](https://huggingface.co/EleutherAI/pythia-14m).
22
+
23
+ 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).
24
+
25
+ ## Prompt template
26
+
27
+ ```
28
+
29
+ ```
30
+
31
+ ## Model file specification
32
+
33
+ | Filename | Quant type | File Size | Description |
34
+ | -------- | ---------- | --------- | ----------- |
35
+ | [pythia-14m-Q2_K.gguf](https://huggingface.co/tensorblock/pythia-14m-GGUF/tree/main/pythia-14m-Q2_K.gguf) | Q2_K | 0.012 GB | smallest, significant quality loss - not recommended for most purposes |
36
+ | [pythia-14m-Q3_K_S.gguf](https://huggingface.co/tensorblock/pythia-14m-GGUF/tree/main/pythia-14m-Q3_K_S.gguf) | Q3_K_S | 0.012 GB | very small, high quality loss |
37
+ | [pythia-14m-Q3_K_M.gguf](https://huggingface.co/tensorblock/pythia-14m-GGUF/tree/main/pythia-14m-Q3_K_M.gguf) | Q3_K_M | 0.012 GB | very small, high quality loss |
38
+ | [pythia-14m-Q3_K_L.gguf](https://huggingface.co/tensorblock/pythia-14m-GGUF/tree/main/pythia-14m-Q3_K_L.gguf) | Q3_K_L | 0.012 GB | small, substantial quality loss |
39
+ | [pythia-14m-Q4_0.gguf](https://huggingface.co/tensorblock/pythia-14m-GGUF/tree/main/pythia-14m-Q4_0.gguf) | Q4_0 | 0.012 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
40
+ | [pythia-14m-Q4_K_S.gguf](https://huggingface.co/tensorblock/pythia-14m-GGUF/tree/main/pythia-14m-Q4_K_S.gguf) | Q4_K_S | 0.013 GB | small, greater quality loss |
41
+ | [pythia-14m-Q4_K_M.gguf](https://huggingface.co/tensorblock/pythia-14m-GGUF/tree/main/pythia-14m-Q4_K_M.gguf) | Q4_K_M | 0.013 GB | medium, balanced quality - recommended |
42
+ | [pythia-14m-Q5_0.gguf](https://huggingface.co/tensorblock/pythia-14m-GGUF/tree/main/pythia-14m-Q5_0.gguf) | Q5_0 | 0.013 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
43
+ | [pythia-14m-Q5_K_S.gguf](https://huggingface.co/tensorblock/pythia-14m-GGUF/tree/main/pythia-14m-Q5_K_S.gguf) | Q5_K_S | 0.013 GB | large, low quality loss - recommended |
44
+ | [pythia-14m-Q5_K_M.gguf](https://huggingface.co/tensorblock/pythia-14m-GGUF/tree/main/pythia-14m-Q5_K_M.gguf) | Q5_K_M | 0.013 GB | large, very low quality loss - recommended |
45
+ | [pythia-14m-Q6_K.gguf](https://huggingface.co/tensorblock/pythia-14m-GGUF/tree/main/pythia-14m-Q6_K.gguf) | Q6_K | 0.016 GB | very large, extremely low quality loss |
46
+ | [pythia-14m-Q8_0.gguf](https://huggingface.co/tensorblock/pythia-14m-GGUF/tree/main/pythia-14m-Q8_0.gguf) | Q8_0 | 0.016 GB | very large, extremely low quality loss - not recommended |
47
+
48
+
49
+ ## Downloading instruction
50
+
51
+ ### Command line
52
+
53
+ Firstly, install Huggingface Client
54
+
55
+ ```shell
56
+ pip install -U "huggingface_hub[cli]"
57
+ ```
58
+
59
+ Then, downoad the individual model file the a local directory
60
+
61
+ ```shell
62
+ huggingface-cli download tensorblock/pythia-14m-GGUF --include "pythia-14m-Q2_K.gguf" --local-dir MY_LOCAL_DIR
63
+ ```
64
+
65
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
66
+
67
+ ```shell
68
+ huggingface-cli download tensorblock/pythia-14m-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
69
+ ```
pythia-14m-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d4ea539992f5bdbc63a7369653b11e8ea1740ea6db2f158ef86c0e723bedf949
3
+ size 12888576
pythia-14m-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:46420be7b0d51af06e6b849e18009608cebed604531bb804c8d50ad1645fe76f
3
+ size 13045248
pythia-14m-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0886e173800414d94e5be58d727d27351ad82dc83085de8f6c68b41771deeb7b
3
+ size 12989952
pythia-14m-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f5e1c21e92eb8b27df872a07526182e913e725e8c937fb50ed250f8a9389df1e
3
+ size 12888576
pythia-14m-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cb5a506fe67fff46dca48cdbda07c8ac7c9c647b1db9f76c0c378ef2aeecd0d8
3
+ size 12940800
pythia-14m-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2e61ac142f6bfdd644d9f6047eb6e752b7c0c9ed2465fa56c9bc3896d29870a4
3
+ size 13896192
pythia-14m-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9264efa1719755c10a932396e3a0e590f360dfc6f4571a173e024130f01880d8
3
+ size 13843968
pythia-14m-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:947a5c294f7d3187c73a44ad13794b2bada8633f98e180ab0993eaaa51d30443
3
+ size 13893120
pythia-14m-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2da4ef3dd4b94083d7b8453184a63cce4dc3789486e5f014182b8e3b5387b731
3
+ size 14454272
pythia-14m-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:430a8939c37aa02dd496eca5f6f0d3dd40000f7935d9733047a2171ef14fff58
3
+ size 14344704
pythia-14m-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:79dd44c87fad548062e5e08c3c97a75a1b6e16a71e0623900b3ce87f1225017d
3
+ size 16654848
pythia-14m-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:90a1f688e1e226aa66252f78e27d6eb7d937a6617306d3266d43fbc3b0178c22
3
+ size 16750080