GGUF
TensorBlock
GGUF
morriszms commited on
Commit
34ed661
·
verified ·
1 Parent(s): a585ceb

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_sft-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ pythia_70m_sft-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ pythia_70m_sft-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ pythia_70m_sft-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ pythia_70m_sft-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ pythia_70m_sft-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ pythia_70m_sft-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ pythia_70m_sft-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ pythia_70m_sft-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ pythia_70m_sft-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ pythia_70m_sft-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ pythia_70m_sft-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,77 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ datasets:
3
+ - tatsu-lab/alpaca_farm
4
+ base_model: tlc4418/pythia_70m_sft
5
+ tags:
6
+ - TensorBlock
7
+ - GGUF
8
+ ---
9
+
10
+ <div style="width: auto; margin-left: auto; margin-right: auto">
11
+ <img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
12
+ </div>
13
+ <div style="display: flex; justify-content: space-between; width: 100%;">
14
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
15
+ <p style="margin-top: 0.5em; margin-bottom: 0em;">
16
+ 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>
17
+ </p>
18
+ </div>
19
+ </div>
20
+
21
+ ## tlc4418/pythia_70m_sft - GGUF
22
+
23
+ This repo contains GGUF format model files for [tlc4418/pythia_70m_sft](https://huggingface.co/tlc4418/pythia_70m_sft).
24
+
25
+ The files were quantized using machines provided by [TensorBlock](https://tensorblock.co/), and they are compatible with llama.cpp as of [commit b4242](https://github.com/ggerganov/llama.cpp/commit/a6744e43e80f4be6398fc7733a01642c846dce1d).
26
+
27
+ <div style="text-align: left; margin: 20px 0;">
28
+ <a href="https://tensorblock.co/waitlist/client" style="display: inline-block; padding: 10px 20px; background-color: #007bff; color: white; text-decoration: none; border-radius: 5px; font-weight: bold;">
29
+ Run them on the TensorBlock client using your local machine ↗
30
+ </a>
31
+ </div>
32
+
33
+ ## Prompt template
34
+
35
+ ```
36
+
37
+ ```
38
+
39
+ ## Model file specification
40
+
41
+ | Filename | Quant type | File Size | Description |
42
+ | -------- | ---------- | --------- | ----------- |
43
+ | [pythia_70m_sft-Q2_K.gguf](https://huggingface.co/tensorblock/pythia_70m_sft-GGUF/blob/main/pythia_70m_sft-Q2_K.gguf) | Q2_K | 0.038 GB | smallest, significant quality loss - not recommended for most purposes |
44
+ | [pythia_70m_sft-Q3_K_S.gguf](https://huggingface.co/tensorblock/pythia_70m_sft-GGUF/blob/main/pythia_70m_sft-Q3_K_S.gguf) | Q3_K_S | 0.042 GB | very small, high quality loss |
45
+ | [pythia_70m_sft-Q3_K_M.gguf](https://huggingface.co/tensorblock/pythia_70m_sft-GGUF/blob/main/pythia_70m_sft-Q3_K_M.gguf) | Q3_K_M | 0.044 GB | very small, high quality loss |
46
+ | [pythia_70m_sft-Q3_K_L.gguf](https://huggingface.co/tensorblock/pythia_70m_sft-GGUF/blob/main/pythia_70m_sft-Q3_K_L.gguf) | Q3_K_L | 0.045 GB | small, substantial quality loss |
47
+ | [pythia_70m_sft-Q4_0.gguf](https://huggingface.co/tensorblock/pythia_70m_sft-GGUF/blob/main/pythia_70m_sft-Q4_0.gguf) | Q4_0 | 0.048 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
48
+ | [pythia_70m_sft-Q4_K_S.gguf](https://huggingface.co/tensorblock/pythia_70m_sft-GGUF/blob/main/pythia_70m_sft-Q4_K_S.gguf) | Q4_K_S | 0.048 GB | small, greater quality loss |
49
+ | [pythia_70m_sft-Q4_K_M.gguf](https://huggingface.co/tensorblock/pythia_70m_sft-GGUF/blob/main/pythia_70m_sft-Q4_K_M.gguf) | Q4_K_M | 0.049 GB | medium, balanced quality - recommended |
50
+ | [pythia_70m_sft-Q5_0.gguf](https://huggingface.co/tensorblock/pythia_70m_sft-GGUF/blob/main/pythia_70m_sft-Q5_0.gguf) | Q5_0 | 0.054 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
51
+ | [pythia_70m_sft-Q5_K_S.gguf](https://huggingface.co/tensorblock/pythia_70m_sft-GGUF/blob/main/pythia_70m_sft-Q5_K_S.gguf) | Q5_K_S | 0.054 GB | large, low quality loss - recommended |
52
+ | [pythia_70m_sft-Q5_K_M.gguf](https://huggingface.co/tensorblock/pythia_70m_sft-GGUF/blob/main/pythia_70m_sft-Q5_K_M.gguf) | Q5_K_M | 0.055 GB | large, very low quality loss - recommended |
53
+ | [pythia_70m_sft-Q6_K.gguf](https://huggingface.co/tensorblock/pythia_70m_sft-GGUF/blob/main/pythia_70m_sft-Q6_K.gguf) | Q6_K | 0.060 GB | very large, extremely low quality loss |
54
+ | [pythia_70m_sft-Q8_0.gguf](https://huggingface.co/tensorblock/pythia_70m_sft-GGUF/blob/main/pythia_70m_sft-Q8_0.gguf) | Q8_0 | 0.077 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_70m_sft-GGUF --include "pythia_70m_sft-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_70m_sft-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
77
+ ```
pythia_70m_sft-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:35b72568de1f6f9caa75ce0e562a36834e49181ba6af36291e5302655dacc219
3
+ size 38498080
pythia_70m_sft-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e2f67f95a9709442984d3e4514eb856639951b3bdfd62a3ceac213c228fb7a34
3
+ size 44885472
pythia_70m_sft-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fb41bb4532319a8c94dddc5ac41890e682ff635590c4e72075a78f893f45bba2
3
+ size 43902432
pythia_70m_sft-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fb13e2a39672093a7b62754c92fe67ab8f1fcb615d2414e62d6a8162a03de6bb
3
+ size 42231264
pythia_70m_sft-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0ad4e12a41f3e55cd7cb19303f1fd1953f346fe1e28f859ba798c05d3bf6d0af
3
+ size 48157600
pythia_70m_sft-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:81cfe2e8a3f8c09647123401e54faadebd72322494e534af3a4566f1f9fbb339
3
+ size 49288096
pythia_70m_sft-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c8adf494e416f3a86a9d67bf17270b77afb51109c2ca012d8cac6fab375b5b10
3
+ size 48157600
pythia_70m_sft-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7ef72606921e4e0f57484326f57aaa8a6b7b99ac041d254aaf32534884b20c41
3
+ size 53735328
pythia_70m_sft-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7d67464e5bb2c48b2c60bfecc31ce47782ac131f4592402e877916b981468bf5
3
+ size 54640544
pythia_70m_sft-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b4280452080cc5751914b245174e020b8bacd8d3e2af8122248e82de932b1a3d
3
+ size 53735328
pythia_70m_sft-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:83f88ef2a6e074803adc0ef4c1964cb633f8d1cd0402ee0b3854daeed1b1cd2d
3
+ size 59661664
pythia_70m_sft-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:76441591a96ff09a414263e794e12d36f21d39c8bc8d012bc52ac3c12c5d08b4
3
+ size 76704224