morriszms commited on
Commit
54c6481
1 Parent(s): ec6b5d1

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
+ mistral-1.1b-testing-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ mistral-1.1b-testing-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ mistral-1.1b-testing-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ mistral-1.1b-testing-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ mistral-1.1b-testing-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ mistral-1.1b-testing-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ mistral-1.1b-testing-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ mistral-1.1b-testing-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ mistral-1.1b-testing-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ mistral-1.1b-testing-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ mistral-1.1b-testing-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ mistral-1.1b-testing-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,76 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ base_model: optimum/mistral-1.1b-testing
4
+ tags:
5
+ - TensorBlock
6
+ - GGUF
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
+ ## optimum/mistral-1.1b-testing - GGUF
21
+
22
+ This repo contains GGUF format model files for [optimum/mistral-1.1b-testing](https://huggingface.co/optimum/mistral-1.1b-testing).
23
+
24
+ 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).
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
+
36
+ ```
37
+
38
+ ## Model file specification
39
+
40
+ | Filename | Quant type | File Size | Description |
41
+ | -------- | ---------- | --------- | ----------- |
42
+ | [mistral-1.1b-testing-Q2_K.gguf](https://huggingface.co/tensorblock/mistral-1.1b-testing-GGUF/blob/main/mistral-1.1b-testing-Q2_K.gguf) | Q2_K | 0.402 GB | smallest, significant quality loss - not recommended for most purposes |
43
+ | [mistral-1.1b-testing-Q3_K_S.gguf](https://huggingface.co/tensorblock/mistral-1.1b-testing-GGUF/blob/main/mistral-1.1b-testing-Q3_K_S.gguf) | Q3_K_S | 0.465 GB | very small, high quality loss |
44
+ | [mistral-1.1b-testing-Q3_K_M.gguf](https://huggingface.co/tensorblock/mistral-1.1b-testing-GGUF/blob/main/mistral-1.1b-testing-Q3_K_M.gguf) | Q3_K_M | 0.511 GB | very small, high quality loss |
45
+ | [mistral-1.1b-testing-Q3_K_L.gguf](https://huggingface.co/tensorblock/mistral-1.1b-testing-GGUF/blob/main/mistral-1.1b-testing-Q3_K_L.gguf) | Q3_K_L | 0.551 GB | small, substantial quality loss |
46
+ | [mistral-1.1b-testing-Q4_0.gguf](https://huggingface.co/tensorblock/mistral-1.1b-testing-GGUF/blob/main/mistral-1.1b-testing-Q4_0.gguf) | Q4_0 | 0.593 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
47
+ | [mistral-1.1b-testing-Q4_K_S.gguf](https://huggingface.co/tensorblock/mistral-1.1b-testing-GGUF/blob/main/mistral-1.1b-testing-Q4_K_S.gguf) | Q4_K_S | 0.596 GB | small, greater quality loss |
48
+ | [mistral-1.1b-testing-Q4_K_M.gguf](https://huggingface.co/tensorblock/mistral-1.1b-testing-GGUF/blob/main/mistral-1.1b-testing-Q4_K_M.gguf) | Q4_K_M | 0.622 GB | medium, balanced quality - recommended |
49
+ | [mistral-1.1b-testing-Q5_0.gguf](https://huggingface.co/tensorblock/mistral-1.1b-testing-GGUF/blob/main/mistral-1.1b-testing-Q5_0.gguf) | Q5_0 | 0.713 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
50
+ | [mistral-1.1b-testing-Q5_K_S.gguf](https://huggingface.co/tensorblock/mistral-1.1b-testing-GGUF/blob/main/mistral-1.1b-testing-Q5_K_S.gguf) | Q5_K_S | 0.713 GB | large, low quality loss - recommended |
51
+ | [mistral-1.1b-testing-Q5_K_M.gguf](https://huggingface.co/tensorblock/mistral-1.1b-testing-GGUF/blob/main/mistral-1.1b-testing-Q5_K_M.gguf) | Q5_K_M | 0.728 GB | large, very low quality loss - recommended |
52
+ | [mistral-1.1b-testing-Q6_K.gguf](https://huggingface.co/tensorblock/mistral-1.1b-testing-GGUF/blob/main/mistral-1.1b-testing-Q6_K.gguf) | Q6_K | 0.841 GB | very large, extremely low quality loss |
53
+ | [mistral-1.1b-testing-Q8_0.gguf](https://huggingface.co/tensorblock/mistral-1.1b-testing-GGUF/blob/main/mistral-1.1b-testing-Q8_0.gguf) | Q8_0 | 1.089 GB | very large, extremely low quality loss - not recommended |
54
+
55
+
56
+ ## Downloading instruction
57
+
58
+ ### Command line
59
+
60
+ Firstly, install Huggingface Client
61
+
62
+ ```shell
63
+ pip install -U "huggingface_hub[cli]"
64
+ ```
65
+
66
+ Then, downoad the individual model file the a local directory
67
+
68
+ ```shell
69
+ huggingface-cli download tensorblock/mistral-1.1b-testing-GGUF --include "mistral-1.1b-testing-Q2_K.gguf" --local-dir MY_LOCAL_DIR
70
+ ```
71
+
72
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
73
+
74
+ ```shell
75
+ huggingface-cli download tensorblock/mistral-1.1b-testing-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
76
+ ```
mistral-1.1b-testing-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1fa99af2fd18f97ed606f785273224b1e974d99f531d401d679d5eacf78a8c14
3
+ size 432130912
mistral-1.1b-testing-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:22359973370f641f8521684cd532cec8749f611f7ae0526cf4d027e127be2d59
3
+ size 591526752
mistral-1.1b-testing-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:36bf20173de20b8531c8d32eaf245473936809c4cf28833a316ec3ef939aa9c7
3
+ size 548404064
mistral-1.1b-testing-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ebed21c1bca49d1f698315a38494fecb67878a64a4e1f2340e03065b98d7758a
3
+ size 499342176
mistral-1.1b-testing-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:27acb9dfebb16f2858d28ca60e66a5b2a9845b84c7ab66ce1387ad62de840ecc
3
+ size 636726112
mistral-1.1b-testing-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:eee0b6a9a05cedeba0cb0d67b0f02d106d3a522263b325045350da613d0a32ec
3
+ size 667814752
mistral-1.1b-testing-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e6d81c90c351aef3380db4b7d9639e08951fce2afaeca2d87982e84945f94761
3
+ size 639871840
mistral-1.1b-testing-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7ec469a5ebdf16b4612589701ae0cad479aa906b7975b99a313ef735bf869af2
3
+ size 766028640
mistral-1.1b-testing-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c66609b72e49840214a4dceea8f6a63933d97a1f8e0fdaf01159dd323d03024b
3
+ size 782044000
mistral-1.1b-testing-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5873b38fff6764bf5f2efa28873e6adf028f4ff2920c9efbb083e20b09edbd6b
3
+ size 766028640
mistral-1.1b-testing-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:76b7d84d53a5d0e41abf38f1d9fe1d8b676f46464f5411e92ac03c218a48f653
3
+ size 903412576
mistral-1.1b-testing-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:06a55a01d886fc9bbac0bd8caa9b455e5c0e250f310e0508f61af99d3c0ce731
3
+ size 1169808224