morriszms commited on
Commit
79f2fbc
·
verified ·
1 Parent(s): 0ac4ff9

Upload folder using huggingface_hub

Browse files
.gitattributes CHANGED
@@ -33,3 +33,16 @@ 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_TomGrc_FusionNet_34Bx2_MoE-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ Truthful_DPO_TomGrc_FusionNet_34Bx2_MoE-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ Truthful_DPO_TomGrc_FusionNet_34Bx2_MoE-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ Truthful_DPO_TomGrc_FusionNet_34Bx2_MoE-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ Truthful_DPO_TomGrc_FusionNet_34Bx2_MoE-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ Truthful_DPO_TomGrc_FusionNet_34Bx2_MoE-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ Truthful_DPO_TomGrc_FusionNet_34Bx2_MoE-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ Truthful_DPO_TomGrc_FusionNet_34Bx2_MoE-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ Truthful_DPO_TomGrc_FusionNet_34Bx2_MoE-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ Truthful_DPO_TomGrc_FusionNet_34Bx2_MoE-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ Truthful_DPO_TomGrc_FusionNet_34Bx2_MoE-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ Truthful_DPO_TomGrc_FusionNet_34Bx2_MoE-Q8_0/Truthful_DPO_TomGrc_FusionNet_34Bx2_MoE-Q8_0-00001-of-00002.gguf filter=lfs diff=lfs merge=lfs -text
48
+ Truthful_DPO_TomGrc_FusionNet_34Bx2_MoE-Q8_0/Truthful_DPO_TomGrc_FusionNet_34Bx2_MoE-Q8_0-00002-of-00002.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,83 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ tags:
4
+ - moe
5
+ - DPO
6
+ - RL-TUNED
7
+ - TensorBlock
8
+ - GGUF
9
+ base_model: cloudyu/Truthful_DPO_TomGrc_FusionNet_34Bx2_MoE
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
+ ## cloudyu/Truthful_DPO_TomGrc_FusionNet_34Bx2_MoE - GGUF
24
+
25
+ This repo contains GGUF format model files for [cloudyu/Truthful_DPO_TomGrc_FusionNet_34Bx2_MoE](https://huggingface.co/cloudyu/Truthful_DPO_TomGrc_FusionNet_34Bx2_MoE).
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
+ [INST] <<SYS>>
39
+ {system_prompt}
40
+ <</SYS>>
41
+
42
+ {prompt} [/INST]
43
+ ```
44
+
45
+ ## Model file specification
46
+
47
+ | Filename | Quant type | File Size | Description |
48
+ | -------- | ---------- | --------- | ----------- |
49
+ | [Truthful_DPO_TomGrc_FusionNet_34Bx2_MoE-Q2_K.gguf](https://huggingface.co/tensorblock/Truthful_DPO_TomGrc_FusionNet_34Bx2_MoE-GGUF/blob/main/Truthful_DPO_TomGrc_FusionNet_34Bx2_MoE-Q2_K.gguf) | Q2_K | 22.394 GB | smallest, significant quality loss - not recommended for most purposes |
50
+ | [Truthful_DPO_TomGrc_FusionNet_34Bx2_MoE-Q3_K_S.gguf](https://huggingface.co/tensorblock/Truthful_DPO_TomGrc_FusionNet_34Bx2_MoE-GGUF/blob/main/Truthful_DPO_TomGrc_FusionNet_34Bx2_MoE-Q3_K_S.gguf) | Q3_K_S | 26.318 GB | very small, high quality loss |
51
+ | [Truthful_DPO_TomGrc_FusionNet_34Bx2_MoE-Q3_K_M.gguf](https://huggingface.co/tensorblock/Truthful_DPO_TomGrc_FusionNet_34Bx2_MoE-GGUF/blob/main/Truthful_DPO_TomGrc_FusionNet_34Bx2_MoE-Q3_K_M.gguf) | Q3_K_M | 29.237 GB | very small, high quality loss |
52
+ | [Truthful_DPO_TomGrc_FusionNet_34Bx2_MoE-Q3_K_L.gguf](https://huggingface.co/tensorblock/Truthful_DPO_TomGrc_FusionNet_34Bx2_MoE-GGUF/blob/main/Truthful_DPO_TomGrc_FusionNet_34Bx2_MoE-Q3_K_L.gguf) | Q3_K_L | 31.768 GB | small, substantial quality loss |
53
+ | [Truthful_DPO_TomGrc_FusionNet_34Bx2_MoE-Q4_0.gguf](https://huggingface.co/tensorblock/Truthful_DPO_TomGrc_FusionNet_34Bx2_MoE-GGUF/blob/main/Truthful_DPO_TomGrc_FusionNet_34Bx2_MoE-Q4_0.gguf) | Q4_0 | 34.334 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
54
+ | [Truthful_DPO_TomGrc_FusionNet_34Bx2_MoE-Q4_K_S.gguf](https://huggingface.co/tensorblock/Truthful_DPO_TomGrc_FusionNet_34Bx2_MoE-GGUF/blob/main/Truthful_DPO_TomGrc_FusionNet_34Bx2_MoE-Q4_K_S.gguf) | Q4_K_S | 34.594 GB | small, greater quality loss |
55
+ | [Truthful_DPO_TomGrc_FusionNet_34Bx2_MoE-Q4_K_M.gguf](https://huggingface.co/tensorblock/Truthful_DPO_TomGrc_FusionNet_34Bx2_MoE-GGUF/blob/main/Truthful_DPO_TomGrc_FusionNet_34Bx2_MoE-Q4_K_M.gguf) | Q4_K_M | 36.661 GB | medium, balanced quality - recommended |
56
+ | [Truthful_DPO_TomGrc_FusionNet_34Bx2_MoE-Q5_0.gguf](https://huggingface.co/tensorblock/Truthful_DPO_TomGrc_FusionNet_34Bx2_MoE-GGUF/blob/main/Truthful_DPO_TomGrc_FusionNet_34Bx2_MoE-Q5_0.gguf) | Q5_0 | 41.878 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
57
+ | [Truthful_DPO_TomGrc_FusionNet_34Bx2_MoE-Q5_K_S.gguf](https://huggingface.co/tensorblock/Truthful_DPO_TomGrc_FusionNet_34Bx2_MoE-GGUF/blob/main/Truthful_DPO_TomGrc_FusionNet_34Bx2_MoE-Q5_K_S.gguf) | Q5_K_S | 41.878 GB | large, low quality loss - recommended |
58
+ | [Truthful_DPO_TomGrc_FusionNet_34Bx2_MoE-Q5_K_M.gguf](https://huggingface.co/tensorblock/Truthful_DPO_TomGrc_FusionNet_34Bx2_MoE-GGUF/blob/main/Truthful_DPO_TomGrc_FusionNet_34Bx2_MoE-Q5_K_M.gguf) | Q5_K_M | 43.077 GB | large, very low quality loss - recommended |
59
+ | [Truthful_DPO_TomGrc_FusionNet_34Bx2_MoE-Q6_K.gguf](https://huggingface.co/tensorblock/Truthful_DPO_TomGrc_FusionNet_34Bx2_MoE-GGUF/blob/main/Truthful_DPO_TomGrc_FusionNet_34Bx2_MoE-Q6_K.gguf) | Q6_K | 49.893 GB | very large, extremely low quality loss |
60
+ | [Truthful_DPO_TomGrc_FusionNet_34Bx2_MoE-Q8_0](https://huggingface.co/tensorblock/Truthful_DPO_TomGrc_FusionNet_34Bx2_MoE-GGUF/blob/main/Truthful_DPO_TomGrc_FusionNet_34Bx2_MoE-Q8_0) | Q8_0 | 35.976 GB | very large, extremely low quality loss - not recommended |
61
+
62
+
63
+ ## Downloading instruction
64
+
65
+ ### Command line
66
+
67
+ Firstly, install Huggingface Client
68
+
69
+ ```shell
70
+ pip install -U "huggingface_hub[cli]"
71
+ ```
72
+
73
+ Then, downoad the individual model file the a local directory
74
+
75
+ ```shell
76
+ huggingface-cli download tensorblock/Truthful_DPO_TomGrc_FusionNet_34Bx2_MoE-GGUF --include "Truthful_DPO_TomGrc_FusionNet_34Bx2_MoE-Q2_K.gguf" --local-dir MY_LOCAL_DIR
77
+ ```
78
+
79
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
80
+
81
+ ```shell
82
+ huggingface-cli download tensorblock/Truthful_DPO_TomGrc_FusionNet_34Bx2_MoE-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
83
+ ```
Truthful_DPO_TomGrc_FusionNet_34Bx2_MoE-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ac4fb89dafdc103254007bc2102e1abade62505dc448502bef2e864e0f5e991e
3
+ size 22393660512
Truthful_DPO_TomGrc_FusionNet_34Bx2_MoE-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:927b1b2e68ac973403df2e87916a03f8e12a5afd8dbe84b79d62bb7e9539332c
3
+ size 31767827552
Truthful_DPO_TomGrc_FusionNet_34Bx2_MoE-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cbd7c43f64a0dc472fa71c40080837ad0e5decd98333912947dfc266cbbb89ee
3
+ size 29237351520
Truthful_DPO_TomGrc_FusionNet_34Bx2_MoE-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:58cee16e62fa1224f423377147bba5173fb7095e8e41f20935567fb0741592d0
3
+ size 26317853792
Truthful_DPO_TomGrc_FusionNet_34Bx2_MoE-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8027409bf6e995590f270c6830a33dc7e6265ff2000d294db5ade765e924be5f
3
+ size 34333541472
Truthful_DPO_TomGrc_FusionNet_34Bx2_MoE-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:58e5db2b1a7499ed0a30036d275734f400defac18f85654cbdd975de7dbd4d3e
3
+ size 36661134432
Truthful_DPO_TomGrc_FusionNet_34Bx2_MoE-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:11c1e5f154dd08fd41e3f65277cff11fb4e31576aa1e622ba906ddac12aaed9d
3
+ size 34594112608
Truthful_DPO_TomGrc_FusionNet_34Bx2_MoE-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b9d1ca6424d6982a1a4a4e9e16534f6e913eae5e2c4c4ae5892d4b12b4c96291
3
+ size 41877718112
Truthful_DPO_TomGrc_FusionNet_34Bx2_MoE-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9a779a4f3ee44cb87fe097812bcc696ff66d4b52a62ebf6aeb7deb3aaf238e1a
3
+ size 43076781152
Truthful_DPO_TomGrc_FusionNet_34Bx2_MoE-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:08e9d7ec3c6495a2f195a95838982ab171b78622870cebbab9f5aee1d0ea6733
3
+ size 41877718112
Truthful_DPO_TomGrc_FusionNet_34Bx2_MoE-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bc1ec5ba1fc857dd01c7275aaf6e5c6e356898894769913575af7c29c066077b
3
+ size 49893405792
Truthful_DPO_TomGrc_FusionNet_34Bx2_MoE-Q8_0/Truthful_DPO_TomGrc_FusionNet_34Bx2_MoE-Q8_0-00001-of-00002.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9a79657c36bf04137a7dfa1cec19d1a5eab769c94098e55245252a0677afb40a
3
+ size 34982772512
Truthful_DPO_TomGrc_FusionNet_34Bx2_MoE-Q8_0/Truthful_DPO_TomGrc_FusionNet_34Bx2_MoE-Q8_0-00002-of-00002.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e0259eb5dc61632060868fdcd598ef1e54ae0687a4a7e19409178b746a0fc8a9
3
+ size 993374208