morriszms commited on
Commit
a4604d0
·
verified ·
1 Parent(s): 5eff36d

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-1210-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ openchat-3.5-1210-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ openchat-3.5-1210-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ openchat-3.5-1210-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ openchat-3.5-1210-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ openchat-3.5-1210-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ openchat-3.5-1210-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ openchat-3.5-1210-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ openchat-3.5-1210-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ openchat-3.5-1210-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ openchat-3.5-1210-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ openchat-3.5-1210-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,85 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ base_model: openchat/openchat-3.5-1210
4
+ tags:
5
+ - openchat
6
+ - mistral
7
+ - C-RLFT
8
+ - TensorBlock
9
+ - GGUF
10
+ datasets:
11
+ - openchat/openchat_sharegpt4_dataset
12
+ - kaist-ai/Feedback-Collection
13
+ - imone/OpenOrca_FLAN
14
+ - LDJnr/Capybara
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
+ ---
23
+
24
+ <div style="width: auto; margin-left: auto; margin-right: auto">
25
+ <img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
26
+ </div>
27
+ <div style="display: flex; justify-content: space-between; width: 100%;">
28
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
29
+ <p style="margin-top: 0.5em; margin-bottom: 0em;">
30
+ 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>
31
+ </p>
32
+ </div>
33
+ </div>
34
+
35
+ ## openchat/openchat-3.5-1210 - GGUF
36
+
37
+ This repo contains GGUF format model files for [openchat/openchat-3.5-1210](https://huggingface.co/openchat/openchat-3.5-1210).
38
+
39
+ 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).
40
+
41
+ ## Prompt template
42
+
43
+ ```
44
+ <s>GPT4 Correct System: {system_prompt}<|end_of_turn|>GPT4 Correct User: {prompt}<|end_of_turn|>GPT4 Correct Assistant:
45
+ ```
46
+
47
+ ## Model file specification
48
+
49
+ | Filename | Quant type | File Size | Description |
50
+ | -------- | ---------- | --------- | ----------- |
51
+ | [openchat-3.5-1210-Q2_K.gguf](https://huggingface.co/tensorblock/openchat-3.5-1210-GGUF/tree/main/openchat-3.5-1210-Q2_K.gguf) | Q2_K | 2.533 GB | smallest, significant quality loss - not recommended for most purposes |
52
+ | [openchat-3.5-1210-Q3_K_S.gguf](https://huggingface.co/tensorblock/openchat-3.5-1210-GGUF/tree/main/openchat-3.5-1210-Q3_K_S.gguf) | Q3_K_S | 2.947 GB | very small, high quality loss |
53
+ | [openchat-3.5-1210-Q3_K_M.gguf](https://huggingface.co/tensorblock/openchat-3.5-1210-GGUF/tree/main/openchat-3.5-1210-Q3_K_M.gguf) | Q3_K_M | 3.277 GB | very small, high quality loss |
54
+ | [openchat-3.5-1210-Q3_K_L.gguf](https://huggingface.co/tensorblock/openchat-3.5-1210-GGUF/tree/main/openchat-3.5-1210-Q3_K_L.gguf) | Q3_K_L | 3.560 GB | small, substantial quality loss |
55
+ | [openchat-3.5-1210-Q4_0.gguf](https://huggingface.co/tensorblock/openchat-3.5-1210-GGUF/tree/main/openchat-3.5-1210-Q4_0.gguf) | Q4_0 | 3.827 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
56
+ | [openchat-3.5-1210-Q4_K_S.gguf](https://huggingface.co/tensorblock/openchat-3.5-1210-GGUF/tree/main/openchat-3.5-1210-Q4_K_S.gguf) | Q4_K_S | 3.856 GB | small, greater quality loss |
57
+ | [openchat-3.5-1210-Q4_K_M.gguf](https://huggingface.co/tensorblock/openchat-3.5-1210-GGUF/tree/main/openchat-3.5-1210-Q4_K_M.gguf) | Q4_K_M | 4.068 GB | medium, balanced quality - recommended |
58
+ | [openchat-3.5-1210-Q5_0.gguf](https://huggingface.co/tensorblock/openchat-3.5-1210-GGUF/tree/main/openchat-3.5-1210-Q5_0.gguf) | Q5_0 | 4.654 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
59
+ | [openchat-3.5-1210-Q5_K_S.gguf](https://huggingface.co/tensorblock/openchat-3.5-1210-GGUF/tree/main/openchat-3.5-1210-Q5_K_S.gguf) | Q5_K_S | 4.654 GB | large, low quality loss - recommended |
60
+ | [openchat-3.5-1210-Q5_K_M.gguf](https://huggingface.co/tensorblock/openchat-3.5-1210-GGUF/tree/main/openchat-3.5-1210-Q5_K_M.gguf) | Q5_K_M | 4.779 GB | large, very low quality loss - recommended |
61
+ | [openchat-3.5-1210-Q6_K.gguf](https://huggingface.co/tensorblock/openchat-3.5-1210-GGUF/tree/main/openchat-3.5-1210-Q6_K.gguf) | Q6_K | 5.534 GB | very large, extremely low quality loss |
62
+ | [openchat-3.5-1210-Q8_0.gguf](https://huggingface.co/tensorblock/openchat-3.5-1210-GGUF/tree/main/openchat-3.5-1210-Q8_0.gguf) | Q8_0 | 7.167 GB | very large, extremely low quality loss - not recommended |
63
+
64
+
65
+ ## Downloading instruction
66
+
67
+ ### Command line
68
+
69
+ Firstly, install Huggingface Client
70
+
71
+ ```shell
72
+ pip install -U "huggingface_hub[cli]"
73
+ ```
74
+
75
+ Then, downoad the individual model file the a local directory
76
+
77
+ ```shell
78
+ huggingface-cli download tensorblock/openchat-3.5-1210-GGUF --include "openchat-3.5-1210-Q2_K.gguf" --local-dir MY_LOCAL_DIR
79
+ ```
80
+
81
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
82
+
83
+ ```shell
84
+ huggingface-cli download tensorblock/openchat-3.5-1210-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
85
+ ```
openchat-3.5-1210-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a182a719b4f1873a927a173c39ea8f14a7f0895862d3014387aaefc38f34dff5
3
+ size 2719252768
openchat-3.5-1210-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:59738f16935e8ae798a74ff09d08554080b239fd82154c395d1a4ec893829e7d
3
+ size 3822036064
openchat-3.5-1210-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d84647d05e664709b513849df9e68a2178321c56f73269cf0323766154e9978c
3
+ size 3518997600
openchat-3.5-1210-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7dc395950e02ffd25b5162b3c20656d06ef19b1dd12cbe3ec0d840820b916f19
3
+ size 3164578912
openchat-3.5-1210-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a9a4861d35a7a4b5fc68a187ee23ceab4cc2f51c0c536654432a59086c1adf61
3
+ size 4108929184
openchat-3.5-1210-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2c2a73139470d03aa606dd837742e10a82802dbf3f94e637413d481fed0ba329
3
+ size 4368451744
openchat-3.5-1210-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:513b58b51af65fb9a24e64125542ea01e600a2c5f3a8cf8c9308a4c3a5fc8a79
3
+ size 4140386464
openchat-3.5-1210-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d4ed0a90f14a2954b47309cd9d7f0459102f790ce923cf643b89914fdebf1980
3
+ size 4997729440
openchat-3.5-1210-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:add8d3941a72ea94078f7a22ef7dc8c50ea6b73357809ba36199e9d72ad645e3
3
+ size 5131422880
openchat-3.5-1210-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d9e9eb4bb68071ca68688f69831ac50a93138c67b8ef4527436b50f4cf3038fe
3
+ size 4997729440
openchat-3.5-1210-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5e19addc40194fa65ef75634a20497c2ab6c61430961fb0793351ff7ec8e82d7
3
+ size 5942079712
openchat-3.5-1210-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7927773ccfd096fe982892d80239c266a80e66d2a63320ee6953bc68c7074158
3
+ size 7695876192