Upload folder using huggingface_hub
Browse files- .gitattributes +12 -0
- README.md +75 -0
- practice-kullmmistral-7b-Q2_K.gguf +3 -0
- practice-kullmmistral-7b-Q3_K_L.gguf +3 -0
- practice-kullmmistral-7b-Q3_K_M.gguf +3 -0
- practice-kullmmistral-7b-Q3_K_S.gguf +3 -0
- practice-kullmmistral-7b-Q4_0.gguf +3 -0
- practice-kullmmistral-7b-Q4_K_M.gguf +3 -0
- practice-kullmmistral-7b-Q4_K_S.gguf +3 -0
- practice-kullmmistral-7b-Q5_0.gguf +3 -0
- practice-kullmmistral-7b-Q5_K_M.gguf +3 -0
- practice-kullmmistral-7b-Q5_K_S.gguf +3 -0
- practice-kullmmistral-7b-Q6_K.gguf +3 -0
- practice-kullmmistral-7b-Q8_0.gguf +3 -0
.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 |
+
practice-kullmmistral-7b-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
|
37 |
+
practice-kullmmistral-7b-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
|
38 |
+
practice-kullmmistral-7b-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
39 |
+
practice-kullmmistral-7b-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
40 |
+
practice-kullmmistral-7b-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
|
41 |
+
practice-kullmmistral-7b-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
42 |
+
practice-kullmmistral-7b-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
43 |
+
practice-kullmmistral-7b-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
|
44 |
+
practice-kullmmistral-7b-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
45 |
+
practice-kullmmistral-7b-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
46 |
+
practice-kullmmistral-7b-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
|
47 |
+
practice-kullmmistral-7b-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
README.md
ADDED
@@ -0,0 +1,75 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
base_model: Loyola/practice-kullmmistral-7b
|
3 |
+
tags:
|
4 |
+
- TensorBlock
|
5 |
+
- GGUF
|
6 |
+
---
|
7 |
+
|
8 |
+
<div style="width: auto; margin-left: auto; margin-right: auto">
|
9 |
+
<img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
|
10 |
+
</div>
|
11 |
+
<div style="display: flex; justify-content: space-between; width: 100%;">
|
12 |
+
<div style="display: flex; flex-direction: column; align-items: flex-start;">
|
13 |
+
<p style="margin-top: 0.5em; margin-bottom: 0em;">
|
14 |
+
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>
|
15 |
+
</p>
|
16 |
+
</div>
|
17 |
+
</div>
|
18 |
+
|
19 |
+
## Loyola/practice-kullmmistral-7b - GGUF
|
20 |
+
|
21 |
+
This repo contains GGUF format model files for [Loyola/practice-kullmmistral-7b](https://huggingface.co/Loyola/practice-kullmmistral-7b).
|
22 |
+
|
23 |
+
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).
|
24 |
+
|
25 |
+
<div style="text-align: left; margin: 20px 0;">
|
26 |
+
<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;">
|
27 |
+
Run them on the TensorBlock client using your local machine ↗
|
28 |
+
</a>
|
29 |
+
</div>
|
30 |
+
|
31 |
+
## Prompt template
|
32 |
+
|
33 |
+
```
|
34 |
+
<s>[INST] {prompt} [/INST]
|
35 |
+
```
|
36 |
+
|
37 |
+
## Model file specification
|
38 |
+
|
39 |
+
| Filename | Quant type | File Size | Description |
|
40 |
+
| -------- | ---------- | --------- | ----------- |
|
41 |
+
| [practice-kullmmistral-7b-Q2_K.gguf](https://huggingface.co/tensorblock/practice-kullmmistral-7b-GGUF/blob/main/practice-kullmmistral-7b-Q2_K.gguf) | Q2_K | 2.719 GB | smallest, significant quality loss - not recommended for most purposes |
|
42 |
+
| [practice-kullmmistral-7b-Q3_K_S.gguf](https://huggingface.co/tensorblock/practice-kullmmistral-7b-GGUF/blob/main/practice-kullmmistral-7b-Q3_K_S.gguf) | Q3_K_S | 3.165 GB | very small, high quality loss |
|
43 |
+
| [practice-kullmmistral-7b-Q3_K_M.gguf](https://huggingface.co/tensorblock/practice-kullmmistral-7b-GGUF/blob/main/practice-kullmmistral-7b-Q3_K_M.gguf) | Q3_K_M | 3.519 GB | very small, high quality loss |
|
44 |
+
| [practice-kullmmistral-7b-Q3_K_L.gguf](https://huggingface.co/tensorblock/practice-kullmmistral-7b-GGUF/blob/main/practice-kullmmistral-7b-Q3_K_L.gguf) | Q3_K_L | 3.822 GB | small, substantial quality loss |
|
45 |
+
| [practice-kullmmistral-7b-Q4_0.gguf](https://huggingface.co/tensorblock/practice-kullmmistral-7b-GGUF/blob/main/practice-kullmmistral-7b-Q4_0.gguf) | Q4_0 | 4.109 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
|
46 |
+
| [practice-kullmmistral-7b-Q4_K_S.gguf](https://huggingface.co/tensorblock/practice-kullmmistral-7b-GGUF/blob/main/practice-kullmmistral-7b-Q4_K_S.gguf) | Q4_K_S | 4.140 GB | small, greater quality loss |
|
47 |
+
| [practice-kullmmistral-7b-Q4_K_M.gguf](https://huggingface.co/tensorblock/practice-kullmmistral-7b-GGUF/blob/main/practice-kullmmistral-7b-Q4_K_M.gguf) | Q4_K_M | 4.368 GB | medium, balanced quality - recommended |
|
48 |
+
| [practice-kullmmistral-7b-Q5_0.gguf](https://huggingface.co/tensorblock/practice-kullmmistral-7b-GGUF/blob/main/practice-kullmmistral-7b-Q5_0.gguf) | Q5_0 | 4.998 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
|
49 |
+
| [practice-kullmmistral-7b-Q5_K_S.gguf](https://huggingface.co/tensorblock/practice-kullmmistral-7b-GGUF/blob/main/practice-kullmmistral-7b-Q5_K_S.gguf) | Q5_K_S | 4.998 GB | large, low quality loss - recommended |
|
50 |
+
| [practice-kullmmistral-7b-Q5_K_M.gguf](https://huggingface.co/tensorblock/practice-kullmmistral-7b-GGUF/blob/main/practice-kullmmistral-7b-Q5_K_M.gguf) | Q5_K_M | 5.131 GB | large, very low quality loss - recommended |
|
51 |
+
| [practice-kullmmistral-7b-Q6_K.gguf](https://huggingface.co/tensorblock/practice-kullmmistral-7b-GGUF/blob/main/practice-kullmmistral-7b-Q6_K.gguf) | Q6_K | 5.942 GB | very large, extremely low quality loss |
|
52 |
+
| [practice-kullmmistral-7b-Q8_0.gguf](https://huggingface.co/tensorblock/practice-kullmmistral-7b-GGUF/blob/main/practice-kullmmistral-7b-Q8_0.gguf) | Q8_0 | 7.696 GB | very large, extremely low quality loss - not recommended |
|
53 |
+
|
54 |
+
|
55 |
+
## Downloading instruction
|
56 |
+
|
57 |
+
### Command line
|
58 |
+
|
59 |
+
Firstly, install Huggingface Client
|
60 |
+
|
61 |
+
```shell
|
62 |
+
pip install -U "huggingface_hub[cli]"
|
63 |
+
```
|
64 |
+
|
65 |
+
Then, downoad the individual model file the a local directory
|
66 |
+
|
67 |
+
```shell
|
68 |
+
huggingface-cli download tensorblock/practice-kullmmistral-7b-GGUF --include "practice-kullmmistral-7b-Q2_K.gguf" --local-dir MY_LOCAL_DIR
|
69 |
+
```
|
70 |
+
|
71 |
+
If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
|
72 |
+
|
73 |
+
```shell
|
74 |
+
huggingface-cli download tensorblock/practice-kullmmistral-7b-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
|
75 |
+
```
|
practice-kullmmistral-7b-Q2_K.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:17e732a73203592abb727cc5d0ad265deae2b829efd172073de16dec26248ed9
|
3 |
+
size 2719242784
|
practice-kullmmistral-7b-Q3_K_L.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:efcd7239f18db78967b7d4198080e7defec65807e9abbe46bf8eec2fc5c6fa12
|
3 |
+
size 3822025248
|
practice-kullmmistral-7b-Q3_K_M.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4c08e5ab62cda1f981ce4ae860d70044abd370da2d8eb50e6f20dc93411b53e0
|
3 |
+
size 3518986784
|
practice-kullmmistral-7b-Q3_K_S.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4ee8373f14722844b00f35454714cb3e23c37bc6ac5fd9af4a80714524596a9c
|
3 |
+
size 3164568096
|
practice-kullmmistral-7b-Q4_0.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0ceb28595cfa5102512b6168f67478bd0e0c376554d4fcda46feb379dc12d546
|
3 |
+
size 4108917280
|
practice-kullmmistral-7b-Q4_K_M.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6af455c1d10ee75664835ebc03de9436bef75bf860c8f3fe6fb1406b2c57336a
|
3 |
+
size 4368439840
|
practice-kullmmistral-7b-Q4_K_S.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9aedf08314318b1caf85f64e53c8073c0003d88ee5b3e009325fb47da87ada7e
|
3 |
+
size 4140374560
|
practice-kullmmistral-7b-Q5_0.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:206d95e2bf5d4391171bddc616c6d7d6f1c8a28e5740906a59bbd398517bc407
|
3 |
+
size 4997716512
|
practice-kullmmistral-7b-Q5_K_M.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:02e86162895fdd847f6903537fead3aec52e7822ce1fc83c269bcab1610d7218
|
3 |
+
size 5131409952
|
practice-kullmmistral-7b-Q5_K_S.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4ee196cc97cf00ed566672961c4d93ba0fae53745d612629369c78b1d7b8607b
|
3 |
+
size 4997716512
|
practice-kullmmistral-7b-Q6_K.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:01cb109df5e2be79c30203659fba57a35ba4198625e45f80dec99786e0198f8b
|
3 |
+
size 5942065696
|
practice-kullmmistral-7b-Q8_0.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0c6ba40afd6934e61fbb57ebe221d2ea29f00a107c904cca7cdbf98d2a989eb6
|
3 |
+
size 7695858208
|