morriszms commited on
Commit
d8cd5a0
·
verified ·
1 Parent(s): 8d3b8db

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
+ longchat-13b-16k-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ longchat-13b-16k-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ longchat-13b-16k-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ longchat-13b-16k-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ longchat-13b-16k-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ longchat-13b-16k-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ longchat-13b-16k-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ longchat-13b-16k-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ longchat-13b-16k-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ longchat-13b-16k-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ longchat-13b-16k-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ longchat-13b-16k-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,112 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ inference: false
3
+ tags:
4
+ - TensorBlock
5
+ - GGUF
6
+ base_model: lmsys/longchat-13b-16k
7
+ ---
8
+
9
+ <div style="width: auto; margin-left: auto; margin-right: auto">
10
+ <img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
11
+ </div>
12
+ <div style="display: flex; justify-content: space-between; width: 100%;">
13
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
14
+ <p style="margin-top: 0.5em; margin-bottom: 0em;">
15
+ 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>
16
+ </p>
17
+ </div>
18
+ </div>
19
+
20
+ ## lmsys/longchat-13b-16k - GGUF
21
+
22
+ This repo contains GGUF format model files for [lmsys/longchat-13b-16k](https://huggingface.co/lmsys/longchat-13b-16k).
23
+
24
+ The files were quantized using machines provided by [TensorBlock](https://tensorblock.co/), and they are compatible with llama.cpp as of [commit b5165](https://github.com/ggml-org/llama.cpp/commit/1d735c0b4fa0551c51c2f4ac888dd9a01f447985).
25
+
26
+ ## Our projects
27
+ <table border="1" cellspacing="0" cellpadding="10">
28
+ <tr>
29
+ <th style="font-size: 25px;">Awesome MCP Servers</th>
30
+ <th style="font-size: 25px;">TensorBlock Studio</th>
31
+ </tr>
32
+ <tr>
33
+ <th><img src="https://imgur.com/2Xov7B7.jpeg" alt="Project A" width="450"/></th>
34
+ <th><img src="https://imgur.com/pJcmF5u.jpeg" alt="Project B" width="450"/></th>
35
+ </tr>
36
+ <tr>
37
+ <th>A comprehensive collection of Model Context Protocol (MCP) servers.</th>
38
+ <th>A lightweight, open, and extensible multi-LLM interaction studio.</th>
39
+ </tr>
40
+ <tr>
41
+ <th>
42
+ <a href="https://github.com/TensorBlock/awesome-mcp-servers" target="_blank" style="
43
+ display: inline-block;
44
+ padding: 8px 16px;
45
+ background-color: #FF7F50;
46
+ color: white;
47
+ text-decoration: none;
48
+ border-radius: 6px;
49
+ font-weight: bold;
50
+ font-family: sans-serif;
51
+ ">👀 See what we built 👀</a>
52
+ </th>
53
+ <th>
54
+ <a href="https://github.com/TensorBlock/TensorBlock-Studio" target="_blank" style="
55
+ display: inline-block;
56
+ padding: 8px 16px;
57
+ background-color: #FF7F50;
58
+ color: white;
59
+ text-decoration: none;
60
+ border-radius: 6px;
61
+ font-weight: bold;
62
+ font-family: sans-serif;
63
+ ">👀 See what we built 👀</a>
64
+ </th>
65
+ </tr>
66
+ </table>
67
+
68
+ ## Prompt template
69
+
70
+ ```
71
+
72
+ ```
73
+
74
+ ## Model file specification
75
+
76
+ | Filename | Quant type | File Size | Description |
77
+ | -------- | ---------- | --------- | ----------- |
78
+ | [longchat-13b-16k-Q2_K.gguf](https://huggingface.co/tensorblock/lmsys_longchat-13b-16k-GGUF/blob/main/longchat-13b-16k-Q2_K.gguf) | Q2_K | 4.854 GB | smallest, significant quality loss - not recommended for most purposes |
79
+ | [longchat-13b-16k-Q3_K_S.gguf](https://huggingface.co/tensorblock/lmsys_longchat-13b-16k-GGUF/blob/main/longchat-13b-16k-Q3_K_S.gguf) | Q3_K_S | 5.659 GB | very small, high quality loss |
80
+ | [longchat-13b-16k-Q3_K_M.gguf](https://huggingface.co/tensorblock/lmsys_longchat-13b-16k-GGUF/blob/main/longchat-13b-16k-Q3_K_M.gguf) | Q3_K_M | 6.338 GB | very small, high quality loss |
81
+ | [longchat-13b-16k-Q3_K_L.gguf](https://huggingface.co/tensorblock/lmsys_longchat-13b-16k-GGUF/blob/main/longchat-13b-16k-Q3_K_L.gguf) | Q3_K_L | 6.930 GB | small, substantial quality loss |
82
+ | [longchat-13b-16k-Q4_0.gguf](https://huggingface.co/tensorblock/lmsys_longchat-13b-16k-GGUF/blob/main/longchat-13b-16k-Q4_0.gguf) | Q4_0 | 7.366 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
83
+ | [longchat-13b-16k-Q4_K_S.gguf](https://huggingface.co/tensorblock/lmsys_longchat-13b-16k-GGUF/blob/main/longchat-13b-16k-Q4_K_S.gguf) | Q4_K_S | 7.423 GB | small, greater quality loss |
84
+ | [longchat-13b-16k-Q4_K_M.gguf](https://huggingface.co/tensorblock/lmsys_longchat-13b-16k-GGUF/blob/main/longchat-13b-16k-Q4_K_M.gguf) | Q4_K_M | 7.866 GB | medium, balanced quality - recommended |
85
+ | [longchat-13b-16k-Q5_0.gguf](https://huggingface.co/tensorblock/lmsys_longchat-13b-16k-GGUF/blob/main/longchat-13b-16k-Q5_0.gguf) | Q5_0 | 8.972 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
86
+ | [longchat-13b-16k-Q5_K_S.gguf](https://huggingface.co/tensorblock/lmsys_longchat-13b-16k-GGUF/blob/main/longchat-13b-16k-Q5_K_S.gguf) | Q5_K_S | 8.972 GB | large, low quality loss - recommended |
87
+ | [longchat-13b-16k-Q5_K_M.gguf](https://huggingface.co/tensorblock/lmsys_longchat-13b-16k-GGUF/blob/main/longchat-13b-16k-Q5_K_M.gguf) | Q5_K_M | 9.230 GB | large, very low quality loss - recommended |
88
+ | [longchat-13b-16k-Q6_K.gguf](https://huggingface.co/tensorblock/lmsys_longchat-13b-16k-GGUF/blob/main/longchat-13b-16k-Q6_K.gguf) | Q6_K | 10.679 GB | very large, extremely low quality loss |
89
+ | [longchat-13b-16k-Q8_0.gguf](https://huggingface.co/tensorblock/lmsys_longchat-13b-16k-GGUF/blob/main/longchat-13b-16k-Q8_0.gguf) | Q8_0 | 13.831 GB | very large, extremely low quality loss - not recommended |
90
+
91
+
92
+ ## Downloading instruction
93
+
94
+ ### Command line
95
+
96
+ Firstly, install Huggingface Client
97
+
98
+ ```shell
99
+ pip install -U "huggingface_hub[cli]"
100
+ ```
101
+
102
+ Then, downoad the individual model file the a local directory
103
+
104
+ ```shell
105
+ huggingface-cli download tensorblock/lmsys_longchat-13b-16k-GGUF --include "longchat-13b-16k-Q2_K.gguf" --local-dir MY_LOCAL_DIR
106
+ ```
107
+
108
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
109
+
110
+ ```shell
111
+ huggingface-cli download tensorblock/lmsys_longchat-13b-16k-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
112
+ ```
longchat-13b-16k-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c6016a710b516af9624468e01bf640a83ad100226b848fdc20622b1fe12f852f
3
+ size 4854270208
longchat-13b-16k-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5ace97e3ad35082128ee7dbbe9be6e0b2cd9b39911d5ad57f462279c2402e0af
3
+ size 6929559808
longchat-13b-16k-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6f7ca855b903eed7f3ee1a319f80cb4d26ccddc2429368c3078906c588b7b1c3
3
+ size 6337769728
longchat-13b-16k-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3382012b9b044c26a3fed288c373e7d3aebadcd91c6038ad520258dc07d76cc8
3
+ size 5658980608
longchat-13b-16k-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2ed742ff8e97a39d5a2b5e82f312871b61231b4837b9c5c98df7578090dfd1f5
3
+ size 7365835008
longchat-13b-16k-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:071aeb1e679e0eeb8b594f92dd4fe49d54709b12ea1c154dc08b8b1715e08bf4
3
+ size 7865956608
longchat-13b-16k-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:aed6dd30614d3725b46e15b7df9f497a8847dbe3802e20225e92574af91bea05
3
+ size 7423179008
longchat-13b-16k-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fd0ef135d0bcfa9e6dbdd379d41684b24211017600457b5b960ca7297015b6ed
3
+ size 8972286208
longchat-13b-16k-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ea6944799229b8245ccf0d7e40e0985c6aee679d64b6d0110daa3f0aceb6897b
3
+ size 9229924608
longchat-13b-16k-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ce8370793953bac81bb550009704c3ff19b2d707fb3c18f5a7809c1494db557a
3
+ size 8972286208
longchat-13b-16k-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b53f4b6318365a97cf474aa3a2f7cebfe1d35b3f62f4047c1c75aa4f8557fc9b
3
+ size 10679140608
longchat-13b-16k-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:61ed0f98f5e9ba549b6a8c0d79845d5a2f50436919d94053b87db019ea4612a8
3
+ size 13831319808