morriszms commited on
Commit
2e1cab2
·
verified ·
1 Parent(s): 007ff6b

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-fineweb-v1-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ ablation-model-fineweb-v1-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ ablation-model-fineweb-v1-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ ablation-model-fineweb-v1-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ ablation-model-fineweb-v1-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ ablation-model-fineweb-v1-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ ablation-model-fineweb-v1-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ ablation-model-fineweb-v1-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ ablation-model-fineweb-v1-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ ablation-model-fineweb-v1-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ ablation-model-fineweb-v1-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ ablation-model-fineweb-v1-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
+ tags:
5
+ - TensorBlock
6
+ - GGUF
7
+ base_model: HuggingFaceFW/ablation-model-fineweb-v1
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-fineweb-v1 - GGUF
22
+
23
+ This repo contains GGUF format model files for [HuggingFaceFW/ablation-model-fineweb-v1](https://huggingface.co/HuggingFaceFW/ablation-model-fineweb-v1).
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-fineweb-v1-Q2_K.gguf](https://huggingface.co/tensorblock/ablation-model-fineweb-v1-GGUF/blob/main/ablation-model-fineweb-v1-Q2_K.gguf) | Q2_K | 0.676 GB | smallest, significant quality loss - not recommended for most purposes |
44
+ | [ablation-model-fineweb-v1-Q3_K_S.gguf](https://huggingface.co/tensorblock/ablation-model-fineweb-v1-GGUF/blob/main/ablation-model-fineweb-v1-Q3_K_S.gguf) | Q3_K_S | 0.779 GB | very small, high quality loss |
45
+ | [ablation-model-fineweb-v1-Q3_K_M.gguf](https://huggingface.co/tensorblock/ablation-model-fineweb-v1-GGUF/blob/main/ablation-model-fineweb-v1-Q3_K_M.gguf) | Q3_K_M | 0.862 GB | very small, high quality loss |
46
+ | [ablation-model-fineweb-v1-Q3_K_L.gguf](https://huggingface.co/tensorblock/ablation-model-fineweb-v1-GGUF/blob/main/ablation-model-fineweb-v1-Q3_K_L.gguf) | Q3_K_L | 0.934 GB | small, substantial quality loss |
47
+ | [ablation-model-fineweb-v1-Q4_0.gguf](https://huggingface.co/tensorblock/ablation-model-fineweb-v1-GGUF/blob/main/ablation-model-fineweb-v1-Q4_0.gguf) | Q4_0 | 0.993 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
48
+ | [ablation-model-fineweb-v1-Q4_K_S.gguf](https://huggingface.co/tensorblock/ablation-model-fineweb-v1-GGUF/blob/main/ablation-model-fineweb-v1-Q4_K_S.gguf) | Q4_K_S | 1.001 GB | small, greater quality loss |
49
+ | [ablation-model-fineweb-v1-Q4_K_M.gguf](https://huggingface.co/tensorblock/ablation-model-fineweb-v1-GGUF/blob/main/ablation-model-fineweb-v1-Q4_K_M.gguf) | Q4_K_M | 1.057 GB | medium, balanced quality - recommended |
50
+ | [ablation-model-fineweb-v1-Q5_0.gguf](https://huggingface.co/tensorblock/ablation-model-fineweb-v1-GGUF/blob/main/ablation-model-fineweb-v1-Q5_0.gguf) | Q5_0 | 1.194 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
51
+ | [ablation-model-fineweb-v1-Q5_K_S.gguf](https://huggingface.co/tensorblock/ablation-model-fineweb-v1-GGUF/blob/main/ablation-model-fineweb-v1-Q5_K_S.gguf) | Q5_K_S | 1.194 GB | large, low quality loss - recommended |
52
+ | [ablation-model-fineweb-v1-Q5_K_M.gguf](https://huggingface.co/tensorblock/ablation-model-fineweb-v1-GGUF/blob/main/ablation-model-fineweb-v1-Q5_K_M.gguf) | Q5_K_M | 1.227 GB | large, very low quality loss - recommended |
53
+ | [ablation-model-fineweb-v1-Q6_K.gguf](https://huggingface.co/tensorblock/ablation-model-fineweb-v1-GGUF/blob/main/ablation-model-fineweb-v1-Q6_K.gguf) | Q6_K | 1.408 GB | very large, extremely low quality loss |
54
+ | [ablation-model-fineweb-v1-Q8_0.gguf](https://huggingface.co/tensorblock/ablation-model-fineweb-v1-GGUF/blob/main/ablation-model-fineweb-v1-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-fineweb-v1-GGUF --include "ablation-model-fineweb-v1-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-fineweb-v1-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
77
+ ```
ablation-model-fineweb-v1-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:df76f711460df32855c316fb9e5d9c64f8ecdc54e3c665ed8904e520e210f859
3
+ size 676463008
ablation-model-fineweb-v1-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:731824f298395a58bf50f45417905bc0ae4a881c5eaeb58435be936d5c0047f4
3
+ size 934412704
ablation-model-fineweb-v1-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:41b408162139933f1bb1e8540a6712e4d0d7768774c02e89afaa731a27b2edf5
3
+ size 862060960
ablation-model-fineweb-v1-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:05f4005feaaa1667d99013f891b3556754aee1d4b7fe4b38efb84e772e86ae23
3
+ size 778699168
ablation-model-fineweb-v1-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e0e798768b24c58f85d4d4ce9e912d934328d4728e74d98df40bf72e6815b9e5
3
+ size 992608672
ablation-model-fineweb-v1-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cf63861f2e8ceb2bcc3afc5b4134efced7b78df7226d189ccda548e40dc4e0c5
3
+ size 1057489312
ablation-model-fineweb-v1-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:be2f21dc8b751d2b21a494fde135891d446d2cca009749bf789d65191edf389b
3
+ size 1000997280
ablation-model-fineweb-v1-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:878b344c8c6323f8b1b35180d4579a910cd785868fef4c7781811a28cd2fd3c6
3
+ size 1193935264
ablation-model-fineweb-v1-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:72d6c23bee9f7eb940807eb2562acfa38b7c1da9bcd039aa54a7576ef01965c2
3
+ size 1227358624
ablation-model-fineweb-v1-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:23746e6e633e03ea41e399f33cef998c86c9dae93e02351afe2fa636c36f387e
3
+ size 1193935264
ablation-model-fineweb-v1-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:10b8660c037f4bc8bcfca38a1b5f5487a0c086b963cdb871970a47f4fb723773
3
+ size 1407844768
ablation-model-fineweb-v1-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:91397894e0daa4c9707ce1a6e4566b48eee1763871f049d97f9aef4de13808ad
3
+ size 1822849952