morriszms commited on
Commit
ee7a013
1 Parent(s): 5d6fb2e

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
+ TowerInstruct-Mistral-7B-v0.2-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ TowerInstruct-Mistral-7B-v0.2-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ TowerInstruct-Mistral-7B-v0.2-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ TowerInstruct-Mistral-7B-v0.2-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ TowerInstruct-Mistral-7B-v0.2-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ TowerInstruct-Mistral-7B-v0.2-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ TowerInstruct-Mistral-7B-v0.2-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ TowerInstruct-Mistral-7B-v0.2-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ TowerInstruct-Mistral-7B-v0.2-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ TowerInstruct-Mistral-7B-v0.2-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ TowerInstruct-Mistral-7B-v0.2-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ TowerInstruct-Mistral-7B-v0.2-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,88 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - en
4
+ - de
5
+ - fr
6
+ - zh
7
+ - pt
8
+ - nl
9
+ - ru
10
+ - ko
11
+ - it
12
+ - es
13
+ license: cc-by-nc-4.0
14
+ metrics:
15
+ - comet
16
+ pipeline_tag: translation
17
+ tags:
18
+ - TensorBlock
19
+ - GGUF
20
+ base_model: Unbabel/TowerInstruct-Mistral-7B-v0.2
21
+ ---
22
+
23
+ <div style="width: auto; margin-left: auto; margin-right: auto">
24
+ <img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
25
+ </div>
26
+ <div style="display: flex; justify-content: space-between; width: 100%;">
27
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
28
+ <p style="margin-top: 0.5em; margin-bottom: 0em;">
29
+ 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>
30
+ </p>
31
+ </div>
32
+ </div>
33
+
34
+ ## Unbabel/TowerInstruct-Mistral-7B-v0.2 - GGUF
35
+
36
+ This repo contains GGUF format model files for [Unbabel/TowerInstruct-Mistral-7B-v0.2](https://huggingface.co/Unbabel/TowerInstruct-Mistral-7B-v0.2).
37
+
38
+ 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).
39
+
40
+ ## Prompt template
41
+
42
+ ```
43
+ <|im_start|>system
44
+ {system_prompt}<|im_end|>
45
+ <|im_start|>user
46
+ {prompt}<|im_end|>
47
+ <|im_start|>assistant
48
+ ```
49
+
50
+ ## Model file specification
51
+
52
+ | Filename | Quant type | File Size | Description |
53
+ | -------- | ---------- | --------- | ----------- |
54
+ | [TowerInstruct-Mistral-7B-v0.2-Q2_K.gguf](https://huggingface.co/tensorblock/TowerInstruct-Mistral-7B-v0.2-GGUF/tree/main/TowerInstruct-Mistral-7B-v0.2-Q2_K.gguf) | Q2_K | 2.533 GB | smallest, significant quality loss - not recommended for most purposes |
55
+ | [TowerInstruct-Mistral-7B-v0.2-Q3_K_S.gguf](https://huggingface.co/tensorblock/TowerInstruct-Mistral-7B-v0.2-GGUF/tree/main/TowerInstruct-Mistral-7B-v0.2-Q3_K_S.gguf) | Q3_K_S | 2.947 GB | very small, high quality loss |
56
+ | [TowerInstruct-Mistral-7B-v0.2-Q3_K_M.gguf](https://huggingface.co/tensorblock/TowerInstruct-Mistral-7B-v0.2-GGUF/tree/main/TowerInstruct-Mistral-7B-v0.2-Q3_K_M.gguf) | Q3_K_M | 3.277 GB | very small, high quality loss |
57
+ | [TowerInstruct-Mistral-7B-v0.2-Q3_K_L.gguf](https://huggingface.co/tensorblock/TowerInstruct-Mistral-7B-v0.2-GGUF/tree/main/TowerInstruct-Mistral-7B-v0.2-Q3_K_L.gguf) | Q3_K_L | 3.560 GB | small, substantial quality loss |
58
+ | [TowerInstruct-Mistral-7B-v0.2-Q4_0.gguf](https://huggingface.co/tensorblock/TowerInstruct-Mistral-7B-v0.2-GGUF/tree/main/TowerInstruct-Mistral-7B-v0.2-Q4_0.gguf) | Q4_0 | 3.827 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
59
+ | [TowerInstruct-Mistral-7B-v0.2-Q4_K_S.gguf](https://huggingface.co/tensorblock/TowerInstruct-Mistral-7B-v0.2-GGUF/tree/main/TowerInstruct-Mistral-7B-v0.2-Q4_K_S.gguf) | Q4_K_S | 3.856 GB | small, greater quality loss |
60
+ | [TowerInstruct-Mistral-7B-v0.2-Q4_K_M.gguf](https://huggingface.co/tensorblock/TowerInstruct-Mistral-7B-v0.2-GGUF/tree/main/TowerInstruct-Mistral-7B-v0.2-Q4_K_M.gguf) | Q4_K_M | 4.068 GB | medium, balanced quality - recommended |
61
+ | [TowerInstruct-Mistral-7B-v0.2-Q5_0.gguf](https://huggingface.co/tensorblock/TowerInstruct-Mistral-7B-v0.2-GGUF/tree/main/TowerInstruct-Mistral-7B-v0.2-Q5_0.gguf) | Q5_0 | 4.654 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
62
+ | [TowerInstruct-Mistral-7B-v0.2-Q5_K_S.gguf](https://huggingface.co/tensorblock/TowerInstruct-Mistral-7B-v0.2-GGUF/tree/main/TowerInstruct-Mistral-7B-v0.2-Q5_K_S.gguf) | Q5_K_S | 4.654 GB | large, low quality loss - recommended |
63
+ | [TowerInstruct-Mistral-7B-v0.2-Q5_K_M.gguf](https://huggingface.co/tensorblock/TowerInstruct-Mistral-7B-v0.2-GGUF/tree/main/TowerInstruct-Mistral-7B-v0.2-Q5_K_M.gguf) | Q5_K_M | 4.779 GB | large, very low quality loss - recommended |
64
+ | [TowerInstruct-Mistral-7B-v0.2-Q6_K.gguf](https://huggingface.co/tensorblock/TowerInstruct-Mistral-7B-v0.2-GGUF/tree/main/TowerInstruct-Mistral-7B-v0.2-Q6_K.gguf) | Q6_K | 5.534 GB | very large, extremely low quality loss |
65
+ | [TowerInstruct-Mistral-7B-v0.2-Q8_0.gguf](https://huggingface.co/tensorblock/TowerInstruct-Mistral-7B-v0.2-GGUF/tree/main/TowerInstruct-Mistral-7B-v0.2-Q8_0.gguf) | Q8_0 | 7.167 GB | very large, extremely low quality loss - not recommended |
66
+
67
+
68
+ ## Downloading instruction
69
+
70
+ ### Command line
71
+
72
+ Firstly, install Huggingface Client
73
+
74
+ ```shell
75
+ pip install -U "huggingface_hub[cli]"
76
+ ```
77
+
78
+ Then, downoad the individual model file the a local directory
79
+
80
+ ```shell
81
+ huggingface-cli download tensorblock/TowerInstruct-Mistral-7B-v0.2-GGUF --include "TowerInstruct-Mistral-7B-v0.2-Q2_K.gguf" --local-dir MY_LOCAL_DIR
82
+ ```
83
+
84
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
85
+
86
+ ```shell
87
+ huggingface-cli download tensorblock/TowerInstruct-Mistral-7B-v0.2-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
88
+ ```
TowerInstruct-Mistral-7B-v0.2-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5d5f9cee70bf716fa693c12cc07de1637b860c57bfecb1b9415be41f4273b75b
3
+ size 2719252224
TowerInstruct-Mistral-7B-v0.2-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9a0f7457bc23705e73341d9552b273602e86f0c6cdd5e42f1201d2d48464bad4
3
+ size 3822035520
TowerInstruct-Mistral-7B-v0.2-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:71467598450a97c51570c53f1b81494a493fac9c51aefa45609a55e90946ae4f
3
+ size 3518997056
TowerInstruct-Mistral-7B-v0.2-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1f2030a21b3e01787464409f537c854db27739b6ac12ccd36dc786d39da68af9
3
+ size 3164578368
TowerInstruct-Mistral-7B-v0.2-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9b4e81978ec0c7857f0a015a169f4f8dab78842e14e8cce7613bbcc28c5697c2
3
+ size 4108928640
TowerInstruct-Mistral-7B-v0.2-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cbdfee70d89fb397bbf1c8d63e636866693e4c95e267e6ff048f8e95cc6eee46
3
+ size 4368451200
TowerInstruct-Mistral-7B-v0.2-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:955c5e5f6b73c4c4302d5861e49b501592d95f363a343158435bcc8ea78b0e27
3
+ size 4140385920
TowerInstruct-Mistral-7B-v0.2-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6b1b4d75059a0526576ae71feed080e695b9754cdec5a4cbf34a40212e2c9768
3
+ size 4997728896
TowerInstruct-Mistral-7B-v0.2-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:226ce31174c304e8ed4ff76ff63d8ffb84dc5ce24afd698b369bc9f279caa628
3
+ size 5131422336
TowerInstruct-Mistral-7B-v0.2-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ab5ea37735bb3b9ac1b87d50a6d7a9dce64dac9d2c9acdf81b3cfa2879035e27
3
+ size 4997728896
TowerInstruct-Mistral-7B-v0.2-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5a51798709dee688bf3ea7cdb7638c55b8e1606d051bc02fc088320a2d9ee18b
3
+ size 5942079168
TowerInstruct-Mistral-7B-v0.2-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:66f9249772c07d17848958d921741c36f78d30aa5832f5c8af827cf76cab8708
3
+ size 7695875648