morriszms commited on
Commit
1a74f51
1 Parent(s): 13b775d

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-160m-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ pythia-160m-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ pythia-160m-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ pythia-160m-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ pythia-160m-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ pythia-160m-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ pythia-160m-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ pythia-160m-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ pythia-160m-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ pythia-160m-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ pythia-160m-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ pythia-160m-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/pile
13
+ base_model: EleutherAI/pythia-160m
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-160m - GGUF
28
+
29
+ This repo contains GGUF format model files for [EleutherAI/pythia-160m](https://huggingface.co/EleutherAI/pythia-160m).
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-160m-Q2_K.gguf](https://huggingface.co/tensorblock/pythia-160m-GGUF/tree/main/pythia-160m-Q2_K.gguf) | Q2_K | 0.073 GB | smallest, significant quality loss - not recommended for most purposes |
44
+ | [pythia-160m-Q3_K_S.gguf](https://huggingface.co/tensorblock/pythia-160m-GGUF/tree/main/pythia-160m-Q3_K_S.gguf) | Q3_K_S | 0.081 GB | very small, high quality loss |
45
+ | [pythia-160m-Q3_K_M.gguf](https://huggingface.co/tensorblock/pythia-160m-GGUF/tree/main/pythia-160m-Q3_K_M.gguf) | Q3_K_M | 0.088 GB | very small, high quality loss |
46
+ | [pythia-160m-Q3_K_L.gguf](https://huggingface.co/tensorblock/pythia-160m-GGUF/tree/main/pythia-160m-Q3_K_L.gguf) | Q3_K_L | 0.092 GB | small, substantial quality loss |
47
+ | [pythia-160m-Q4_0.gguf](https://huggingface.co/tensorblock/pythia-160m-GGUF/tree/main/pythia-160m-Q4_0.gguf) | Q4_0 | 0.096 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
48
+ | [pythia-160m-Q4_K_S.gguf](https://huggingface.co/tensorblock/pythia-160m-GGUF/tree/main/pythia-160m-Q4_K_S.gguf) | Q4_K_S | 0.097 GB | small, greater quality loss |
49
+ | [pythia-160m-Q4_K_M.gguf](https://huggingface.co/tensorblock/pythia-160m-GGUF/tree/main/pythia-160m-Q4_K_M.gguf) | Q4_K_M | 0.102 GB | medium, balanced quality - recommended |
50
+ | [pythia-160m-Q5_0.gguf](https://huggingface.co/tensorblock/pythia-160m-GGUF/tree/main/pythia-160m-Q5_0.gguf) | Q5_0 | 0.111 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
51
+ | [pythia-160m-Q5_K_S.gguf](https://huggingface.co/tensorblock/pythia-160m-GGUF/tree/main/pythia-160m-Q5_K_S.gguf) | Q5_K_S | 0.111 GB | large, low quality loss - recommended |
52
+ | [pythia-160m-Q5_K_M.gguf](https://huggingface.co/tensorblock/pythia-160m-GGUF/tree/main/pythia-160m-Q5_K_M.gguf) | Q5_K_M | 0.115 GB | large, very low quality loss - recommended |
53
+ | [pythia-160m-Q6_K.gguf](https://huggingface.co/tensorblock/pythia-160m-GGUF/tree/main/pythia-160m-Q6_K.gguf) | Q6_K | 0.126 GB | very large, extremely low quality loss |
54
+ | [pythia-160m-Q8_0.gguf](https://huggingface.co/tensorblock/pythia-160m-GGUF/tree/main/pythia-160m-Q8_0.gguf) | Q8_0 | 0.163 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-160m-GGUF --include "pythia-160m-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-160m-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
77
+ ```
pythia-160m-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:42b321a5943d8a01bf44596ae67c6e6a05b516fc92a10988234b22a239982e69
3
+ size 78094208
pythia-160m-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:aa2bf4a7b7d482c9e0faf20d83ee3a3c8871411be6c5410b46df2f44d4b51fda
3
+ size 98993792
pythia-160m-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:578fd4abd6631d9c314420a25e0dda21603da9fe7f68712aa6650aac38c4c2d2
3
+ size 94570112
pythia-160m-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7189b7d3afeed4602c644c235ed3fbab80cb83bbbd76d5fef77fbb3e3dbe6cfb
3
+ size 87049856
pythia-160m-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3f819c4cf6ab5ea8ea8a7bf05ccd78fcf91ad4fc053e4dc262586f2c1480d3b4
3
+ size 103461248
pythia-160m-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1500cb33914c5874b96cae9302867d02eb58c1a93220062865b0a037965c7a51
3
+ size 109764992
pythia-160m-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a68c29a6c15ac22d04db82226f946bc45435f9eb027acac0a081f21e5f4b5963
3
+ size 103756160
pythia-160m-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8d1f324d2e404ec57081493663f49262290bb4aa1063a864a6d5b223ac8de513
3
+ size 118907264
pythia-160m-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4c5e9600e00978607f400d96409d733a056faa0adbb87ced00854cdc33904215
3
+ size 123607424
pythia-160m-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4124b3ad9c55b1ab249cfbfeda8d08eea1753950483d1339c2c96cef72bc85dd
3
+ size 118907264
pythia-160m-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:eb862f06240d75c9a9c485462679839dc178631cd90d074c809e46f8aad64463
3
+ size 135318656
pythia-160m-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f6daaceeb2f4d4505a15988932a578c9820c116d3ccc662f0bdf54ef2dce8f1d
3
+ size 174601856