morriszms commited on
Commit
db91f3e
·
verified ·
1 Parent(s): 679e434

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
+ openchat_3.5-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ openchat_3.5-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ openchat_3.5-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ openchat_3.5-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ openchat_3.5-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ openchat_3.5-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ openchat_3.5-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ openchat_3.5-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ openchat_3.5-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ openchat_3.5-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ openchat_3.5-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ openchat_3.5-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,92 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ tags:
4
+ - openchat
5
+ - mistral
6
+ - C-RLFT
7
+ - TensorBlock
8
+ - GGUF
9
+ datasets:
10
+ - openchat/openchat_sharegpt4_dataset
11
+ - imone/OpenOrca_FLAN
12
+ - LDJnr/LessWrong-Amplify-Instruct
13
+ - LDJnr/Pure-Dove
14
+ - LDJnr/Verified-Camel
15
+ - tiedong/goat
16
+ - glaiveai/glaive-code-assistant
17
+ - meta-math/MetaMathQA
18
+ - OpenAssistant/oasst_top1_2023-08-25
19
+ - TIGER-Lab/MathInstruct
20
+ library_name: transformers
21
+ pipeline_tag: text-generation
22
+ base_model: gizmo-ai/openchat_3.5
23
+ ---
24
+
25
+ <div style="width: auto; margin-left: auto; margin-right: auto">
26
+ <img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
27
+ </div>
28
+ <div style="display: flex; justify-content: space-between; width: 100%;">
29
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
30
+ <p style="margin-top: 0.5em; margin-bottom: 0em;">
31
+ 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>
32
+ </p>
33
+ </div>
34
+ </div>
35
+
36
+ ## gizmo-ai/openchat_3.5 - GGUF
37
+
38
+ This repo contains GGUF format model files for [gizmo-ai/openchat_3.5](https://huggingface.co/gizmo-ai/openchat_3.5).
39
+
40
+ 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).
41
+
42
+ <div style="text-align: left; margin: 20px 0;">
43
+ <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;">
44
+ Run them on the TensorBlock client using your local machine ↗
45
+ </a>
46
+ </div>
47
+
48
+ ## Prompt template
49
+
50
+ ```
51
+ <s>GPT4 Correct System: {system_prompt}<|end_of_turn|>GPT4 Correct User: {prompt}<|end_of_turn|>GPT4 Correct Assistant:
52
+ ```
53
+
54
+ ## Model file specification
55
+
56
+ | Filename | Quant type | File Size | Description |
57
+ | -------- | ---------- | --------- | ----------- |
58
+ | [openchat_3.5-Q2_K.gguf](https://huggingface.co/tensorblock/openchat_3.5-GGUF/blob/main/openchat_3.5-Q2_K.gguf) | Q2_K | 2.719 GB | smallest, significant quality loss - not recommended for most purposes |
59
+ | [openchat_3.5-Q3_K_S.gguf](https://huggingface.co/tensorblock/openchat_3.5-GGUF/blob/main/openchat_3.5-Q3_K_S.gguf) | Q3_K_S | 3.165 GB | very small, high quality loss |
60
+ | [openchat_3.5-Q3_K_M.gguf](https://huggingface.co/tensorblock/openchat_3.5-GGUF/blob/main/openchat_3.5-Q3_K_M.gguf) | Q3_K_M | 3.519 GB | very small, high quality loss |
61
+ | [openchat_3.5-Q3_K_L.gguf](https://huggingface.co/tensorblock/openchat_3.5-GGUF/blob/main/openchat_3.5-Q3_K_L.gguf) | Q3_K_L | 3.822 GB | small, substantial quality loss |
62
+ | [openchat_3.5-Q4_0.gguf](https://huggingface.co/tensorblock/openchat_3.5-GGUF/blob/main/openchat_3.5-Q4_0.gguf) | Q4_0 | 4.109 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
63
+ | [openchat_3.5-Q4_K_S.gguf](https://huggingface.co/tensorblock/openchat_3.5-GGUF/blob/main/openchat_3.5-Q4_K_S.gguf) | Q4_K_S | 4.140 GB | small, greater quality loss |
64
+ | [openchat_3.5-Q4_K_M.gguf](https://huggingface.co/tensorblock/openchat_3.5-GGUF/blob/main/openchat_3.5-Q4_K_M.gguf) | Q4_K_M | 4.368 GB | medium, balanced quality - recommended |
65
+ | [openchat_3.5-Q5_0.gguf](https://huggingface.co/tensorblock/openchat_3.5-GGUF/blob/main/openchat_3.5-Q5_0.gguf) | Q5_0 | 4.998 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
66
+ | [openchat_3.5-Q5_K_S.gguf](https://huggingface.co/tensorblock/openchat_3.5-GGUF/blob/main/openchat_3.5-Q5_K_S.gguf) | Q5_K_S | 4.998 GB | large, low quality loss - recommended |
67
+ | [openchat_3.5-Q5_K_M.gguf](https://huggingface.co/tensorblock/openchat_3.5-GGUF/blob/main/openchat_3.5-Q5_K_M.gguf) | Q5_K_M | 5.131 GB | large, very low quality loss - recommended |
68
+ | [openchat_3.5-Q6_K.gguf](https://huggingface.co/tensorblock/openchat_3.5-GGUF/blob/main/openchat_3.5-Q6_K.gguf) | Q6_K | 5.942 GB | very large, extremely low quality loss |
69
+ | [openchat_3.5-Q8_0.gguf](https://huggingface.co/tensorblock/openchat_3.5-GGUF/blob/main/openchat_3.5-Q8_0.gguf) | Q8_0 | 7.696 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/openchat_3.5-GGUF --include "openchat_3.5-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/openchat_3.5-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
92
+ ```
openchat_3.5-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ea0aba4afa144b082d456a77575723b78e0cb3ba0727a547330e7d8851292f46
3
+ size 2719254208
openchat_3.5-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bcf84ef1a140443e54261ce34992b046d90bc9a27d394aaee4a42b076e9bc5b4
3
+ size 3822037504
openchat_3.5-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:eac67282668f7799b4332ec35ed7ba12b87bbbb0e9b80e3ac4e6dcb2393b60aa
3
+ size 3518999040
openchat_3.5-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:13c2245d0fd4fd2663cf1c87286f5227c9957df535f0a67ca4120651127f916a
3
+ size 3164580352
openchat_3.5-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e5bddfa0754a56d6f023be9d70356731e0181f94f8d6dc77efa5024b1580e43f
3
+ size 4108930624
openchat_3.5-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d028a9ef32dee633900819b20370f11829e090afd8e5399d5db37ea2f81f70f5
3
+ size 4368453184
openchat_3.5-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0fee0b8b9b76233976cbcb98ac6c292af2416edee28752b54c256baf695ed3fe
3
+ size 4140387904
openchat_3.5-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:575f64723d9951771b3210ed147991bbf6701dac19e163550c97aafb55733060
3
+ size 4997730880
openchat_3.5-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5dab49e872e8256f4880b183e2ebdd8a299cafa5f940020be209dda3d08f64aa
3
+ size 5131424320
openchat_3.5-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ffc2ddeba8121f45fea3924d87026c5cfe5d795a7927e1a34207db7f15512e31
3
+ size 4997730880
openchat_3.5-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2ad0320cbfcbe0d5da38ad88307c3eca2243d82d1fbe0db08219eacadfb063f8
3
+ size 5942081152
openchat_3.5-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0d9070d29ee70f00d043a1d2941a8a0f3942c6775b34d14758480f9891fa99c6
3
+ size 7695877632