morriszms commited on
Commit
a833de1
·
verified ·
1 Parent(s): 10d5c08

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_sft_policy-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ pythia_1.4b_sft_policy-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ pythia_1.4b_sft_policy-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ pythia_1.4b_sft_policy-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ pythia_1.4b_sft_policy-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ pythia_1.4b_sft_policy-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ pythia_1.4b_sft_policy-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ pythia_1.4b_sft_policy-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ pythia_1.4b_sft_policy-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ pythia_1.4b_sft_policy-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ pythia_1.4b_sft_policy-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ pythia_1.4b_sft_policy-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
+ tags:
5
+ - TensorBlock
6
+ - GGUF
7
+ base_model: tlc4418/pythia_1.4b_sft_policy
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_1.4b_sft_policy - GGUF
22
+
23
+ This repo contains GGUF format model files for [tlc4418/pythia_1.4b_sft_policy](https://huggingface.co/tlc4418/pythia_1.4b_sft_policy).
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_1.4b_sft_policy-Q2_K.gguf](https://huggingface.co/tensorblock/pythia_1.4b_sft_policy-GGUF/blob/main/pythia_1.4b_sft_policy-Q2_K.gguf) | Q2_K | 0.570 GB | smallest, significant quality loss - not recommended for most purposes |
44
+ | [pythia_1.4b_sft_policy-Q3_K_S.gguf](https://huggingface.co/tensorblock/pythia_1.4b_sft_policy-GGUF/blob/main/pythia_1.4b_sft_policy-Q3_K_S.gguf) | Q3_K_S | 0.652 GB | very small, high quality loss |
45
+ | [pythia_1.4b_sft_policy-Q3_K_M.gguf](https://huggingface.co/tensorblock/pythia_1.4b_sft_policy-GGUF/blob/main/pythia_1.4b_sft_policy-Q3_K_M.gguf) | Q3_K_M | 0.761 GB | very small, high quality loss |
46
+ | [pythia_1.4b_sft_policy-Q3_K_L.gguf](https://huggingface.co/tensorblock/pythia_1.4b_sft_policy-GGUF/blob/main/pythia_1.4b_sft_policy-Q3_K_L.gguf) | Q3_K_L | 0.822 GB | small, substantial quality loss |
47
+ | [pythia_1.4b_sft_policy-Q4_0.gguf](https://huggingface.co/tensorblock/pythia_1.4b_sft_policy-GGUF/blob/main/pythia_1.4b_sft_policy-Q4_0.gguf) | Q4_0 | 0.826 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
48
+ | [pythia_1.4b_sft_policy-Q4_K_S.gguf](https://huggingface.co/tensorblock/pythia_1.4b_sft_policy-GGUF/blob/main/pythia_1.4b_sft_policy-Q4_K_S.gguf) | Q4_K_S | 0.833 GB | small, greater quality loss |
49
+ | [pythia_1.4b_sft_policy-Q4_K_M.gguf](https://huggingface.co/tensorblock/pythia_1.4b_sft_policy-GGUF/blob/main/pythia_1.4b_sft_policy-Q4_K_M.gguf) | Q4_K_M | 0.916 GB | medium, balanced quality - recommended |
50
+ | [pythia_1.4b_sft_policy-Q5_0.gguf](https://huggingface.co/tensorblock/pythia_1.4b_sft_policy-GGUF/blob/main/pythia_1.4b_sft_policy-Q5_0.gguf) | Q5_0 | 0.990 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
51
+ | [pythia_1.4b_sft_policy-Q5_K_S.gguf](https://huggingface.co/tensorblock/pythia_1.4b_sft_policy-GGUF/blob/main/pythia_1.4b_sft_policy-Q5_K_S.gguf) | Q5_K_S | 0.990 GB | large, low quality loss - recommended |
52
+ | [pythia_1.4b_sft_policy-Q5_K_M.gguf](https://huggingface.co/tensorblock/pythia_1.4b_sft_policy-GGUF/blob/main/pythia_1.4b_sft_policy-Q5_K_M.gguf) | Q5_K_M | 1.057 GB | large, very low quality loss - recommended |
53
+ | [pythia_1.4b_sft_policy-Q6_K.gguf](https://huggingface.co/tensorblock/pythia_1.4b_sft_policy-GGUF/blob/main/pythia_1.4b_sft_policy-Q6_K.gguf) | Q6_K | 1.164 GB | very large, extremely low quality loss |
54
+ | [pythia_1.4b_sft_policy-Q8_0.gguf](https://huggingface.co/tensorblock/pythia_1.4b_sft_policy-GGUF/blob/main/pythia_1.4b_sft_policy-Q8_0.gguf) | Q8_0 | 1.507 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_1.4b_sft_policy-GGUF --include "pythia_1.4b_sft_policy-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_1.4b_sft_policy-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
77
+ ```
pythia_1.4b_sft_policy-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:65c2270b35d8a84d74192ee969b6050b861056b3495d8f57152558ed54e852b3
3
+ size 570114560
pythia_1.4b_sft_policy-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0480046afbce9f4b4fac6851896b568932373564186059ce48e4b7314191c1ae
3
+ size 822009088
pythia_1.4b_sft_policy-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:aeb1df8b0c89a90e4085190c67d2b7e2e8e54b33401367e672c4563dab09030c
3
+ size 761191680
pythia_1.4b_sft_policy-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5ebdb003f882055574a1a1ce2e878fac2621810995b4cdb840d2e1e8d125b652
3
+ size 652139776
pythia_1.4b_sft_policy-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7d81dac925e9cd20b436927b71bb59e1e8dffd6d9cff2ce1adbe5e432dd059b4
3
+ size 826250240
pythia_1.4b_sft_policy-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2bad4a20258eb53745ccfb932a8185d1541f7c5e4d1d01e6a3240e661a353656
3
+ size 915903488
pythia_1.4b_sft_policy-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:772d01cd0dc8a508cbe20fd9ac8bbadb871bcc70f167ca8a1e550e6bec9ba1c9
3
+ size 832541696
pythia_1.4b_sft_policy-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:24dd804937ef33afcece3e745a9501bdbdffec2e10365d09dd84c7f8fedaba8d
3
+ size 990118912
pythia_1.4b_sft_policy-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4da9c5f962c211309ffd1e4c48e3fd74c753e80e27d5f275127ff6e116e5ccb3
3
+ size 1056965632
pythia_1.4b_sft_policy-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b291622d22c301eb560886cb6ee187a3f3ed9521c05e66732b2ab3e524c5b253
3
+ size 990118912
pythia_1.4b_sft_policy-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4f3d2149cf0d149ed3d2b06f416dc61de27668990dc44aaac4478b1a9ae82371
3
+ size 1164229376
pythia_1.4b_sft_policy-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:10c607fb615f3612dcf270b73a2d379a4a3e795d4e35178e437596cd03e3b327
3
+ size 1506667776