morriszms commited on
Commit
9ae2c21
·
verified ·
1 Parent(s): 32179db

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
+ ablation-model-the-pile-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ ablation-model-the-pile-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ ablation-model-the-pile-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ ablation-model-the-pile-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ ablation-model-the-pile-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ ablation-model-the-pile-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ ablation-model-the-pile-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ ablation-model-the-pile-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ ablation-model-the-pile-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ ablation-model-the-pile-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ ablation-model-the-pile-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ ablation-model-the-pile-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,77 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ license: apache-2.0
4
+ base_model: HuggingFaceFW/ablation-model-the-pile
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
+ ## HuggingFaceFW/ablation-model-the-pile - GGUF
22
+
23
+ This repo contains GGUF format model files for [HuggingFaceFW/ablation-model-the-pile](https://huggingface.co/HuggingFaceFW/ablation-model-the-pile).
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
+ | [ablation-model-the-pile-Q2_K.gguf](https://huggingface.co/tensorblock/ablation-model-the-pile-GGUF/blob/main/ablation-model-the-pile-Q2_K.gguf) | Q2_K | 0.676 GB | smallest, significant quality loss - not recommended for most purposes |
44
+ | [ablation-model-the-pile-Q3_K_S.gguf](https://huggingface.co/tensorblock/ablation-model-the-pile-GGUF/blob/main/ablation-model-the-pile-Q3_K_S.gguf) | Q3_K_S | 0.779 GB | very small, high quality loss |
45
+ | [ablation-model-the-pile-Q3_K_M.gguf](https://huggingface.co/tensorblock/ablation-model-the-pile-GGUF/blob/main/ablation-model-the-pile-Q3_K_M.gguf) | Q3_K_M | 0.862 GB | very small, high quality loss |
46
+ | [ablation-model-the-pile-Q3_K_L.gguf](https://huggingface.co/tensorblock/ablation-model-the-pile-GGUF/blob/main/ablation-model-the-pile-Q3_K_L.gguf) | Q3_K_L | 0.934 GB | small, substantial quality loss |
47
+ | [ablation-model-the-pile-Q4_0.gguf](https://huggingface.co/tensorblock/ablation-model-the-pile-GGUF/blob/main/ablation-model-the-pile-Q4_0.gguf) | Q4_0 | 0.993 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
48
+ | [ablation-model-the-pile-Q4_K_S.gguf](https://huggingface.co/tensorblock/ablation-model-the-pile-GGUF/blob/main/ablation-model-the-pile-Q4_K_S.gguf) | Q4_K_S | 1.001 GB | small, greater quality loss |
49
+ | [ablation-model-the-pile-Q4_K_M.gguf](https://huggingface.co/tensorblock/ablation-model-the-pile-GGUF/blob/main/ablation-model-the-pile-Q4_K_M.gguf) | Q4_K_M | 1.057 GB | medium, balanced quality - recommended |
50
+ | [ablation-model-the-pile-Q5_0.gguf](https://huggingface.co/tensorblock/ablation-model-the-pile-GGUF/blob/main/ablation-model-the-pile-Q5_0.gguf) | Q5_0 | 1.194 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
51
+ | [ablation-model-the-pile-Q5_K_S.gguf](https://huggingface.co/tensorblock/ablation-model-the-pile-GGUF/blob/main/ablation-model-the-pile-Q5_K_S.gguf) | Q5_K_S | 1.194 GB | large, low quality loss - recommended |
52
+ | [ablation-model-the-pile-Q5_K_M.gguf](https://huggingface.co/tensorblock/ablation-model-the-pile-GGUF/blob/main/ablation-model-the-pile-Q5_K_M.gguf) | Q5_K_M | 1.227 GB | large, very low quality loss - recommended |
53
+ | [ablation-model-the-pile-Q6_K.gguf](https://huggingface.co/tensorblock/ablation-model-the-pile-GGUF/blob/main/ablation-model-the-pile-Q6_K.gguf) | Q6_K | 1.408 GB | very large, extremely low quality loss |
54
+ | [ablation-model-the-pile-Q8_0.gguf](https://huggingface.co/tensorblock/ablation-model-the-pile-GGUF/blob/main/ablation-model-the-pile-Q8_0.gguf) | Q8_0 | 1.823 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/ablation-model-the-pile-GGUF --include "ablation-model-the-pile-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/ablation-model-the-pile-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
77
+ ```
ablation-model-the-pile-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4d186b4f832ddc59f7073a74fc5e769aa13810a499333214cf66eafc2cc9f263
3
+ size 676462912
ablation-model-the-pile-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5548670c14e1d9f643d8249ba87e542200aaa7501f32dc812b7f28b7d1587f0e
3
+ size 934412608
ablation-model-the-pile-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:df9a8a3c2dc23c89286b6a1a688f1929e92ec3906aad59ae0c5928b3f41b0617
3
+ size 862060864
ablation-model-the-pile-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8028ea69e39e3b0a4e1584e686d4b0c6ea8f45ea1604a449f1be7477329c52db
3
+ size 778699072
ablation-model-the-pile-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:eb8e2f3c9379c39b70fb82edcfc41556c8ccbce71002a53d649307de38906492
3
+ size 992608576
ablation-model-the-pile-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7783a4e6e23b7086e0f7244c2c5fa5d309e8e6c8bc5e2bc86e43ed23dd7b7d32
3
+ size 1057489216
ablation-model-the-pile-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cd1d94c380c06a349e156196935a6208c252b9b0510530815a7755f6efaa1be4
3
+ size 1000997184
ablation-model-the-pile-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dbadf1b0fc1895413bc13f96ea5111e6af9f03fc725dec431fed60362dab401a
3
+ size 1193935168
ablation-model-the-pile-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f63c4fe1a6fd06d821bf8e3ada03fc1a512df3cf17b6f57c3865288274f43dcc
3
+ size 1227358528
ablation-model-the-pile-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ada387d0586437baeb2a4edbb91ec0fdb6afa2593435224f87bb727da32993d3
3
+ size 1193935168
ablation-model-the-pile-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0623b52b6fa89c4b3408b0543fb84b1afc25206da76c417aaadf0417e94ee1de
3
+ size 1407844672
ablation-model-the-pile-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c3d17146d872c576d1450c7adc7737c5db97101fc2797bebc3f97bfc431dbfd8
3
+ size 1822849856