morriszms commited on
Commit
62738e2
·
verified ·
1 Parent(s): 96d5935

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-12b-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ pythia-12b-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ pythia-12b-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ pythia-12b-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ pythia-12b-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ pythia-12b-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ pythia-12b-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ pythia-12b-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ pythia-12b-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ pythia-12b-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ pythia-12b-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ pythia-12b-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-12b
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-12b - GGUF
28
+
29
+ This repo contains GGUF format model files for [EleutherAI/pythia-12b](https://huggingface.co/EleutherAI/pythia-12b).
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-12b-Q2_K.gguf](https://huggingface.co/tensorblock/pythia-12b-GGUF/tree/main/pythia-12b-Q2_K.gguf) | Q2_K | 4.195 GB | smallest, significant quality loss - not recommended for most purposes |
44
+ | [pythia-12b-Q3_K_S.gguf](https://huggingface.co/tensorblock/pythia-12b-GGUF/tree/main/pythia-12b-Q3_K_S.gguf) | Q3_K_S | 4.845 GB | very small, high quality loss |
45
+ | [pythia-12b-Q3_K_M.gguf](https://huggingface.co/tensorblock/pythia-12b-GGUF/tree/main/pythia-12b-Q3_K_M.gguf) | Q3_K_M | 5.803 GB | very small, high quality loss |
46
+ | [pythia-12b-Q3_K_L.gguf](https://huggingface.co/tensorblock/pythia-12b-GGUF/tree/main/pythia-12b-Q3_K_L.gguf) | Q3_K_L | 6.328 GB | small, substantial quality loss |
47
+ | [pythia-12b-Q4_0.gguf](https://huggingface.co/tensorblock/pythia-12b-GGUF/tree/main/pythia-12b-Q4_0.gguf) | Q4_0 | 6.277 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
48
+ | [pythia-12b-Q4_K_S.gguf](https://huggingface.co/tensorblock/pythia-12b-GGUF/tree/main/pythia-12b-Q4_K_S.gguf) | Q4_K_S | 6.326 GB | small, greater quality loss |
49
+ | [pythia-12b-Q4_K_M.gguf](https://huggingface.co/tensorblock/pythia-12b-GGUF/tree/main/pythia-12b-Q4_K_M.gguf) | Q4_K_M | 7.060 GB | medium, balanced quality - recommended |
50
+ | [pythia-12b-Q5_0.gguf](https://huggingface.co/tensorblock/pythia-12b-GGUF/tree/main/pythia-12b-Q5_0.gguf) | Q5_0 | 7.626 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
51
+ | [pythia-12b-Q5_K_S.gguf](https://huggingface.co/tensorblock/pythia-12b-GGUF/tree/main/pythia-12b-Q5_K_S.gguf) | Q5_K_S | 7.626 GB | large, low quality loss - recommended |
52
+ | [pythia-12b-Q5_K_M.gguf](https://huggingface.co/tensorblock/pythia-12b-GGUF/tree/main/pythia-12b-Q5_K_M.gguf) | Q5_K_M | 8.210 GB | large, very low quality loss - recommended |
53
+ | [pythia-12b-Q6_K.gguf](https://huggingface.co/tensorblock/pythia-12b-GGUF/tree/main/pythia-12b-Q6_K.gguf) | Q6_K | 9.059 GB | very large, extremely low quality loss |
54
+ | [pythia-12b-Q8_0.gguf](https://huggingface.co/tensorblock/pythia-12b-GGUF/tree/main/pythia-12b-Q8_0.gguf) | Q8_0 | 11.730 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-12b-GGUF --include "pythia-12b-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-12b-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
77
+ ```
pythia-12b-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:10bd7f0e9322e7a676d5309e4a9e647a0e01ea8043137bbd2f30e8363f1e33c5
3
+ size 4504596096
pythia-12b-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6aab01c3c5866520584c537756e72261c45443609a8a50af70654c51bfc21f10
3
+ size 6794403456
pythia-12b-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:11d1501dc479b6489a4f8e2a47c16ceb4f56093e5b0968e8d08447ef2a9d954a
3
+ size 6230793856
pythia-12b-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cf16277ff38dda7189cd8a5588d8c5f95d8732d297a69e815162651d2f3a5879
3
+ size 5201878656
pythia-12b-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6271cc55c90ddb6a14ad694ef8709126912ac5de524f03b251b4565707a4a885
3
+ size 6740397696
pythia-12b-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:019a518850221800eca7ec2567fb03e1d08fc9d978ee2f95fc51dd975e29eca8
3
+ size 7580896896
pythia-12b-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cf3019422d23bb59c036c28d2d3d1bba9b35dd8c1125f66f4ba2a0d532fe7c72
3
+ size 6792826496
pythia-12b-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8f4a76b2d72206bfa0b2728c0a5dd771196a73a132272ab3972506cbbeb99fc9
3
+ size 8188415616
pythia-12b-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:940df0d09bbb0fd90732b80be7c3b1f8f85c9caa57101cf674e6660455412805
3
+ size 8815103616
pythia-12b-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a3acbe937ccee6abf103a7b0d1d69955e705bebe933783ffd746f019f6cfe7a8
3
+ size 8188415616
pythia-12b-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:af644951edbf516c99d9db76c82b672e4f764f9349107fcb125f04547ce40693
3
+ size 9726934656
pythia-12b-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0e296a08bb2e71e72422702add39b3b86df3bce6fe904bc73910b06a9feb40c1
3
+ size 12595322496