morriszms commited on
Commit
e047ce4
1 Parent(s): aa705b1

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