morriszms commited on
Commit
cbdc3f7
·
verified ·
1 Parent(s): 612b2c9

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
+ tiny-mistral-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ tiny-mistral-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ tiny-mistral-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ tiny-mistral-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ tiny-mistral-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ tiny-mistral-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ tiny-mistral-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ tiny-mistral-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ tiny-mistral-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ tiny-mistral-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ tiny-mistral-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ tiny-mistral-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,75 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: openaccess-ai-collective/tiny-mistral
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
+ ## openaccess-ai-collective/tiny-mistral - GGUF
20
+
21
+ This repo contains GGUF format model files for [openaccess-ai-collective/tiny-mistral](https://huggingface.co/openaccess-ai-collective/tiny-mistral).
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
+
35
+ ```
36
+
37
+ ## Model file specification
38
+
39
+ | Filename | Quant type | File Size | Description |
40
+ | -------- | ---------- | --------- | ----------- |
41
+ | [tiny-mistral-Q2_K.gguf](https://huggingface.co/tensorblock/tiny-mistral-GGUF/blob/main/tiny-mistral-Q2_K.gguf) | Q2_K | 0.085 GB | smallest, significant quality loss - not recommended for most purposes |
42
+ | [tiny-mistral-Q3_K_S.gguf](https://huggingface.co/tensorblock/tiny-mistral-GGUF/blob/main/tiny-mistral-Q3_K_S.gguf) | Q3_K_S | 0.099 GB | very small, high quality loss |
43
+ | [tiny-mistral-Q3_K_M.gguf](https://huggingface.co/tensorblock/tiny-mistral-GGUF/blob/main/tiny-mistral-Q3_K_M.gguf) | Q3_K_M | 0.107 GB | very small, high quality loss |
44
+ | [tiny-mistral-Q3_K_L.gguf](https://huggingface.co/tensorblock/tiny-mistral-GGUF/blob/main/tiny-mistral-Q3_K_L.gguf) | Q3_K_L | 0.115 GB | small, substantial quality loss |
45
+ | [tiny-mistral-Q4_0.gguf](https://huggingface.co/tensorblock/tiny-mistral-GGUF/blob/main/tiny-mistral-Q4_0.gguf) | Q4_0 | 0.125 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
46
+ | [tiny-mistral-Q4_K_S.gguf](https://huggingface.co/tensorblock/tiny-mistral-GGUF/blob/main/tiny-mistral-Q4_K_S.gguf) | Q4_K_S | 0.126 GB | small, greater quality loss |
47
+ | [tiny-mistral-Q4_K_M.gguf](https://huggingface.co/tensorblock/tiny-mistral-GGUF/blob/main/tiny-mistral-Q4_K_M.gguf) | Q4_K_M | 0.133 GB | medium, balanced quality - recommended |
48
+ | [tiny-mistral-Q5_0.gguf](https://huggingface.co/tensorblock/tiny-mistral-GGUF/blob/main/tiny-mistral-Q5_0.gguf) | Q5_0 | 0.150 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
49
+ | [tiny-mistral-Q5_K_S.gguf](https://huggingface.co/tensorblock/tiny-mistral-GGUF/blob/main/tiny-mistral-Q5_K_S.gguf) | Q5_K_S | 0.150 GB | large, low quality loss - recommended |
50
+ | [tiny-mistral-Q5_K_M.gguf](https://huggingface.co/tensorblock/tiny-mistral-GGUF/blob/main/tiny-mistral-Q5_K_M.gguf) | Q5_K_M | 0.154 GB | large, very low quality loss - recommended |
51
+ | [tiny-mistral-Q6_K.gguf](https://huggingface.co/tensorblock/tiny-mistral-GGUF/blob/main/tiny-mistral-Q6_K.gguf) | Q6_K | 0.176 GB | very large, extremely low quality loss |
52
+ | [tiny-mistral-Q8_0.gguf](https://huggingface.co/tensorblock/tiny-mistral-GGUF/blob/main/tiny-mistral-Q8_0.gguf) | Q8_0 | 0.228 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/tiny-mistral-GGUF --include "tiny-mistral-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/tiny-mistral-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
75
+ ```
tiny-mistral-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:538f5ae0d81da36f109ec08ecc50abb4e4e158b39eea0fcb869242179105a6c7
3
+ size 85395712
tiny-mistral-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6a1ee9c9f2364431b8eb6a9ca794a70b69bb1775c29251e01713367e8e15f3e4
3
+ size 114998528
tiny-mistral-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:04a0c996a9ca685ba67a54a3b8fdf263a5959776865dd1cfe822b89c167147d2
3
+ size 107347200
tiny-mistral-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:20adfb9d856ba441d0aae4f1360dd1d489d890a95e0ec2686ada3d4b7505a58c
3
+ size 99183872
tiny-mistral-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bf27f7b6afbdd428a1255304e90cfc5ea6c0ad6012cd4c9303aea1eecc8dce03
3
+ size 125452544
tiny-mistral-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ec73af1c3ed3b70e9c62e246c9bc25c0e6581392057d198f8000aaa29a87d4d3
3
+ size 133089536
tiny-mistral-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:90597288ec78a49894061279c70a742704422b3aa964c608bded547dd3d26527
3
+ size 126402816
tiny-mistral-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:075162eb2d6849398cf1dcc30386e3303d2985ceb6ba7b0b322cd4f7a989c83a
3
+ size 150176000
tiny-mistral-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7db191ec46051934b583ccf1d8f31236f2f3db582edad9aacf6559237b1058ee
3
+ size 154110208
tiny-mistral-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c71180f90d74ed3909b699a94367e29a8d1f21c1cb4b932b0ebecb9647102855
3
+ size 150176000
tiny-mistral-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:26b76896053b5e14a86d2ac67188b5b300ef8878a6d4500cccddaa6e47d60326
3
+ size 176444672
tiny-mistral-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b49f9bef91e67c98f5d184ed46c8bb2939320bc55213e320cb8c5b25e873e497
3
+ size 228314368