morriszms commited on
Commit
9812199
1 Parent(s): 216a276

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-7B-v0.1-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ TowerInstruct-7B-v0.1-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ TowerInstruct-7B-v0.1-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ TowerInstruct-7B-v0.1-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ TowerInstruct-7B-v0.1-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ TowerInstruct-7B-v0.1-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ TowerInstruct-7B-v0.1-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ TowerInstruct-7B-v0.1-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ TowerInstruct-7B-v0.1-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ TowerInstruct-7B-v0.1-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ TowerInstruct-7B-v0.1-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ TowerInstruct-7B-v0.1-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,88 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-nc-4.0
3
+ language:
4
+ - en
5
+ - de
6
+ - fr
7
+ - zh
8
+ - pt
9
+ - nl
10
+ - ru
11
+ - ko
12
+ - it
13
+ - es
14
+ metrics:
15
+ - comet
16
+ pipeline_tag: translation
17
+ base_model: Unbabel/TowerInstruct-7B-v0.1
18
+ tags:
19
+ - TensorBlock
20
+ - GGUF
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-7B-v0.1 - GGUF
35
+
36
+ This repo contains GGUF format model files for [Unbabel/TowerInstruct-7B-v0.1](https://huggingface.co/Unbabel/TowerInstruct-7B-v0.1).
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-7B-v0.1-Q2_K.gguf](https://huggingface.co/tensorblock/TowerInstruct-7B-v0.1-GGUF/tree/main/TowerInstruct-7B-v0.1-Q2_K.gguf) | Q2_K | 2.359 GB | smallest, significant quality loss - not recommended for most purposes |
55
+ | [TowerInstruct-7B-v0.1-Q3_K_S.gguf](https://huggingface.co/tensorblock/TowerInstruct-7B-v0.1-GGUF/tree/main/TowerInstruct-7B-v0.1-Q3_K_S.gguf) | Q3_K_S | 2.746 GB | very small, high quality loss |
56
+ | [TowerInstruct-7B-v0.1-Q3_K_M.gguf](https://huggingface.co/tensorblock/TowerInstruct-7B-v0.1-GGUF/tree/main/TowerInstruct-7B-v0.1-Q3_K_M.gguf) | Q3_K_M | 3.072 GB | very small, high quality loss |
57
+ | [TowerInstruct-7B-v0.1-Q3_K_L.gguf](https://huggingface.co/tensorblock/TowerInstruct-7B-v0.1-GGUF/tree/main/TowerInstruct-7B-v0.1-Q3_K_L.gguf) | Q3_K_L | 3.350 GB | small, substantial quality loss |
58
+ | [TowerInstruct-7B-v0.1-Q4_0.gguf](https://huggingface.co/tensorblock/TowerInstruct-7B-v0.1-GGUF/tree/main/TowerInstruct-7B-v0.1-Q4_0.gguf) | Q4_0 | 3.563 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
59
+ | [TowerInstruct-7B-v0.1-Q4_K_S.gguf](https://huggingface.co/tensorblock/TowerInstruct-7B-v0.1-GGUF/tree/main/TowerInstruct-7B-v0.1-Q4_K_S.gguf) | Q4_K_S | 3.592 GB | small, greater quality loss |
60
+ | [TowerInstruct-7B-v0.1-Q4_K_M.gguf](https://huggingface.co/tensorblock/TowerInstruct-7B-v0.1-GGUF/tree/main/TowerInstruct-7B-v0.1-Q4_K_M.gguf) | Q4_K_M | 3.801 GB | medium, balanced quality - recommended |
61
+ | [TowerInstruct-7B-v0.1-Q5_0.gguf](https://huggingface.co/tensorblock/TowerInstruct-7B-v0.1-GGUF/tree/main/TowerInstruct-7B-v0.1-Q5_0.gguf) | Q5_0 | 4.332 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
62
+ | [TowerInstruct-7B-v0.1-Q5_K_S.gguf](https://huggingface.co/tensorblock/TowerInstruct-7B-v0.1-GGUF/tree/main/TowerInstruct-7B-v0.1-Q5_K_S.gguf) | Q5_K_S | 4.332 GB | large, low quality loss - recommended |
63
+ | [TowerInstruct-7B-v0.1-Q5_K_M.gguf](https://huggingface.co/tensorblock/TowerInstruct-7B-v0.1-GGUF/tree/main/TowerInstruct-7B-v0.1-Q5_K_M.gguf) | Q5_K_M | 4.455 GB | large, very low quality loss - recommended |
64
+ | [TowerInstruct-7B-v0.1-Q6_K.gguf](https://huggingface.co/tensorblock/TowerInstruct-7B-v0.1-GGUF/tree/main/TowerInstruct-7B-v0.1-Q6_K.gguf) | Q6_K | 5.150 GB | very large, extremely low quality loss |
65
+ | [TowerInstruct-7B-v0.1-Q8_0.gguf](https://huggingface.co/tensorblock/TowerInstruct-7B-v0.1-GGUF/tree/main/TowerInstruct-7B-v0.1-Q8_0.gguf) | Q8_0 | 6.669 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-7B-v0.1-GGUF --include "TowerInstruct-7B-v0.1-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-7B-v0.1-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
88
+ ```
TowerInstruct-7B-v0.1-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e51172f674acc23a4add0c39d6f47905fd92cfb9533a077b758775805757dfdc
3
+ size 2532897952
TowerInstruct-7B-v0.1-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f2b16fc5c512ef4e0e4706abf1a643dd5799bbe84f12b74f918157b4cb8e2236
3
+ size 3597148160
TowerInstruct-7B-v0.1-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7de79116bbfb143905c95f9f005a4bcc1a314875ebb2b1d9deaafb4992153791
3
+ size 3298041856
TowerInstruct-7B-v0.1-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1ef674f443d4cd076ac8492072f1955b286569af68c17197e68101375e53e69b
3
+ size 2948341760
TowerInstruct-7B-v0.1-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3fdc69ac4821a34d7c915d4b393f5d18a1dd3e19e8c8dfb600d7620a93b77800
3
+ size 3825848032
TowerInstruct-7B-v0.1-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:86e7dc53c5f39ddededda2d69bd5e3b661b08b9da2b3804be3b4b79f09a933ed
3
+ size 4081045216
TowerInstruct-7B-v0.1-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3848430441bf0bec58cfd00e9923104f806661788589533e6eff50587a80e036
3
+ size 3856781024
TowerInstruct-7B-v0.1-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c91c33e62b949c22b73da5563d10b74da5d9fb9dfd2bb89b895881a6421f0391
3
+ size 4651736288
TowerInstruct-7B-v0.1-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:67c2b544840e78804620078eaf9253b81cb23a5a250f5918b9247b02e2818d97
3
+ size 4783201504
TowerInstruct-7B-v0.1-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2f8b38735c74d2851bba94296dc7b9d3dcf5a29aeb8c0554275eeb5a08a89784
3
+ size 4651736288
TowerInstruct-7B-v0.1-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4bd5289e7d5237e1636d7cab42410d1161a5f51c694c594fac2edebb51757cc4
3
+ size 5529242560
TowerInstruct-7B-v0.1-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8de333863cbffd568ace3367022676e4e2e2e6334653378d477dfadc35b3edd2
3
+ size 7161152000