morriszms commited on
Commit
947920a
·
verified ·
1 Parent(s): 80e5aff

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
+ model-6-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ model-6-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ model-6-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ model-6-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ model-6-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ model-6-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ model-6-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ model-6-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ model-6-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ model-6-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ model-6-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ model-6-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,80 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ tags:
4
+ - TensorBlock
5
+ - GGUF
6
+ base_model: miracle085/model-6
7
+ ---
8
+
9
+ <div style="width: auto; margin-left: auto; margin-right: auto">
10
+ <img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
11
+ </div>
12
+ <div style="display: flex; justify-content: space-between; width: 100%;">
13
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
14
+ <p style="margin-top: 0.5em; margin-bottom: 0em;">
15
+ 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>
16
+ </p>
17
+ </div>
18
+ </div>
19
+
20
+ ## miracle085/model-6 - GGUF
21
+
22
+ This repo contains GGUF format model files for [miracle085/model-6](https://huggingface.co/miracle085/model-6).
23
+
24
+ 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).
25
+
26
+ <div style="text-align: left; margin: 20px 0;">
27
+ <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;">
28
+ Run them on the TensorBlock client using your local machine ↗
29
+ </a>
30
+ </div>
31
+
32
+ ## Prompt template
33
+
34
+ ```
35
+ <|system|>
36
+ {system_prompt}<|endoftext|>
37
+ <|user|>
38
+ {prompt}<|endoftext|>
39
+ <|assistant|>
40
+ ```
41
+
42
+ ## Model file specification
43
+
44
+ | Filename | Quant type | File Size | Description |
45
+ | -------- | ---------- | --------- | ----------- |
46
+ | [model-6-Q2_K.gguf](https://huggingface.co/tensorblock/model-6-GGUF/blob/main/model-6-Q2_K.gguf) | Q2_K | 0.693 GB | smallest, significant quality loss - not recommended for most purposes |
47
+ | [model-6-Q3_K_S.gguf](https://huggingface.co/tensorblock/model-6-GGUF/blob/main/model-6-Q3_K_S.gguf) | Q3_K_S | 0.791 GB | very small, high quality loss |
48
+ | [model-6-Q3_K_M.gguf](https://huggingface.co/tensorblock/model-6-GGUF/blob/main/model-6-Q3_K_M.gguf) | Q3_K_M | 0.857 GB | very small, high quality loss |
49
+ | [model-6-Q3_K_L.gguf](https://huggingface.co/tensorblock/model-6-GGUF/blob/main/model-6-Q3_K_L.gguf) | Q3_K_L | 0.914 GB | small, substantial quality loss |
50
+ | [model-6-Q4_0.gguf](https://huggingface.co/tensorblock/model-6-GGUF/blob/main/model-6-Q4_0.gguf) | Q4_0 | 0.982 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
51
+ | [model-6-Q4_K_S.gguf](https://huggingface.co/tensorblock/model-6-GGUF/blob/main/model-6-Q4_K_S.gguf) | Q4_K_S | 0.988 GB | small, greater quality loss |
52
+ | [model-6-Q4_K_M.gguf](https://huggingface.co/tensorblock/model-6-GGUF/blob/main/model-6-Q4_K_M.gguf) | Q4_K_M | 1.030 GB | medium, balanced quality - recommended |
53
+ | [model-6-Q5_0.gguf](https://huggingface.co/tensorblock/model-6-GGUF/blob/main/model-6-Q5_0.gguf) | Q5_0 | 1.162 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
54
+ | [model-6-Q5_K_S.gguf](https://huggingface.co/tensorblock/model-6-GGUF/blob/main/model-6-Q5_K_S.gguf) | Q5_K_S | 1.162 GB | large, low quality loss - recommended |
55
+ | [model-6-Q5_K_M.gguf](https://huggingface.co/tensorblock/model-6-GGUF/blob/main/model-6-Q5_K_M.gguf) | Q5_K_M | 1.187 GB | large, very low quality loss - recommended |
56
+ | [model-6-Q6_K.gguf](https://huggingface.co/tensorblock/model-6-GGUF/blob/main/model-6-Q6_K.gguf) | Q6_K | 1.353 GB | very large, extremely low quality loss |
57
+ | [model-6-Q8_0.gguf](https://huggingface.co/tensorblock/model-6-GGUF/blob/main/model-6-Q8_0.gguf) | Q8_0 | 1.751 GB | very large, extremely low quality loss - not recommended |
58
+
59
+
60
+ ## Downloading instruction
61
+
62
+ ### Command line
63
+
64
+ Firstly, install Huggingface Client
65
+
66
+ ```shell
67
+ pip install -U "huggingface_hub[cli]"
68
+ ```
69
+
70
+ Then, downoad the individual model file the a local directory
71
+
72
+ ```shell
73
+ huggingface-cli download tensorblock/model-6-GGUF --include "model-6-Q2_K.gguf" --local-dir MY_LOCAL_DIR
74
+ ```
75
+
76
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
77
+
78
+ ```shell
79
+ huggingface-cli download tensorblock/model-6-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
80
+ ```
model-6-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:aaf94ae0d6a18561b9ac2b50576e857877e9b03e7cf315781861fc4c11b6b69f
3
+ size 693164448
model-6-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:04658fc9c3f367cd9a5be5e00ee079727ccc1550bf53f698019ca1357c84fa68
3
+ size 913988000
model-6-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5c32c35ace0f4d775fe172c02d1e196fa3e80f705a5db1a7a35d5aa7b4791fed
3
+ size 856709536
model-6-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c4b3ae6b9117db2baf2c4cadaf840257249ed85644a742acbb0d321185206ebc
3
+ size 790714784
model-6-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:71950fa05db116228fd4dedee0e5d24314933a09d0d4db8d8b468d4d68d97c24
3
+ size 981784992
model-6-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c5b869f84bc0003827a047f58c4d09d2f92278ac45d46628a6c3f0fa9f8218d9
3
+ size 1030445472
model-6-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ba76b5083f38e22ed91488bd474be20e65ab0b117c678d30b30526ea5730f008
3
+ size 988207520
model-6-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c3230cee3244e4dc906e701bbb7e7a83e0bf65bd1c244d7cbc3d6dda308ffdec
3
+ size 1161615776
model-6-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0ccbef910b4ea05ad8e5d45007ff8b270bcd078cd57d7586f6dfaa8a6832b241
3
+ size 1186683296
model-6-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7362335d3bb66f969c2b9ae28c2526c03a6c5d85cb41547cb617325d2b357309
3
+ size 1161615776
model-6-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c5472e49c7a0915df5187a89a9cba59b06c624e774c1907fdb33839355e154d5
3
+ size 1352685984
model-6-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8329e4fad38cb986132d3ad8d73f3cdb07a0ae4f82d8b86dda8475ac9097c67c
3
+ size 1750882720