morriszms commited on
Commit
f830430
·
verified ·
1 Parent(s): 28f0139

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-edu-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ ablation-model-fineweb-edu-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ ablation-model-fineweb-edu-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ ablation-model-fineweb-edu-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ ablation-model-fineweb-edu-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ ablation-model-fineweb-edu-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ ablation-model-fineweb-edu-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ ablation-model-fineweb-edu-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ ablation-model-fineweb-edu-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ ablation-model-fineweb-edu-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ ablation-model-fineweb-edu-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ ablation-model-fineweb-edu-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,81 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ license: apache-2.0
4
+ language:
5
+ - en
6
+ datasets:
7
+ - HuggingFaceFW/fineweb-edu
8
+ tags:
9
+ - TensorBlock
10
+ - GGUF
11
+ base_model: HuggingFaceFW/ablation-model-fineweb-edu
12
+ ---
13
+
14
+ <div style="width: auto; margin-left: auto; margin-right: auto">
15
+ <img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
16
+ </div>
17
+ <div style="display: flex; justify-content: space-between; width: 100%;">
18
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
19
+ <p style="margin-top: 0.5em; margin-bottom: 0em;">
20
+ 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>
21
+ </p>
22
+ </div>
23
+ </div>
24
+
25
+ ## HuggingFaceFW/ablation-model-fineweb-edu - GGUF
26
+
27
+ This repo contains GGUF format model files for [HuggingFaceFW/ablation-model-fineweb-edu](https://huggingface.co/HuggingFaceFW/ablation-model-fineweb-edu).
28
+
29
+ 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).
30
+
31
+ <div style="text-align: left; margin: 20px 0;">
32
+ <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;">
33
+ Run them on the TensorBlock client using your local machine ↗
34
+ </a>
35
+ </div>
36
+
37
+ ## Prompt template
38
+
39
+ ```
40
+
41
+ ```
42
+
43
+ ## Model file specification
44
+
45
+ | Filename | Quant type | File Size | Description |
46
+ | -------- | ---------- | --------- | ----------- |
47
+ | [ablation-model-fineweb-edu-Q2_K.gguf](https://huggingface.co/tensorblock/ablation-model-fineweb-edu-GGUF/blob/main/ablation-model-fineweb-edu-Q2_K.gguf) | Q2_K | 0.630 GB | smallest, significant quality loss - not recommended for most purposes |
48
+ | [ablation-model-fineweb-edu-Q3_K_S.gguf](https://huggingface.co/tensorblock/ablation-model-fineweb-edu-GGUF/blob/main/ablation-model-fineweb-edu-Q3_K_S.gguf) | Q3_K_S | 0.725 GB | very small, high quality loss |
49
+ | [ablation-model-fineweb-edu-Q3_K_M.gguf](https://huggingface.co/tensorblock/ablation-model-fineweb-edu-GGUF/blob/main/ablation-model-fineweb-edu-Q3_K_M.gguf) | Q3_K_M | 0.803 GB | very small, high quality loss |
50
+ | [ablation-model-fineweb-edu-Q3_K_L.gguf](https://huggingface.co/tensorblock/ablation-model-fineweb-edu-GGUF/blob/main/ablation-model-fineweb-edu-Q3_K_L.gguf) | Q3_K_L | 0.870 GB | small, substantial quality loss |
51
+ | [ablation-model-fineweb-edu-Q4_0.gguf](https://huggingface.co/tensorblock/ablation-model-fineweb-edu-GGUF/blob/main/ablation-model-fineweb-edu-Q4_0.gguf) | Q4_0 | 0.924 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
52
+ | [ablation-model-fineweb-edu-Q4_K_S.gguf](https://huggingface.co/tensorblock/ablation-model-fineweb-edu-GGUF/blob/main/ablation-model-fineweb-edu-Q4_K_S.gguf) | Q4_K_S | 0.932 GB | small, greater quality loss |
53
+ | [ablation-model-fineweb-edu-Q4_K_M.gguf](https://huggingface.co/tensorblock/ablation-model-fineweb-edu-GGUF/blob/main/ablation-model-fineweb-edu-Q4_K_M.gguf) | Q4_K_M | 0.985 GB | medium, balanced quality - recommended |
54
+ | [ablation-model-fineweb-edu-Q5_0.gguf](https://huggingface.co/tensorblock/ablation-model-fineweb-edu-GGUF/blob/main/ablation-model-fineweb-edu-Q5_0.gguf) | Q5_0 | 1.112 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
55
+ | [ablation-model-fineweb-edu-Q5_K_S.gguf](https://huggingface.co/tensorblock/ablation-model-fineweb-edu-GGUF/blob/main/ablation-model-fineweb-edu-Q5_K_S.gguf) | Q5_K_S | 1.112 GB | large, low quality loss - recommended |
56
+ | [ablation-model-fineweb-edu-Q5_K_M.gguf](https://huggingface.co/tensorblock/ablation-model-fineweb-edu-GGUF/blob/main/ablation-model-fineweb-edu-Q5_K_M.gguf) | Q5_K_M | 1.143 GB | large, very low quality loss - recommended |
57
+ | [ablation-model-fineweb-edu-Q6_K.gguf](https://huggingface.co/tensorblock/ablation-model-fineweb-edu-GGUF/blob/main/ablation-model-fineweb-edu-Q6_K.gguf) | Q6_K | 1.311 GB | very large, extremely low quality loss |
58
+ | [ablation-model-fineweb-edu-Q8_0.gguf](https://huggingface.co/tensorblock/ablation-model-fineweb-edu-GGUF/blob/main/ablation-model-fineweb-edu-Q8_0.gguf) | Q8_0 | 1.698 GB | very large, extremely low quality loss - not recommended |
59
+
60
+
61
+ ## Downloading instruction
62
+
63
+ ### Command line
64
+
65
+ Firstly, install Huggingface Client
66
+
67
+ ```shell
68
+ pip install -U "huggingface_hub[cli]"
69
+ ```
70
+
71
+ Then, downoad the individual model file the a local directory
72
+
73
+ ```shell
74
+ huggingface-cli download tensorblock/ablation-model-fineweb-edu-GGUF --include "ablation-model-fineweb-edu-Q2_K.gguf" --local-dir MY_LOCAL_DIR
75
+ ```
76
+
77
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
78
+
79
+ ```shell
80
+ huggingface-cli download tensorblock/ablation-model-fineweb-edu-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
81
+ ```
ablation-model-fineweb-edu-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0a61c3835214345a05efb2c60855e2dc5c8c00f5aa475bea5775151c7bea9e10
3
+ size 676463040
ablation-model-fineweb-edu-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:21d22edebe29367481516a4b08e73b303eabd2b79179bf8f67afb7db8e8b2198
3
+ size 934412736
ablation-model-fineweb-edu-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5b92fce7309d524c7b69aba2a75181f1dcda3db36d85126b7bcbf32b4063d697
3
+ size 862060992
ablation-model-fineweb-edu-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4b3e2708d33d0706016a6017137c6542e178067a1057d0961452ca18850550c6
3
+ size 778699200
ablation-model-fineweb-edu-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5f959477411387664206dc0990abb3ca3c07fd2d1d80d96af41c3fac164967bd
3
+ size 992608704
ablation-model-fineweb-edu-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3108e41e9e701ae6eb33744189afda7571979ad834c90aa601e06239e6d83fc3
3
+ size 1057489344
ablation-model-fineweb-edu-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:67343ceaac6212e17ba7d408980cd27dedcdd92d5f58cec341f271772d690f7a
3
+ size 1000997312
ablation-model-fineweb-edu-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e7ef7ac712537f9d97db367b51e0a8cd32fe716e6854572dada550c6a9c6c4ca
3
+ size 1193935296
ablation-model-fineweb-edu-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:da8cb35143fad63a5883cd25399eee4f1e0f19ad159d9b591de87edc7f1a68fd
3
+ size 1227358656
ablation-model-fineweb-edu-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c01fa106742fbc5424f2d9b75b95a46acd3a33dddd0921894a86362cf74909ca
3
+ size 1193935296
ablation-model-fineweb-edu-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:811d04f5a586e7367057824b55c3a61f6ca53fec7999bb6ab693407b9bf89a8e
3
+ size 1407844800
ablation-model-fineweb-edu-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2873c4309612aafcc3557fced9877b3f153f95d0cf32399117e688d06dab6316
3
+ size 1822849984