morriszms commited on
Commit
0d7602d
·
verified ·
1 Parent(s): f09fa3f

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
+ Truthful_DPO_MOE_19B-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ Truthful_DPO_MOE_19B-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ Truthful_DPO_MOE_19B-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ Truthful_DPO_MOE_19B-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ Truthful_DPO_MOE_19B-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ Truthful_DPO_MOE_19B-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ Truthful_DPO_MOE_19B-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ Truthful_DPO_MOE_19B-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ Truthful_DPO_MOE_19B-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ Truthful_DPO_MOE_19B-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ Truthful_DPO_MOE_19B-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ Truthful_DPO_MOE_19B-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,85 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: other
3
+ tags:
4
+ - moe
5
+ - DPO
6
+ - RL-TUNED
7
+ - TensorBlock
8
+ - GGUF
9
+ base_model: yunconglong/Truthful_DPO_MOE_19B
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
+ ## yunconglong/Truthful_DPO_MOE_19B - GGUF
24
+
25
+ This repo contains GGUF format model files for [yunconglong/Truthful_DPO_MOE_19B](https://huggingface.co/yunconglong/Truthful_DPO_MOE_19B).
26
+
27
+ 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).
28
+
29
+ <div style="text-align: left; margin: 20px 0;">
30
+ <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;">
31
+ Run them on the TensorBlock client using your local machine ↗
32
+ </a>
33
+ </div>
34
+
35
+ ## Prompt template
36
+
37
+ ```
38
+ ### System:
39
+ {system_prompt}
40
+
41
+ ### User:
42
+ {prompt}
43
+
44
+ ### Assistant:
45
+ ```
46
+
47
+ ## Model file specification
48
+
49
+ | Filename | Quant type | File Size | Description |
50
+ | -------- | ---------- | --------- | ----------- |
51
+ | [Truthful_DPO_MOE_19B-Q2_K.gguf](https://huggingface.co/tensorblock/Truthful_DPO_MOE_19B-GGUF/blob/main/Truthful_DPO_MOE_19B-Q2_K.gguf) | Q2_K | 7.066 GB | smallest, significant quality loss - not recommended for most purposes |
52
+ | [Truthful_DPO_MOE_19B-Q3_K_S.gguf](https://huggingface.co/tensorblock/Truthful_DPO_MOE_19B-GGUF/blob/main/Truthful_DPO_MOE_19B-Q3_K_S.gguf) | Q3_K_S | 8.299 GB | very small, high quality loss |
53
+ | [Truthful_DPO_MOE_19B-Q3_K_M.gguf](https://huggingface.co/tensorblock/Truthful_DPO_MOE_19B-GGUF/blob/main/Truthful_DPO_MOE_19B-Q3_K_M.gguf) | Q3_K_M | 9.227 GB | very small, high quality loss |
54
+ | [Truthful_DPO_MOE_19B-Q3_K_L.gguf](https://huggingface.co/tensorblock/Truthful_DPO_MOE_19B-GGUF/blob/main/Truthful_DPO_MOE_19B-Q3_K_L.gguf) | Q3_K_L | 10.012 GB | small, substantial quality loss |
55
+ | [Truthful_DPO_MOE_19B-Q4_0.gguf](https://huggingface.co/tensorblock/Truthful_DPO_MOE_19B-GGUF/blob/main/Truthful_DPO_MOE_19B-Q4_0.gguf) | Q4_0 | 10.830 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
56
+ | [Truthful_DPO_MOE_19B-Q4_K_S.gguf](https://huggingface.co/tensorblock/Truthful_DPO_MOE_19B-GGUF/blob/main/Truthful_DPO_MOE_19B-Q4_K_S.gguf) | Q4_K_S | 10.920 GB | small, greater quality loss |
57
+ | [Truthful_DPO_MOE_19B-Q4_K_M.gguf](https://huggingface.co/tensorblock/Truthful_DPO_MOE_19B-GGUF/blob/main/Truthful_DPO_MOE_19B-Q4_K_M.gguf) | Q4_K_M | 11.583 GB | medium, balanced quality - recommended |
58
+ | [Truthful_DPO_MOE_19B-Q5_0.gguf](https://huggingface.co/tensorblock/Truthful_DPO_MOE_19B-GGUF/blob/main/Truthful_DPO_MOE_19B-Q5_0.gguf) | Q5_0 | 13.212 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
59
+ | [Truthful_DPO_MOE_19B-Q5_K_S.gguf](https://huggingface.co/tensorblock/Truthful_DPO_MOE_19B-GGUF/blob/main/Truthful_DPO_MOE_19B-Q5_K_S.gguf) | Q5_K_S | 13.212 GB | large, low quality loss - recommended |
60
+ | [Truthful_DPO_MOE_19B-Q5_K_M.gguf](https://huggingface.co/tensorblock/Truthful_DPO_MOE_19B-GGUF/blob/main/Truthful_DPO_MOE_19B-Q5_K_M.gguf) | Q5_K_M | 13.600 GB | large, very low quality loss - recommended |
61
+ | [Truthful_DPO_MOE_19B-Q6_K.gguf](https://huggingface.co/tensorblock/Truthful_DPO_MOE_19B-GGUF/blob/main/Truthful_DPO_MOE_19B-Q6_K.gguf) | Q6_K | 15.743 GB | very large, extremely low quality loss |
62
+ | [Truthful_DPO_MOE_19B-Q8_0.gguf](https://huggingface.co/tensorblock/Truthful_DPO_MOE_19B-GGUF/blob/main/Truthful_DPO_MOE_19B-Q8_0.gguf) | Q8_0 | 20.390 GB | very large, extremely low quality loss - not recommended |
63
+
64
+
65
+ ## Downloading instruction
66
+
67
+ ### Command line
68
+
69
+ Firstly, install Huggingface Client
70
+
71
+ ```shell
72
+ pip install -U "huggingface_hub[cli]"
73
+ ```
74
+
75
+ Then, downoad the individual model file the a local directory
76
+
77
+ ```shell
78
+ huggingface-cli download tensorblock/Truthful_DPO_MOE_19B-GGUF --include "Truthful_DPO_MOE_19B-Q2_K.gguf" --local-dir MY_LOCAL_DIR
79
+ ```
80
+
81
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
82
+
83
+ ```shell
84
+ huggingface-cli download tensorblock/Truthful_DPO_MOE_19B-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
85
+ ```
Truthful_DPO_MOE_19B-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b1f26f27007cfd235a617f31b8d358a1abd9b9bf53eadd974a6852dee0381807
3
+ size 7065604000
Truthful_DPO_MOE_19B-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ff473aeefbdd8861606538e7f7dc4956ae2511c754d1bf65ce2432351c69f4a5
3
+ size 10012307360
Truthful_DPO_MOE_19B-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:abc9a202868fdcac8243929216adf662edfa3b4aee89f2575811ba28a81344bf
3
+ size 9226923936
Truthful_DPO_MOE_19B-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7af25825f2628b337f509bad59eee0ad8c580791c1207f507dbd3bc6c929cf82
3
+ size 8299458464
Truthful_DPO_MOE_19B-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9d51b89a00605712b93a493cc2c8594e2ddf31bd7a78e2826ce78a8641533a36
3
+ size 10830303136
Truthful_DPO_MOE_19B-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:982366dfb8679bd110f6348acc0715f0ac5f550531b8f9d092496e286ed2c0fb
3
+ size 11582918560
Truthful_DPO_MOE_19B-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3233fe72ca480843d8a98fb5729452110e2191108bd1e8cf3f63367a4dc38996
3
+ size 10920480672
Truthful_DPO_MOE_19B-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bc6d7f86ce813f8b8c77060c8af34020e319ca37cf59c8624db618e5bd7e0a7d
3
+ size 13212274592
Truthful_DPO_MOE_19B-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0907b7787c606c1623213e2c8c4cd1389d9a4cc45f811fb9275376d982ee7479
3
+ size 13599985568
Truthful_DPO_MOE_19B-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:996a877de6a79ac65beda20ba0a650abc6677c521183f5b1ce84ddd5a9dd73b6
3
+ size 13212274592
Truthful_DPO_MOE_19B-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:720568874a91f46f34518130b49e104a40a46ac65dc32e30918822a0ae74f82e
3
+ size 15743119264
Truthful_DPO_MOE_19B-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d5c344f1bb730c2e42a0de68d659e664302b235ca2e9c01d4ba1f47446e44bd1
3
+ size 20389932960