morriszms commited on
Commit
45a541b
·
verified ·
1 Parent(s): 3e94281

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-7b-wiki-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ mistral-7b-wiki-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ mistral-7b-wiki-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ mistral-7b-wiki-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ mistral-7b-wiki-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ mistral-7b-wiki-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ mistral-7b-wiki-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ mistral-7b-wiki-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ mistral-7b-wiki-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ mistral-7b-wiki-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ mistral-7b-wiki-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ mistral-7b-wiki-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,73 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - ko
4
+ pipeline_tag: text-generation
5
+ tags:
6
+ - finetune
7
+ - TensorBlock
8
+ - GGUF
9
+ base_model: shleeeee/mistral-7b-wiki
10
+ ---
11
+
12
+ <div style="width: auto; margin-left: auto; margin-right: auto">
13
+ <img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
14
+ </div>
15
+ <div style="display: flex; justify-content: space-between; width: 100%;">
16
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
17
+ <p style="margin-top: 0.5em; margin-bottom: 0em;">
18
+ 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>
19
+ </p>
20
+ </div>
21
+ </div>
22
+
23
+ ## shleeeee/mistral-7b-wiki - GGUF
24
+
25
+ This repo contains GGUF format model files for [shleeeee/mistral-7b-wiki](https://huggingface.co/shleeeee/mistral-7b-wiki).
26
+
27
+ 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).
28
+
29
+ ## Prompt template
30
+
31
+ ```
32
+
33
+ ```
34
+
35
+ ## Model file specification
36
+
37
+ | Filename | Quant type | File Size | Description |
38
+ | -------- | ---------- | --------- | ----------- |
39
+ | [mistral-7b-wiki-Q2_K.gguf](https://huggingface.co/tensorblock/mistral-7b-wiki-GGUF/tree/main/mistral-7b-wiki-Q2_K.gguf) | Q2_K | 2.532 GB | smallest, significant quality loss - not recommended for most purposes |
40
+ | [mistral-7b-wiki-Q3_K_S.gguf](https://huggingface.co/tensorblock/mistral-7b-wiki-GGUF/tree/main/mistral-7b-wiki-Q3_K_S.gguf) | Q3_K_S | 2.947 GB | very small, high quality loss |
41
+ | [mistral-7b-wiki-Q3_K_M.gguf](https://huggingface.co/tensorblock/mistral-7b-wiki-GGUF/tree/main/mistral-7b-wiki-Q3_K_M.gguf) | Q3_K_M | 3.277 GB | very small, high quality loss |
42
+ | [mistral-7b-wiki-Q3_K_L.gguf](https://huggingface.co/tensorblock/mistral-7b-wiki-GGUF/tree/main/mistral-7b-wiki-Q3_K_L.gguf) | Q3_K_L | 3.560 GB | small, substantial quality loss |
43
+ | [mistral-7b-wiki-Q4_0.gguf](https://huggingface.co/tensorblock/mistral-7b-wiki-GGUF/tree/main/mistral-7b-wiki-Q4_0.gguf) | Q4_0 | 3.827 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
44
+ | [mistral-7b-wiki-Q4_K_S.gguf](https://huggingface.co/tensorblock/mistral-7b-wiki-GGUF/tree/main/mistral-7b-wiki-Q4_K_S.gguf) | Q4_K_S | 3.856 GB | small, greater quality loss |
45
+ | [mistral-7b-wiki-Q4_K_M.gguf](https://huggingface.co/tensorblock/mistral-7b-wiki-GGUF/tree/main/mistral-7b-wiki-Q4_K_M.gguf) | Q4_K_M | 4.068 GB | medium, balanced quality - recommended |
46
+ | [mistral-7b-wiki-Q5_0.gguf](https://huggingface.co/tensorblock/mistral-7b-wiki-GGUF/tree/main/mistral-7b-wiki-Q5_0.gguf) | Q5_0 | 4.654 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
47
+ | [mistral-7b-wiki-Q5_K_S.gguf](https://huggingface.co/tensorblock/mistral-7b-wiki-GGUF/tree/main/mistral-7b-wiki-Q5_K_S.gguf) | Q5_K_S | 4.654 GB | large, low quality loss - recommended |
48
+ | [mistral-7b-wiki-Q5_K_M.gguf](https://huggingface.co/tensorblock/mistral-7b-wiki-GGUF/tree/main/mistral-7b-wiki-Q5_K_M.gguf) | Q5_K_M | 4.779 GB | large, very low quality loss - recommended |
49
+ | [mistral-7b-wiki-Q6_K.gguf](https://huggingface.co/tensorblock/mistral-7b-wiki-GGUF/tree/main/mistral-7b-wiki-Q6_K.gguf) | Q6_K | 5.534 GB | very large, extremely low quality loss |
50
+ | [mistral-7b-wiki-Q8_0.gguf](https://huggingface.co/tensorblock/mistral-7b-wiki-GGUF/tree/main/mistral-7b-wiki-Q8_0.gguf) | Q8_0 | 7.167 GB | very large, extremely low quality loss - not recommended |
51
+
52
+
53
+ ## Downloading instruction
54
+
55
+ ### Command line
56
+
57
+ Firstly, install Huggingface Client
58
+
59
+ ```shell
60
+ pip install -U "huggingface_hub[cli]"
61
+ ```
62
+
63
+ Then, downoad the individual model file the a local directory
64
+
65
+ ```shell
66
+ huggingface-cli download tensorblock/mistral-7b-wiki-GGUF --include "mistral-7b-wiki-Q2_K.gguf" --local-dir MY_LOCAL_DIR
67
+ ```
68
+
69
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
70
+
71
+ ```shell
72
+ huggingface-cli download tensorblock/mistral-7b-wiki-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
73
+ ```
mistral-7b-wiki-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ddd2c14161b507ecac16a32eec64b773af0aaca04c24a2c2e5292f3c4f0d7ef7
3
+ size 2719242368
mistral-7b-wiki-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:07ef1ea2fb9556313e4247a7fba444e19eb1affa62056d100e4aceff745bdc3f
3
+ size 3822024832
mistral-7b-wiki-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e476fb5b7385780512cdb075315675ef3f66b6c66ae9abec7281ed88f14578c6
3
+ size 3518986368
mistral-7b-wiki-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:28d6c29689d41f8167d5ea3985d27980a7ee21231f83ef73f57376a22536a3f5
3
+ size 3164567680
mistral-7b-wiki-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:16889b0763aff1134f7df99558acf0da5ed760ad0bdabcc5e5584bc290a21d23
3
+ size 4108916864
mistral-7b-wiki-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:980156ff522547e1de76603da0e8164a6e6af5a93a12e5b7af9469daf2f12675
3
+ size 4368439424
mistral-7b-wiki-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:72466cef03acaae47bbac1845fc56a096661400117d6c6c77ea3ae3aa51b219c
3
+ size 4140374144
mistral-7b-wiki-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:25c4ae965a7b27fc169a9261ca8cbd7ffce600ba7b3d44c6d4c5ac264a0675f2
3
+ size 4997716096
mistral-7b-wiki-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3f272480cb64ff39d73f39f8f13e39b34befbb99f26104628b904802295a7edf
3
+ size 5131409536
mistral-7b-wiki-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c24e551c67f82a3b08ed35b4b788c7af47655c8b2caab44a403fca00c7ff768d
3
+ size 4997716096
mistral-7b-wiki-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:115bbfa7807790f34861ec8550c5484d2a4eb2b54aaf1c8d1f9a3ed9c8b41002
3
+ size 5942065280
mistral-7b-wiki-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:37944d6e272a91f3f741416e635eca9cf3759ae2c57f69e00c16c049d85b5233
3
+ size 7695857792