morriszms commited on
Commit
7f10dc5
·
verified ·
1 Parent(s): 8ac4bcf

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
+ metastral-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ metastral-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ metastral-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ metastral-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ metastral-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ metastral-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ metastral-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ metastral-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ metastral-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ metastral-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ metastral-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ metastral-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,78 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ tags:
4
+ - TensorBlock
5
+ - GGUF
6
+ base_model: artnoage/metastral
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
+ ## artnoage/metastral - GGUF
21
+
22
+ This repo contains GGUF format model files for [artnoage/metastral](https://huggingface.co/artnoage/metastral).
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
+ <s>[INST] {system_prompt}
36
+
37
+ {prompt}[/INST]
38
+ ```
39
+
40
+ ## Model file specification
41
+
42
+ | Filename | Quant type | File Size | Description |
43
+ | -------- | ---------- | --------- | ----------- |
44
+ | [metastral-Q2_K.gguf](https://huggingface.co/tensorblock/metastral-GGUF/blob/main/metastral-Q2_K.gguf) | Q2_K | 2.723 GB | smallest, significant quality loss - not recommended for most purposes |
45
+ | [metastral-Q3_K_S.gguf](https://huggingface.co/tensorblock/metastral-GGUF/blob/main/metastral-Q3_K_S.gguf) | Q3_K_S | 3.169 GB | very small, high quality loss |
46
+ | [metastral-Q3_K_M.gguf](https://huggingface.co/tensorblock/metastral-GGUF/blob/main/metastral-Q3_K_M.gguf) | Q3_K_M | 3.523 GB | very small, high quality loss |
47
+ | [metastral-Q3_K_L.gguf](https://huggingface.co/tensorblock/metastral-GGUF/blob/main/metastral-Q3_K_L.gguf) | Q3_K_L | 3.826 GB | small, substantial quality loss |
48
+ | [metastral-Q4_0.gguf](https://huggingface.co/tensorblock/metastral-GGUF/blob/main/metastral-Q4_0.gguf) | Q4_0 | 4.113 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
49
+ | [metastral-Q4_K_S.gguf](https://huggingface.co/tensorblock/metastral-GGUF/blob/main/metastral-Q4_K_S.gguf) | Q4_K_S | 4.145 GB | small, greater quality loss |
50
+ | [metastral-Q4_K_M.gguf](https://huggingface.co/tensorblock/metastral-GGUF/blob/main/metastral-Q4_K_M.gguf) | Q4_K_M | 4.373 GB | medium, balanced quality - recommended |
51
+ | [metastral-Q5_0.gguf](https://huggingface.co/tensorblock/metastral-GGUF/blob/main/metastral-Q5_0.gguf) | Q5_0 | 5.002 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
52
+ | [metastral-Q5_K_S.gguf](https://huggingface.co/tensorblock/metastral-GGUF/blob/main/metastral-Q5_K_S.gguf) | Q5_K_S | 5.002 GB | large, low quality loss - recommended |
53
+ | [metastral-Q5_K_M.gguf](https://huggingface.co/tensorblock/metastral-GGUF/blob/main/metastral-Q5_K_M.gguf) | Q5_K_M | 5.136 GB | large, very low quality loss - recommended |
54
+ | [metastral-Q6_K.gguf](https://huggingface.co/tensorblock/metastral-GGUF/blob/main/metastral-Q6_K.gguf) | Q6_K | 5.947 GB | very large, extremely low quality loss |
55
+ | [metastral-Q8_0.gguf](https://huggingface.co/tensorblock/metastral-GGUF/blob/main/metastral-Q8_0.gguf) | Q8_0 | 7.703 GB | very large, extremely low quality loss - not recommended |
56
+
57
+
58
+ ## Downloading instruction
59
+
60
+ ### Command line
61
+
62
+ Firstly, install Huggingface Client
63
+
64
+ ```shell
65
+ pip install -U "huggingface_hub[cli]"
66
+ ```
67
+
68
+ Then, downoad the individual model file the a local directory
69
+
70
+ ```shell
71
+ huggingface-cli download tensorblock/metastral-GGUF --include "metastral-Q2_K.gguf" --local-dir MY_LOCAL_DIR
72
+ ```
73
+
74
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
75
+
76
+ ```shell
77
+ huggingface-cli download tensorblock/metastral-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
78
+ ```
metastral-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cea745edf5ce70709e6687e65688c97f5428eaf74fd75f78f42914392ab00945
3
+ size 2722878240
metastral-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3b9fc52b10f237105e58e4e13ee5a1f00550966be19275ba6c35a244a057a45b
3
+ size 3825980192
metastral-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8a833be0a7dff735e07c77e993320919692f04d6e2e482b0d3fcd54ce88d4edd
3
+ size 3522941728
metastral-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bc92d6b00c1c6f79522825dde3899f4586fe1fd90696845b5fa8927a2954bac7
3
+ size 3168523040
metastral-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9f43745eaf16edb27445d704652fcde47152a7c2621c71249b74dfb9f51ddc9e
3
+ size 4113290016
metastral-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dbb20ca2e8da029358667b3116313f1dfbb483d86231262b0019d3eda678c587
3
+ size 4372812576
metastral-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f57995805bc90bfcdfd6e40e5ead9f0a72b1a5cd5adf1ea77e8a088624d1b2ab
3
+ size 4144747296
metastral-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7a3fc5b16802617fee26b400a314395ef4d14fddbd2cb7cc635240f24f0648cd
3
+ size 5002482464
metastral-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:13b05a0b1d2b7aac84f8241491e13565bb456c65c08c708af390b34361a6e4ae
3
+ size 5136175904
metastral-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3951c781785f6d3be5e44525d8bea10e5aa0e0f5f6aff9d30abcfb300f59cfbc
3
+ size 5002482464
metastral-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a01e49bbcc889b3c75e8d7b19d37c01e8789c0e4344652d31ffc86dd9d36ad63
3
+ size 5947249440
metastral-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8f40f170ed8379a86be6eab5881d14fbfce57498f888045ccb2723fbf0127642
3
+ size 7702565664