morriszms commited on
Commit
052629b
·
verified ·
1 Parent(s): c8f7f7a

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.6-8b-20240522-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ openchat-3.6-8b-20240522-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ openchat-3.6-8b-20240522-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ openchat-3.6-8b-20240522-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ openchat-3.6-8b-20240522-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ openchat-3.6-8b-20240522-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ openchat-3.6-8b-20240522-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ openchat-3.6-8b-20240522-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ openchat-3.6-8b-20240522-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ openchat-3.6-8b-20240522-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ openchat-3.6-8b-20240522-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ openchat-3.6-8b-20240522-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,79 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: llama3
3
+ base_model: openchat/openchat-3.6-8b-20240522
4
+ tags:
5
+ - openchat
6
+ - llama3
7
+ - C-RLFT
8
+ - TensorBlock
9
+ - GGUF
10
+ library_name: transformers
11
+ pipeline_tag: text-generation
12
+ ---
13
+
14
+ <div style="width: auto; margin-left: auto; margin-right: auto">
15
+ <img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
16
+ </div>
17
+ <div style="display: flex; justify-content: space-between; width: 100%;">
18
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
19
+ <p style="margin-top: 0.5em; margin-bottom: 0em;">
20
+ 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>
21
+ </p>
22
+ </div>
23
+ </div>
24
+
25
+ ## openchat/openchat-3.6-8b-20240522 - GGUF
26
+
27
+ This repo contains GGUF format model files for [openchat/openchat-3.6-8b-20240522](https://huggingface.co/openchat/openchat-3.6-8b-20240522).
28
+
29
+ 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).
30
+
31
+ ## Prompt template
32
+
33
+ ```
34
+ <|begin_of_text|><|start_header_id|>System<|end_header_id|>
35
+
36
+ {system_prompt}<|eot_id|><|start_header_id|>GPT4 Correct User<|end_header_id|>
37
+
38
+ {prompt}<|eot_id|><|start_header_id|>GPT4 Correct Assistant<|end_header_id|>
39
+ ```
40
+
41
+ ## Model file specification
42
+
43
+ | Filename | Quant type | File Size | Description |
44
+ | -------- | ---------- | --------- | ----------- |
45
+ | [openchat-3.6-8b-20240522-Q2_K.gguf](https://huggingface.co/tensorblock/openchat-3.6-8b-20240522-GGUF/tree/main/openchat-3.6-8b-20240522-Q2_K.gguf) | Q2_K | 2.961 GB | smallest, significant quality loss - not recommended for most purposes |
46
+ | [openchat-3.6-8b-20240522-Q3_K_S.gguf](https://huggingface.co/tensorblock/openchat-3.6-8b-20240522-GGUF/tree/main/openchat-3.6-8b-20240522-Q3_K_S.gguf) | Q3_K_S | 3.413 GB | very small, high quality loss |
47
+ | [openchat-3.6-8b-20240522-Q3_K_M.gguf](https://huggingface.co/tensorblock/openchat-3.6-8b-20240522-GGUF/tree/main/openchat-3.6-8b-20240522-Q3_K_M.gguf) | Q3_K_M | 3.743 GB | very small, high quality loss |
48
+ | [openchat-3.6-8b-20240522-Q3_K_L.gguf](https://huggingface.co/tensorblock/openchat-3.6-8b-20240522-GGUF/tree/main/openchat-3.6-8b-20240522-Q3_K_L.gguf) | Q3_K_L | 4.025 GB | small, substantial quality loss |
49
+ | [openchat-3.6-8b-20240522-Q4_0.gguf](https://huggingface.co/tensorblock/openchat-3.6-8b-20240522-GGUF/tree/main/openchat-3.6-8b-20240522-Q4_0.gguf) | Q4_0 | 4.341 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
50
+ | [openchat-3.6-8b-20240522-Q4_K_S.gguf](https://huggingface.co/tensorblock/openchat-3.6-8b-20240522-GGUF/tree/main/openchat-3.6-8b-20240522-Q4_K_S.gguf) | Q4_K_S | 4.370 GB | small, greater quality loss |
51
+ | [openchat-3.6-8b-20240522-Q4_K_M.gguf](https://huggingface.co/tensorblock/openchat-3.6-8b-20240522-GGUF/tree/main/openchat-3.6-8b-20240522-Q4_K_M.gguf) | Q4_K_M | 4.583 GB | medium, balanced quality - recommended |
52
+ | [openchat-3.6-8b-20240522-Q5_0.gguf](https://huggingface.co/tensorblock/openchat-3.6-8b-20240522-GGUF/tree/main/openchat-3.6-8b-20240522-Q5_0.gguf) | Q5_0 | 5.215 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
53
+ | [openchat-3.6-8b-20240522-Q5_K_S.gguf](https://huggingface.co/tensorblock/openchat-3.6-8b-20240522-GGUF/tree/main/openchat-3.6-8b-20240522-Q5_K_S.gguf) | Q5_K_S | 5.215 GB | large, low quality loss - recommended |
54
+ | [openchat-3.6-8b-20240522-Q5_K_M.gguf](https://huggingface.co/tensorblock/openchat-3.6-8b-20240522-GGUF/tree/main/openchat-3.6-8b-20240522-Q5_K_M.gguf) | Q5_K_M | 5.339 GB | large, very low quality loss - recommended |
55
+ | [openchat-3.6-8b-20240522-Q6_K.gguf](https://huggingface.co/tensorblock/openchat-3.6-8b-20240522-GGUF/tree/main/openchat-3.6-8b-20240522-Q6_K.gguf) | Q6_K | 6.143 GB | very large, extremely low quality loss |
56
+ | [openchat-3.6-8b-20240522-Q8_0.gguf](https://huggingface.co/tensorblock/openchat-3.6-8b-20240522-GGUF/tree/main/openchat-3.6-8b-20240522-Q8_0.gguf) | Q8_0 | 7.954 GB | very large, extremely low quality loss - not recommended |
57
+
58
+
59
+ ## Downloading instruction
60
+
61
+ ### Command line
62
+
63
+ Firstly, install Huggingface Client
64
+
65
+ ```shell
66
+ pip install -U "huggingface_hub[cli]"
67
+ ```
68
+
69
+ Then, downoad the individual model file the a local directory
70
+
71
+ ```shell
72
+ huggingface-cli download tensorblock/openchat-3.6-8b-20240522-GGUF --include "openchat-3.6-8b-20240522-Q2_K.gguf" --local-dir MY_LOCAL_DIR
73
+ ```
74
+
75
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
76
+
77
+ ```shell
78
+ huggingface-cli download tensorblock/openchat-3.6-8b-20240522-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
79
+ ```
openchat-3.6-8b-20240522-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f130a4ccf0f567bd0b12c078feeadf0e793409c1591fe4361430d78029f5c57d
3
+ size 3179132064
openchat-3.6-8b-20240522-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2bb35c7258350edbe747ce905ddacebf72786d0996da41dcc6cdc88c350fa83c
3
+ size 4321957024
openchat-3.6-8b-20240522-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9369c688861e58ad886db4f43e0439fe6d728c3efbf5d7408b2c86387b67b1bb
3
+ size 4018918560
openchat-3.6-8b-20240522-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:85056a19efbc3b076e80ee033d823b803802f613d6d3d03a703eb54fcd50d7d2
3
+ size 3664499872
openchat-3.6-8b-20240522-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d9c525100dee8548d894e979cf152ac1105f0b82caffcbf4f347fd55f43154cd
3
+ size 4661212320
openchat-3.6-8b-20240522-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dbafb60462f11add053f982694eb7a31773966c093c29a0ad77d631b303361ab
3
+ size 4920734880
openchat-3.6-8b-20240522-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9c0bec8d8990202142bfc058a3259be30e18e230c740500b040b74a66d56e335
3
+ size 4692669600
openchat-3.6-8b-20240522-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:83fbae4e9159504e90ec2082eee865e8d3032204c02744cc1771d5938b5fb8f6
3
+ size 5599294624
openchat-3.6-8b-20240522-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5f5c2c6b8fe678ee2eaf23aba7ebaa99e211aa33d28fb7e1ed2f084ad6d9f153
3
+ size 5732988064
openchat-3.6-8b-20240522-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3f6c418e03edf661904f686997dedd700cad4d57132a7820d25ea9202c2117b5
3
+ size 5599294624
openchat-3.6-8b-20240522-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a2eaa8804f76c2d997761b7524b0e77f5da4144017b0d0ac72f306d3977d47d7
3
+ size 6596007072
openchat-3.6-8b-20240522-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0690bc384716391bf7335dd6e47f365b0708f49098b12bbbb59dfdbba4e20da5
3
+ size 8540771488