morriszms commited on
Commit
528c539
1 Parent(s): f974dd3

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-70m-v0-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ pythia-70m-v0-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ pythia-70m-v0-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ pythia-70m-v0-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ pythia-70m-v0-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ pythia-70m-v0-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ pythia-70m-v0-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ pythia-70m-v0-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ pythia-70m-v0-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ pythia-70m-v0-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ pythia-70m-v0-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ pythia-70m-v0-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,78 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - en
4
+ tags:
5
+ - pytorch
6
+ - causal-lm
7
+ - pythia
8
+ - pythia_v0
9
+ - TensorBlock
10
+ - GGUF
11
+ license: apache-2.0
12
+ datasets:
13
+ - the_pile
14
+ base_model: EleutherAI/pythia-70m-v0
15
+ ---
16
+
17
+ <div style="width: auto; margin-left: auto; margin-right: auto">
18
+ <img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
19
+ </div>
20
+ <div style="display: flex; justify-content: space-between; width: 100%;">
21
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
22
+ <p style="margin-top: 0.5em; margin-bottom: 0em;">
23
+ 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>
24
+ </p>
25
+ </div>
26
+ </div>
27
+
28
+ ## EleutherAI/pythia-70m-v0 - GGUF
29
+
30
+ This repo contains GGUF format model files for [EleutherAI/pythia-70m-v0](https://huggingface.co/EleutherAI/pythia-70m-v0).
31
+
32
+ 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).
33
+
34
+ ## Prompt template
35
+
36
+ ```
37
+
38
+ ```
39
+
40
+ ## Model file specification
41
+
42
+ | Filename | Quant type | File Size | Description |
43
+ | -------- | ---------- | --------- | ----------- |
44
+ | [pythia-70m-v0-Q2_K.gguf](https://huggingface.co/tensorblock/pythia-70m-v0-GGUF/tree/main/pythia-70m-v0-Q2_K.gguf) | Q2_K | 0.036 GB | smallest, significant quality loss - not recommended for most purposes |
45
+ | [pythia-70m-v0-Q3_K_S.gguf](https://huggingface.co/tensorblock/pythia-70m-v0-GGUF/tree/main/pythia-70m-v0-Q3_K_S.gguf) | Q3_K_S | 0.039 GB | very small, high quality loss |
46
+ | [pythia-70m-v0-Q3_K_M.gguf](https://huggingface.co/tensorblock/pythia-70m-v0-GGUF/tree/main/pythia-70m-v0-Q3_K_M.gguf) | Q3_K_M | 0.041 GB | very small, high quality loss |
47
+ | [pythia-70m-v0-Q3_K_L.gguf](https://huggingface.co/tensorblock/pythia-70m-v0-GGUF/tree/main/pythia-70m-v0-Q3_K_L.gguf) | Q3_K_L | 0.042 GB | small, substantial quality loss |
48
+ | [pythia-70m-v0-Q4_0.gguf](https://huggingface.co/tensorblock/pythia-70m-v0-GGUF/tree/main/pythia-70m-v0-Q4_0.gguf) | Q4_0 | 0.045 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
49
+ | [pythia-70m-v0-Q4_K_S.gguf](https://huggingface.co/tensorblock/pythia-70m-v0-GGUF/tree/main/pythia-70m-v0-Q4_K_S.gguf) | Q4_K_S | 0.045 GB | small, greater quality loss |
50
+ | [pythia-70m-v0-Q4_K_M.gguf](https://huggingface.co/tensorblock/pythia-70m-v0-GGUF/tree/main/pythia-70m-v0-Q4_K_M.gguf) | Q4_K_M | 0.046 GB | medium, balanced quality - recommended |
51
+ | [pythia-70m-v0-Q5_0.gguf](https://huggingface.co/tensorblock/pythia-70m-v0-GGUF/tree/main/pythia-70m-v0-Q5_0.gguf) | Q5_0 | 0.050 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
52
+ | [pythia-70m-v0-Q5_K_S.gguf](https://huggingface.co/tensorblock/pythia-70m-v0-GGUF/tree/main/pythia-70m-v0-Q5_K_S.gguf) | Q5_K_S | 0.050 GB | large, low quality loss - recommended |
53
+ | [pythia-70m-v0-Q5_K_M.gguf](https://huggingface.co/tensorblock/pythia-70m-v0-GGUF/tree/main/pythia-70m-v0-Q5_K_M.gguf) | Q5_K_M | 0.051 GB | large, very low quality loss - recommended |
54
+ | [pythia-70m-v0-Q6_K.gguf](https://huggingface.co/tensorblock/pythia-70m-v0-GGUF/tree/main/pythia-70m-v0-Q6_K.gguf) | Q6_K | 0.056 GB | very large, extremely low quality loss |
55
+ | [pythia-70m-v0-Q8_0.gguf](https://huggingface.co/tensorblock/pythia-70m-v0-GGUF/tree/main/pythia-70m-v0-Q8_0.gguf) | Q8_0 | 0.071 GB | very large, extremely low quality loss - not recommended |
56
+
57
+
58
+ ## Downloading instruction
59
+
60
+ ### Command line
61
+
62
+ Firstly, install Huggingface Client
63
+
64
+ ```shell
65
+ pip install -U "huggingface_hub[cli]"
66
+ ```
67
+
68
+ Then, downoad the individual model file the a local directory
69
+
70
+ ```shell
71
+ huggingface-cli download tensorblock/pythia-70m-v0-GGUF --include "pythia-70m-v0-Q2_K.gguf" --local-dir MY_LOCAL_DIR
72
+ ```
73
+
74
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
75
+
76
+ ```shell
77
+ huggingface-cli download tensorblock/pythia-70m-v0-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
78
+ ```
pythia-70m-v0-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:345e1ab0e14035766cfd1faf0cf9c14a3ee8d87e5bf0e8296567277865b77649
3
+ size 38507808
pythia-70m-v0-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bbea87489f5d9fe516fa52d37e9b54eb45c3994061e11cd8742774daba92371d
3
+ size 44896032
pythia-70m-v0-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8a768c53f1e89718072be66f8367387ddbdf906aeff462280e8470d924d067ae
3
+ size 43912992
pythia-70m-v0-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6d8b8755b7858d3f2f429dca6863d7b66a06ccee5dde5d513843d25d753b3196
3
+ size 42241824
pythia-70m-v0-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6ede072c85edc9acf54112e84ddae40266e121e1b159f62a79ab6e1ed7db2b31
3
+ size 48169248
pythia-70m-v0-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a763fe164bf3072228405907cff222cc28f88ac1f91ff17053cfc222514ec7ef
3
+ size 49299744
pythia-70m-v0-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:62184d784b788d9ca1591a689953ae91d29e096e6c2e4d085c4bc0f2d1a4d429
3
+ size 48169248
pythia-70m-v0-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:74b74c751cf2c49e8799901e89fee048e35da71f2a0a160b91f4b9e35166de89
3
+ size 53748000
pythia-70m-v0-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dc07c484ecf9287adcf62f9d16f9087b1a3c1843f91a21475fc29c35326ca276
3
+ size 54653216
pythia-70m-v0-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9f8131d1bb9f6042e43b1e547d60be4a80c682909b5401a0e686cea2367ecf75
3
+ size 53748000
pythia-70m-v0-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5c07676c82f19805e515b1a8106af5d5100d2aed590a1efcd0aaf49c7fb558e7
3
+ size 59675424
pythia-70m-v0-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:330c3ccad9de23d73f9b60e43eff6b66bddb0505929c6a17ec3f43d85e0ceb71
3
+ size 76721952