morriszms commited on
Commit
c328c2e
1 Parent(s): 478fb78

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-deduped-v0-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ pythia-1.4b-deduped-v0-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ pythia-1.4b-deduped-v0-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ pythia-1.4b-deduped-v0-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ pythia-1.4b-deduped-v0-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ pythia-1.4b-deduped-v0-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ pythia-1.4b-deduped-v0-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ pythia-1.4b-deduped-v0-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ pythia-1.4b-deduped-v0-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ pythia-1.4b-deduped-v0-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ pythia-1.4b-deduped-v0-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ pythia-1.4b-deduped-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
+ - EleutherAI/the_pile_deduplicated
14
+ base_model: EleutherAI/pythia-1.4b-deduped-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-1.4b-deduped-v0 - GGUF
29
+
30
+ This repo contains GGUF format model files for [EleutherAI/pythia-1.4b-deduped-v0](https://huggingface.co/EleutherAI/pythia-1.4b-deduped-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-1.4b-deduped-v0-Q2_K.gguf](https://huggingface.co/tensorblock/pythia-1.4b-deduped-v0-GGUF/tree/main/pythia-1.4b-deduped-v0-Q2_K.gguf) | Q2_K | 0.531 GB | smallest, significant quality loss - not recommended for most purposes |
45
+ | [pythia-1.4b-deduped-v0-Q3_K_S.gguf](https://huggingface.co/tensorblock/pythia-1.4b-deduped-v0-GGUF/tree/main/pythia-1.4b-deduped-v0-Q3_K_S.gguf) | Q3_K_S | 0.607 GB | very small, high quality loss |
46
+ | [pythia-1.4b-deduped-v0-Q3_K_M.gguf](https://huggingface.co/tensorblock/pythia-1.4b-deduped-v0-GGUF/tree/main/pythia-1.4b-deduped-v0-Q3_K_M.gguf) | Q3_K_M | 0.709 GB | very small, high quality loss |
47
+ | [pythia-1.4b-deduped-v0-Q3_K_L.gguf](https://huggingface.co/tensorblock/pythia-1.4b-deduped-v0-GGUF/tree/main/pythia-1.4b-deduped-v0-Q3_K_L.gguf) | Q3_K_L | 0.766 GB | small, substantial quality loss |
48
+ | [pythia-1.4b-deduped-v0-Q4_0.gguf](https://huggingface.co/tensorblock/pythia-1.4b-deduped-v0-GGUF/tree/main/pythia-1.4b-deduped-v0-Q4_0.gguf) | Q4_0 | 0.770 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
49
+ | [pythia-1.4b-deduped-v0-Q4_K_S.gguf](https://huggingface.co/tensorblock/pythia-1.4b-deduped-v0-GGUF/tree/main/pythia-1.4b-deduped-v0-Q4_K_S.gguf) | Q4_K_S | 0.775 GB | small, greater quality loss |
50
+ | [pythia-1.4b-deduped-v0-Q4_K_M.gguf](https://huggingface.co/tensorblock/pythia-1.4b-deduped-v0-GGUF/tree/main/pythia-1.4b-deduped-v0-Q4_K_M.gguf) | Q4_K_M | 0.853 GB | medium, balanced quality - recommended |
51
+ | [pythia-1.4b-deduped-v0-Q5_0.gguf](https://huggingface.co/tensorblock/pythia-1.4b-deduped-v0-GGUF/tree/main/pythia-1.4b-deduped-v0-Q5_0.gguf) | Q5_0 | 0.922 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
52
+ | [pythia-1.4b-deduped-v0-Q5_K_S.gguf](https://huggingface.co/tensorblock/pythia-1.4b-deduped-v0-GGUF/tree/main/pythia-1.4b-deduped-v0-Q5_K_S.gguf) | Q5_K_S | 0.922 GB | large, low quality loss - recommended |
53
+ | [pythia-1.4b-deduped-v0-Q5_K_M.gguf](https://huggingface.co/tensorblock/pythia-1.4b-deduped-v0-GGUF/tree/main/pythia-1.4b-deduped-v0-Q5_K_M.gguf) | Q5_K_M | 0.984 GB | large, very low quality loss - recommended |
54
+ | [pythia-1.4b-deduped-v0-Q6_K.gguf](https://huggingface.co/tensorblock/pythia-1.4b-deduped-v0-GGUF/tree/main/pythia-1.4b-deduped-v0-Q6_K.gguf) | Q6_K | 1.084 GB | very large, extremely low quality loss |
55
+ | [pythia-1.4b-deduped-v0-Q8_0.gguf](https://huggingface.co/tensorblock/pythia-1.4b-deduped-v0-GGUF/tree/main/pythia-1.4b-deduped-v0-Q8_0.gguf) | Q8_0 | 1.403 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-1.4b-deduped-v0-GGUF --include "pythia-1.4b-deduped-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-1.4b-deduped-v0-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
78
+ ```
pythia-1.4b-deduped-v0-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5541ef90baa8048af0b4a7cf59f18e38267950a1143dd4d398da7cd1952b153f
3
+ size 570152576
pythia-1.4b-deduped-v0-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:61f8e394e01c348ca1f4c8e2c7e6c619c0d2ae7833324bacd67b98365d09eabd
3
+ size 822050432
pythia-1.4b-deduped-v0-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:71107f479b399303444e96c8b4ebf15faa466286b6fa5afff0d76e263bb8bcae
3
+ size 761233024
pythia-1.4b-deduped-v0-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f7ca297a4a3b622abfbdd0fd13ab6f739a5d3acf09ffb5b7bb8c6822811b9533
3
+ size 652181120
pythia-1.4b-deduped-v0-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a3fff20ec624576ee9ace1fd0720157d92d60335089e501ecbbbdf8324b7dafc
3
+ size 826295936
pythia-1.4b-deduped-v0-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3c2155e34603f15ca18817c50514c1d59cbc383a1749dcf3385f7023bf215e9b
3
+ size 915949184
pythia-1.4b-deduped-v0-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e92bc9beaf208b6007a6ab1ab95672d67d1a39ca3a4dabc8a4f851a9020fe8f4
3
+ size 832587392
pythia-1.4b-deduped-v0-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3e7081f9e2069db9d093cdf4f95079f596c4c30e7563324bdeebfe4b8344ceda
3
+ size 990168704
pythia-1.4b-deduped-v0-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7d7b952c65b186668ba1349196a7be08219a4825824f6243195928175dbae55d
3
+ size 1057015424
pythia-1.4b-deduped-v0-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2ba9db332cc8f381f4d91abc95cfd72bf8b5444a92921db46eefe6d18cd178ee
3
+ size 990168704
pythia-1.4b-deduped-v0-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e33268e4f6a287979ac4046cd7354c0b01b04267af37306c9cfe727677b24ae4
3
+ size 1164283520
pythia-1.4b-deduped-v0-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9555e61c401dc47e632edd479106ddf3b803b5e314192156fba934dd75d2e43d
3
+ size 1506737792