morriszms commited on
Commit
17a5ea3
1 Parent(s): 3a60e77

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
+ TenyxChat-8x7B-v1-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ TenyxChat-8x7B-v1-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ TenyxChat-8x7B-v1-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ TenyxChat-8x7B-v1-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ TenyxChat-8x7B-v1-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ TenyxChat-8x7B-v1-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ TenyxChat-8x7B-v1-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ TenyxChat-8x7B-v1-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ TenyxChat-8x7B-v1-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ TenyxChat-8x7B-v1-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ TenyxChat-8x7B-v1-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ TenyxChat-8x7B-v1-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,84 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ language:
4
+ - en
5
+ library_name: transformers
6
+ tags:
7
+ - tenyx-fine-tuning
8
+ - dpo
9
+ - tenyxchat
10
+ - TensorBlock
11
+ - GGUF
12
+ datasets:
13
+ - HuggingFaceH4/ultrafeedback_binarized
14
+ base_model: tenyx/TenyxChat-8x7B-v1
15
+ ---
16
+
17
+ <div style="width: auto; margin-left: auto; margin-right: auto">
18
+ <img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
19
+ </div>
20
+ <div style="display: flex; justify-content: space-between; width: 100%;">
21
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
22
+ <p style="margin-top: 0.5em; margin-bottom: 0em;">
23
+ 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>
24
+ </p>
25
+ </div>
26
+ </div>
27
+
28
+ ## tenyx/TenyxChat-8x7B-v1 - GGUF
29
+
30
+ This repo contains GGUF format model files for [tenyx/TenyxChat-8x7B-v1](https://huggingface.co/tenyx/TenyxChat-8x7B-v1).
31
+
32
+ The files were quantized using machines provided by [TensorBlock](https://tensorblock.co/), and they are compatible with llama.cpp as of [commit b4242](https://github.com/ggerganov/llama.cpp/commit/a6744e43e80f4be6398fc7733a01642c846dce1d).
33
+
34
+ <div style="text-align: left; margin: 20px 0;">
35
+ <a href="https://tensorblock.co/waitlist/client" style="display: inline-block; padding: 10px 20px; background-color: #007bff; color: white; text-decoration: none; border-radius: 5px; font-weight: bold;">
36
+ Run them on the TensorBlock client using your local machine ↗
37
+ </a>
38
+ </div>
39
+
40
+ ## Prompt template
41
+
42
+ ```
43
+ <s>[INST]{system_prompt}[/INST][INST]{prompt}[/INST]
44
+ ```
45
+
46
+ ## Model file specification
47
+
48
+ | Filename | Quant type | File Size | Description |
49
+ | -------- | ---------- | --------- | ----------- |
50
+ | [TenyxChat-8x7B-v1-Q2_K.gguf](https://huggingface.co/tensorblock/TenyxChat-8x7B-v1-GGUF/blob/main/TenyxChat-8x7B-v1-Q2_K.gguf) | Q2_K | 17.311 GB | smallest, significant quality loss - not recommended for most purposes |
51
+ | [TenyxChat-8x7B-v1-Q3_K_S.gguf](https://huggingface.co/tensorblock/TenyxChat-8x7B-v1-GGUF/blob/main/TenyxChat-8x7B-v1-Q3_K_S.gguf) | Q3_K_S | 20.433 GB | very small, high quality loss |
52
+ | [TenyxChat-8x7B-v1-Q3_K_M.gguf](https://huggingface.co/tensorblock/TenyxChat-8x7B-v1-GGUF/blob/main/TenyxChat-8x7B-v1-Q3_K_M.gguf) | Q3_K_M | 22.546 GB | very small, high quality loss |
53
+ | [TenyxChat-8x7B-v1-Q3_K_L.gguf](https://huggingface.co/tensorblock/TenyxChat-8x7B-v1-GGUF/blob/main/TenyxChat-8x7B-v1-Q3_K_L.gguf) | Q3_K_L | 24.170 GB | small, substantial quality loss |
54
+ | [TenyxChat-8x7B-v1-Q4_0.gguf](https://huggingface.co/tensorblock/TenyxChat-8x7B-v1-GGUF/blob/main/TenyxChat-8x7B-v1-Q4_0.gguf) | Q4_0 | 26.444 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
55
+ | [TenyxChat-8x7B-v1-Q4_K_S.gguf](https://huggingface.co/tensorblock/TenyxChat-8x7B-v1-GGUF/blob/main/TenyxChat-8x7B-v1-Q4_K_S.gguf) | Q4_K_S | 26.746 GB | small, greater quality loss |
56
+ | [TenyxChat-8x7B-v1-Q4_K_M.gguf](https://huggingface.co/tensorblock/TenyxChat-8x7B-v1-GGUF/blob/main/TenyxChat-8x7B-v1-Q4_K_M.gguf) | Q4_K_M | 28.448 GB | medium, balanced quality - recommended |
57
+ | [TenyxChat-8x7B-v1-Q5_0.gguf](https://huggingface.co/tensorblock/TenyxChat-8x7B-v1-GGUF/blob/main/TenyxChat-8x7B-v1-Q5_0.gguf) | Q5_0 | 32.231 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
58
+ | [TenyxChat-8x7B-v1-Q5_K_S.gguf](https://huggingface.co/tensorblock/TenyxChat-8x7B-v1-GGUF/blob/main/TenyxChat-8x7B-v1-Q5_K_S.gguf) | Q5_K_S | 32.231 GB | large, low quality loss - recommended |
59
+ | [TenyxChat-8x7B-v1-Q5_K_M.gguf](https://huggingface.co/tensorblock/TenyxChat-8x7B-v1-GGUF/blob/main/TenyxChat-8x7B-v1-Q5_K_M.gguf) | Q5_K_M | 33.230 GB | large, very low quality loss - recommended |
60
+ | [TenyxChat-8x7B-v1-Q6_K.gguf](https://huggingface.co/tensorblock/TenyxChat-8x7B-v1-GGUF/blob/main/TenyxChat-8x7B-v1-Q6_K.gguf) | Q6_K | 38.381 GB | very large, extremely low quality loss |
61
+ | [TenyxChat-8x7B-v1-Q8_0.gguf](https://huggingface.co/tensorblock/TenyxChat-8x7B-v1-GGUF/blob/main/TenyxChat-8x7B-v1-Q8_0.gguf) | Q8_0 | 49.626 GB | very large, extremely low quality loss - not recommended |
62
+
63
+
64
+ ## Downloading instruction
65
+
66
+ ### Command line
67
+
68
+ Firstly, install Huggingface Client
69
+
70
+ ```shell
71
+ pip install -U "huggingface_hub[cli]"
72
+ ```
73
+
74
+ Then, downoad the individual model file the a local directory
75
+
76
+ ```shell
77
+ huggingface-cli download tensorblock/TenyxChat-8x7B-v1-GGUF --include "TenyxChat-8x7B-v1-Q2_K.gguf" --local-dir MY_LOCAL_DIR
78
+ ```
79
+
80
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
81
+
82
+ ```shell
83
+ huggingface-cli download tensorblock/TenyxChat-8x7B-v1-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
84
+ ```
TenyxChat-8x7B-v1-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5b9f3bbef6f4ad842e2a7a290dbe12656e491d93c6f8fae96290e49db8d30926
3
+ size 17311230176
TenyxChat-8x7B-v1-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5880fde7d17d88e2e4b662f96a2112452c3cfc31cecac3cd6dbf4786020e1435
3
+ size 24169646304
TenyxChat-8x7B-v1-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a0b09be2f47581c55e1444cec6e7ebc8e1cd0d5b0f833541da918b76d1eef057
3
+ size 22546450656
TenyxChat-8x7B-v1-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:39686279684071abe54c43b8b275c118bd425682038822c001c0cb830541c23a
3
+ size 20432521440
TenyxChat-8x7B-v1-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:96ec424f10f0dfb65d25a5f1a6e243378f2cc5a4ed1febcbaa8996d45678e6f4
3
+ size 26443589856
TenyxChat-8x7B-v1-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c5d6fb3767b357f46f3eab99154156d21c3b3c39dac541a1423f197bc0efaca2
3
+ size 28448467168
TenyxChat-8x7B-v1-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7bbcfef1cf845994d1c31e7d777e21b3169992ac7ff9edd5c7259bfc2907fdb3
3
+ size 26745579744
TenyxChat-8x7B-v1-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7a0ad22f1b5e4eb1f2d743a0f3f102f74347acd577becc78511f59fa2d495ac1
3
+ size 32231336160
TenyxChat-8x7B-v1-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1fc1f37adb61607a7d1cbec86aef6bd1b99cfd4484c8bade6197c1ea26fae63f
3
+ size 33229580512
TenyxChat-8x7B-v1-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ddf1b15c1e46352cf4826b45bebbb3f708bf8499e61c32a467dd9f887beb24c5
3
+ size 32231336160
TenyxChat-8x7B-v1-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d225b7723131167e2784b9b1e9f595570c2fd7bcffb9f967156f26b97a8aa32e
3
+ size 38380816608
TenyxChat-8x7B-v1-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:654889c943c4ad92b244abaf192b9927fed97436ea282bff81aaf31184113518
3
+ size 49626319072