morriszms commited on
Commit
f86fa07
·
verified ·
1 Parent(s): 5697e32

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
+ janus-orpo-7b-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ janus-orpo-7b-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ janus-orpo-7b-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ janus-orpo-7b-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ janus-orpo-7b-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ janus-orpo-7b-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ janus-orpo-7b-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ janus-orpo-7b-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ janus-orpo-7b-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ janus-orpo-7b-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ janus-orpo-7b-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ janus-orpo-7b-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,92 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ base_model: kaist-ai/janus-orpo-7b
4
+ tags:
5
+ - axolotl
6
+ - generated_from_trainer
7
+ - orpo
8
+ - TensorBlock
9
+ - GGUF
10
+ datasets:
11
+ - kaist-ai/Multifaceted-Collection-ORPO
12
+ language:
13
+ - en
14
+ library_name: transformers
15
+ pipeline_tag: text-generation
16
+ model-index:
17
+ - name: janus-orpo-7b
18
+ results: []
19
+ ---
20
+
21
+ <div style="width: auto; margin-left: auto; margin-right: auto">
22
+ <img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
23
+ </div>
24
+ <div style="display: flex; justify-content: space-between; width: 100%;">
25
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
26
+ <p style="margin-top: 0.5em; margin-bottom: 0em;">
27
+ 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>
28
+ </p>
29
+ </div>
30
+ </div>
31
+
32
+ ## kaist-ai/janus-orpo-7b - GGUF
33
+
34
+ This repo contains GGUF format model files for [kaist-ai/janus-orpo-7b](https://huggingface.co/kaist-ai/janus-orpo-7b).
35
+
36
+ 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).
37
+
38
+ <div style="text-align: left; margin: 20px 0;">
39
+ <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;">
40
+ Run them on the TensorBlock client using your local machine ↗
41
+ </a>
42
+ </div>
43
+
44
+ ## Prompt template
45
+
46
+ ```
47
+ <|im_start|>system
48
+ {system_prompt}<|im_end|>
49
+ <|im_start|>user
50
+ {prompt}<|im_end|>
51
+ <|im_start|>assistant
52
+ ```
53
+
54
+ ## Model file specification
55
+
56
+ | Filename | Quant type | File Size | Description |
57
+ | -------- | ---------- | --------- | ----------- |
58
+ | [janus-orpo-7b-Q2_K.gguf](https://huggingface.co/tensorblock/janus-orpo-7b-GGUF/blob/main/janus-orpo-7b-Q2_K.gguf) | Q2_K | 2.532 GB | smallest, significant quality loss - not recommended for most purposes |
59
+ | [janus-orpo-7b-Q3_K_S.gguf](https://huggingface.co/tensorblock/janus-orpo-7b-GGUF/blob/main/janus-orpo-7b-Q3_K_S.gguf) | Q3_K_S | 2.947 GB | very small, high quality loss |
60
+ | [janus-orpo-7b-Q3_K_M.gguf](https://huggingface.co/tensorblock/janus-orpo-7b-GGUF/blob/main/janus-orpo-7b-Q3_K_M.gguf) | Q3_K_M | 3.277 GB | very small, high quality loss |
61
+ | [janus-orpo-7b-Q3_K_L.gguf](https://huggingface.co/tensorblock/janus-orpo-7b-GGUF/blob/main/janus-orpo-7b-Q3_K_L.gguf) | Q3_K_L | 3.560 GB | small, substantial quality loss |
62
+ | [janus-orpo-7b-Q4_0.gguf](https://huggingface.co/tensorblock/janus-orpo-7b-GGUF/blob/main/janus-orpo-7b-Q4_0.gguf) | Q4_0 | 3.827 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
63
+ | [janus-orpo-7b-Q4_K_S.gguf](https://huggingface.co/tensorblock/janus-orpo-7b-GGUF/blob/main/janus-orpo-7b-Q4_K_S.gguf) | Q4_K_S | 3.856 GB | small, greater quality loss |
64
+ | [janus-orpo-7b-Q4_K_M.gguf](https://huggingface.co/tensorblock/janus-orpo-7b-GGUF/blob/main/janus-orpo-7b-Q4_K_M.gguf) | Q4_K_M | 4.068 GB | medium, balanced quality - recommended |
65
+ | [janus-orpo-7b-Q5_0.gguf](https://huggingface.co/tensorblock/janus-orpo-7b-GGUF/blob/main/janus-orpo-7b-Q5_0.gguf) | Q5_0 | 4.654 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
66
+ | [janus-orpo-7b-Q5_K_S.gguf](https://huggingface.co/tensorblock/janus-orpo-7b-GGUF/blob/main/janus-orpo-7b-Q5_K_S.gguf) | Q5_K_S | 4.654 GB | large, low quality loss - recommended |
67
+ | [janus-orpo-7b-Q5_K_M.gguf](https://huggingface.co/tensorblock/janus-orpo-7b-GGUF/blob/main/janus-orpo-7b-Q5_K_M.gguf) | Q5_K_M | 4.779 GB | large, very low quality loss - recommended |
68
+ | [janus-orpo-7b-Q6_K.gguf](https://huggingface.co/tensorblock/janus-orpo-7b-GGUF/blob/main/janus-orpo-7b-Q6_K.gguf) | Q6_K | 5.534 GB | very large, extremely low quality loss |
69
+ | [janus-orpo-7b-Q8_0.gguf](https://huggingface.co/tensorblock/janus-orpo-7b-GGUF/blob/main/janus-orpo-7b-Q8_0.gguf) | Q8_0 | 7.167 GB | very large, extremely low quality loss - not recommended |
70
+
71
+
72
+ ## Downloading instruction
73
+
74
+ ### Command line
75
+
76
+ Firstly, install Huggingface Client
77
+
78
+ ```shell
79
+ pip install -U "huggingface_hub[cli]"
80
+ ```
81
+
82
+ Then, downoad the individual model file the a local directory
83
+
84
+ ```shell
85
+ huggingface-cli download tensorblock/janus-orpo-7b-GGUF --include "janus-orpo-7b-Q2_K.gguf" --local-dir MY_LOCAL_DIR
86
+ ```
87
+
88
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
89
+
90
+ ```shell
91
+ huggingface-cli download tensorblock/janus-orpo-7b-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
92
+ ```
janus-orpo-7b-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7a2985e004878b705df72f4c3d519f9ce04a38c72e9455d695c56184018fd287
3
+ size 2719243200
janus-orpo-7b-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3bc3981448cf5ffb04955d201581ab88b23a1ae9a21d62ff1c1ac476d8109daf
3
+ size 3822025664
janus-orpo-7b-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0a710abbb7d251dfe79710b24e93635f23545d51a083635551787e08181c63d7
3
+ size 3518987200
janus-orpo-7b-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5d57123c47ad5da11c7c33e109aee9e2db474b6ba16e0c400695396577b16402
3
+ size 3164568512
janus-orpo-7b-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:59d85fbf82d27cb5caffa1168f222ef8ce1dc2a0e8a04c465bbc0da076136ef5
3
+ size 4108917696
janus-orpo-7b-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f26f57d6f28320b2cd5da644b174785475c87960f0ed0146b7f7b0a0b401232c
3
+ size 4368440256
janus-orpo-7b-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:242259aa03e1bbb1cdd59a25641c04afdc5cc49048555743e793f5e7a5a40772
3
+ size 4140374976
janus-orpo-7b-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d9fd8264431ff168b298caf13d4129da3f9dc1d12191b692f4aede53216ce11b
3
+ size 4997716928
janus-orpo-7b-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:20b758fbb6694414d83bc624a1d80bd70980691c62f188ec164231965b2f3d7d
3
+ size 5131410368
janus-orpo-7b-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:acc484e7c054dbaa498b7fec6aa84f4a4ec344a6017f889c78fff8c1f5259e4f
3
+ size 4997716928
janus-orpo-7b-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9c4a9caee57483876e3c4328feb15c780d35f352abb216605965ed4bcaa621e1
3
+ size 5942066112
janus-orpo-7b-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9c77dfaab3e01e93728c58c200ecc794edde6951d36265bd682ae3fde92c54e0
3
+ size 7695858624