morriszms commited on
Commit
1b9df3f
1 Parent(s): 3ba6292

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.2-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ TowerInstruct-7B-v0.2-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ TowerInstruct-7B-v0.2-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ TowerInstruct-7B-v0.2-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ TowerInstruct-7B-v0.2-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ TowerInstruct-7B-v0.2-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ TowerInstruct-7B-v0.2-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ TowerInstruct-7B-v0.2-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ TowerInstruct-7B-v0.2-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ TowerInstruct-7B-v0.2-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ TowerInstruct-7B-v0.2-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ TowerInstruct-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
+ base_model: Unbabel/TowerInstruct-7B-v0.2
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.2 - GGUF
35
+
36
+ This repo contains GGUF format model files for [Unbabel/TowerInstruct-7B-v0.2](https://huggingface.co/Unbabel/TowerInstruct-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-7B-v0.2-Q2_K.gguf](https://huggingface.co/tensorblock/TowerInstruct-7B-v0.2-GGUF/tree/main/TowerInstruct-7B-v0.2-Q2_K.gguf) | Q2_K | 2.359 GB | smallest, significant quality loss - not recommended for most purposes |
55
+ | [TowerInstruct-7B-v0.2-Q3_K_S.gguf](https://huggingface.co/tensorblock/TowerInstruct-7B-v0.2-GGUF/tree/main/TowerInstruct-7B-v0.2-Q3_K_S.gguf) | Q3_K_S | 2.746 GB | very small, high quality loss |
56
+ | [TowerInstruct-7B-v0.2-Q3_K_M.gguf](https://huggingface.co/tensorblock/TowerInstruct-7B-v0.2-GGUF/tree/main/TowerInstruct-7B-v0.2-Q3_K_M.gguf) | Q3_K_M | 3.072 GB | very small, high quality loss |
57
+ | [TowerInstruct-7B-v0.2-Q3_K_L.gguf](https://huggingface.co/tensorblock/TowerInstruct-7B-v0.2-GGUF/tree/main/TowerInstruct-7B-v0.2-Q3_K_L.gguf) | Q3_K_L | 3.350 GB | small, substantial quality loss |
58
+ | [TowerInstruct-7B-v0.2-Q4_0.gguf](https://huggingface.co/tensorblock/TowerInstruct-7B-v0.2-GGUF/tree/main/TowerInstruct-7B-v0.2-Q4_0.gguf) | Q4_0 | 3.563 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
59
+ | [TowerInstruct-7B-v0.2-Q4_K_S.gguf](https://huggingface.co/tensorblock/TowerInstruct-7B-v0.2-GGUF/tree/main/TowerInstruct-7B-v0.2-Q4_K_S.gguf) | Q4_K_S | 3.592 GB | small, greater quality loss |
60
+ | [TowerInstruct-7B-v0.2-Q4_K_M.gguf](https://huggingface.co/tensorblock/TowerInstruct-7B-v0.2-GGUF/tree/main/TowerInstruct-7B-v0.2-Q4_K_M.gguf) | Q4_K_M | 3.801 GB | medium, balanced quality - recommended |
61
+ | [TowerInstruct-7B-v0.2-Q5_0.gguf](https://huggingface.co/tensorblock/TowerInstruct-7B-v0.2-GGUF/tree/main/TowerInstruct-7B-v0.2-Q5_0.gguf) | Q5_0 | 4.332 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
62
+ | [TowerInstruct-7B-v0.2-Q5_K_S.gguf](https://huggingface.co/tensorblock/TowerInstruct-7B-v0.2-GGUF/tree/main/TowerInstruct-7B-v0.2-Q5_K_S.gguf) | Q5_K_S | 4.332 GB | large, low quality loss - recommended |
63
+ | [TowerInstruct-7B-v0.2-Q5_K_M.gguf](https://huggingface.co/tensorblock/TowerInstruct-7B-v0.2-GGUF/tree/main/TowerInstruct-7B-v0.2-Q5_K_M.gguf) | Q5_K_M | 4.455 GB | large, very low quality loss - recommended |
64
+ | [TowerInstruct-7B-v0.2-Q6_K.gguf](https://huggingface.co/tensorblock/TowerInstruct-7B-v0.2-GGUF/tree/main/TowerInstruct-7B-v0.2-Q6_K.gguf) | Q6_K | 5.150 GB | very large, extremely low quality loss |
65
+ | [TowerInstruct-7B-v0.2-Q8_0.gguf](https://huggingface.co/tensorblock/TowerInstruct-7B-v0.2-GGUF/tree/main/TowerInstruct-7B-v0.2-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.2-GGUF --include "TowerInstruct-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-7B-v0.2-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
88
+ ```
TowerInstruct-7B-v0.2-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6b377ba0c33264ea64bcf61247e7fa77ccb044e06dac889c6b1fe0275875209a
3
+ size 2532897792
TowerInstruct-7B-v0.2-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:50615028800805cfa795c325f1b394e8cb37e6dff4d95366b9794a8052666c76
3
+ size 3597148000
TowerInstruct-7B-v0.2-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a32d3acee3cdcfb7307c7011890ad4f803aaf3b80f548eb285da7a813e9ee5db
3
+ size 3298041696
TowerInstruct-7B-v0.2-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b7d203c677d94873ace2b1ecabefb76fcad8e5ebed645365a8418f24cc6c422c
3
+ size 2948341600
TowerInstruct-7B-v0.2-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:deec9fd992c89b5854ce285c25293b2518a2eb275682800d96e908c0a48dbe42
3
+ size 3825847872
TowerInstruct-7B-v0.2-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b4b24724b6f42bfbf0ad253a8122917c14a2dec6c0fc2b9f1156eb84abe6f1fd
3
+ size 4081045056
TowerInstruct-7B-v0.2-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c15223ba50eac0d414a3e3bfb61b917701ac25d0e222bebc1571ad0ec044ad81
3
+ size 3856780864
TowerInstruct-7B-v0.2-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4a372db60385217f339a38b425616014b893f5bf48a64acfcdbd26b6b969554c
3
+ size 4651736128
TowerInstruct-7B-v0.2-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:650edbd0e23716f8514e08466678ad827f7e04844f0b47d76a485a720e31c81b
3
+ size 4783201344
TowerInstruct-7B-v0.2-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6490e0e93a106741c5084e0fd5feda0c879af8698e6078882fdc93608399460d
3
+ size 4651736128
TowerInstruct-7B-v0.2-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:af559bb1253e0dbaeaa5013ff37f11342ad6826a600d828162e28beac2834419
3
+ size 5529242400
TowerInstruct-7B-v0.2-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:588202e46a070d3a3d26c13ea071e9cd9af8d81757fff03c1f3dec218a5b1c42
3
+ size 7161151840