morriszms commited on
Commit
602f054
·
verified ·
1 Parent(s): 34930f0

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-ft-optimized-1227-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ mistral-ft-optimized-1227-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ mistral-ft-optimized-1227-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ mistral-ft-optimized-1227-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ mistral-ft-optimized-1227-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ mistral-ft-optimized-1227-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ mistral-ft-optimized-1227-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ mistral-ft-optimized-1227-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ mistral-ft-optimized-1227-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ mistral-ft-optimized-1227-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ mistral-ft-optimized-1227-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ mistral-ft-optimized-1227-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,70 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: OpenPipe/mistral-ft-optimized-1227
3
+ license: apache-2.0
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
+ ## OpenPipe/mistral-ft-optimized-1227 - GGUF
21
+
22
+ This repo contains GGUF format model files for [OpenPipe/mistral-ft-optimized-1227](https://huggingface.co/OpenPipe/mistral-ft-optimized-1227).
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
+ ## Prompt template
27
+
28
+ ```
29
+
30
+ ```
31
+
32
+ ## Model file specification
33
+
34
+ | Filename | Quant type | File Size | Description |
35
+ | -------- | ---------- | --------- | ----------- |
36
+ | [mistral-ft-optimized-1227-Q2_K.gguf](https://huggingface.co/tensorblock/mistral-ft-optimized-1227-GGUF/tree/main/mistral-ft-optimized-1227-Q2_K.gguf) | Q2_K | 2.532 GB | smallest, significant quality loss - not recommended for most purposes |
37
+ | [mistral-ft-optimized-1227-Q3_K_S.gguf](https://huggingface.co/tensorblock/mistral-ft-optimized-1227-GGUF/tree/main/mistral-ft-optimized-1227-Q3_K_S.gguf) | Q3_K_S | 2.947 GB | very small, high quality loss |
38
+ | [mistral-ft-optimized-1227-Q3_K_M.gguf](https://huggingface.co/tensorblock/mistral-ft-optimized-1227-GGUF/tree/main/mistral-ft-optimized-1227-Q3_K_M.gguf) | Q3_K_M | 3.277 GB | very small, high quality loss |
39
+ | [mistral-ft-optimized-1227-Q3_K_L.gguf](https://huggingface.co/tensorblock/mistral-ft-optimized-1227-GGUF/tree/main/mistral-ft-optimized-1227-Q3_K_L.gguf) | Q3_K_L | 3.560 GB | small, substantial quality loss |
40
+ | [mistral-ft-optimized-1227-Q4_0.gguf](https://huggingface.co/tensorblock/mistral-ft-optimized-1227-GGUF/tree/main/mistral-ft-optimized-1227-Q4_0.gguf) | Q4_0 | 3.827 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
41
+ | [mistral-ft-optimized-1227-Q4_K_S.gguf](https://huggingface.co/tensorblock/mistral-ft-optimized-1227-GGUF/tree/main/mistral-ft-optimized-1227-Q4_K_S.gguf) | Q4_K_S | 3.856 GB | small, greater quality loss |
42
+ | [mistral-ft-optimized-1227-Q4_K_M.gguf](https://huggingface.co/tensorblock/mistral-ft-optimized-1227-GGUF/tree/main/mistral-ft-optimized-1227-Q4_K_M.gguf) | Q4_K_M | 4.068 GB | medium, balanced quality - recommended |
43
+ | [mistral-ft-optimized-1227-Q5_0.gguf](https://huggingface.co/tensorblock/mistral-ft-optimized-1227-GGUF/tree/main/mistral-ft-optimized-1227-Q5_0.gguf) | Q5_0 | 4.654 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
44
+ | [mistral-ft-optimized-1227-Q5_K_S.gguf](https://huggingface.co/tensorblock/mistral-ft-optimized-1227-GGUF/tree/main/mistral-ft-optimized-1227-Q5_K_S.gguf) | Q5_K_S | 4.654 GB | large, low quality loss - recommended |
45
+ | [mistral-ft-optimized-1227-Q5_K_M.gguf](https://huggingface.co/tensorblock/mistral-ft-optimized-1227-GGUF/tree/main/mistral-ft-optimized-1227-Q5_K_M.gguf) | Q5_K_M | 4.779 GB | large, very low quality loss - recommended |
46
+ | [mistral-ft-optimized-1227-Q6_K.gguf](https://huggingface.co/tensorblock/mistral-ft-optimized-1227-GGUF/tree/main/mistral-ft-optimized-1227-Q6_K.gguf) | Q6_K | 5.534 GB | very large, extremely low quality loss |
47
+ | [mistral-ft-optimized-1227-Q8_0.gguf](https://huggingface.co/tensorblock/mistral-ft-optimized-1227-GGUF/tree/main/mistral-ft-optimized-1227-Q8_0.gguf) | Q8_0 | 7.167 GB | very large, extremely low quality loss - not recommended |
48
+
49
+
50
+ ## Downloading instruction
51
+
52
+ ### Command line
53
+
54
+ Firstly, install Huggingface Client
55
+
56
+ ```shell
57
+ pip install -U "huggingface_hub[cli]"
58
+ ```
59
+
60
+ Then, downoad the individual model file the a local directory
61
+
62
+ ```shell
63
+ huggingface-cli download tensorblock/mistral-ft-optimized-1227-GGUF --include "mistral-ft-optimized-1227-Q2_K.gguf" --local-dir MY_LOCAL_DIR
64
+ ```
65
+
66
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
67
+
68
+ ```shell
69
+ huggingface-cli download tensorblock/mistral-ft-optimized-1227-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
70
+ ```
mistral-ft-optimized-1227-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:08cf722b44289641bc62de056cb9815627870882d54cfa1db91fd6836643451d
3
+ size 2719243328
mistral-ft-optimized-1227-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:20404e04cd135822032980efbd4319c637734e7825e02a3c2a033f8d4f708d81
3
+ size 3822025792
mistral-ft-optimized-1227-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e0664b3acb4f3af50a230e575150b10d8f10015ccc5940133a0a8537046314d1
3
+ size 3518987328
mistral-ft-optimized-1227-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bb927e72e82de69ec98336217b6c5c949746826d5567c127a63321865b33d36c
3
+ size 3164568640
mistral-ft-optimized-1227-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cff5abba99fd0ab87c54348bb746dee5933ecb6b59030c408c30e6cfe1d7ca75
3
+ size 4108917824
mistral-ft-optimized-1227-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:eaa12aeb0029bfe58cfd1284ab45d7743bf48932db97f1b51d8929c002bdb409
3
+ size 4368440384
mistral-ft-optimized-1227-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fa5fba9e03ad58e2ea362ab05a196db0a31089b74aed01778304f81a86ee5f38
3
+ size 4140375104
mistral-ft-optimized-1227-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d9d6de977e9ad8825c1c2d431baef434112830249af588a1e0bdd7d1c47e2e00
3
+ size 4997717056
mistral-ft-optimized-1227-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:860c2da7549d0f61a5845bd43f394907a68533d46bcc09be71b551887c3a54bf
3
+ size 5131410496
mistral-ft-optimized-1227-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1b9b13506cbe6059d448904de0145ae4058c57662d2f827dd40d41b44d4a8476
3
+ size 4997717056
mistral-ft-optimized-1227-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8e2e44724015d9336c60f42cd26089489200fa813fc9150bcfa15bcef7fdb47e
3
+ size 5942066240
mistral-ft-optimized-1227-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0b64818650244b0fb9709cdd5b369e2dcaf12e8dfe99199a8705d179cff33e1e
3
+ size 7695858752