morriszms commited on
Commit
546b580
·
verified ·
1 Parent(s): 157ca97

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
+ Unichat-llama3-Chinese-8B-28K-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ Unichat-llama3-Chinese-8B-28K-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ Unichat-llama3-Chinese-8B-28K-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ Unichat-llama3-Chinese-8B-28K-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ Unichat-llama3-Chinese-8B-28K-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ Unichat-llama3-Chinese-8B-28K-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ Unichat-llama3-Chinese-8B-28K-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ Unichat-llama3-Chinese-8B-28K-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ Unichat-llama3-Chinese-8B-28K-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ Unichat-llama3-Chinese-8B-28K-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ Unichat-llama3-Chinese-8B-28K-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ Unichat-llama3-Chinese-8B-28K-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,82 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ language:
4
+ - en
5
+ - zh
6
+ pipeline_tag: text-generation
7
+ tags:
8
+ - TensorBlock
9
+ - GGUF
10
+ base_model: UnicomLLM/Unichat-llama3-Chinese-8B-28K
11
+ ---
12
+
13
+ <div style="width: auto; margin-left: auto; margin-right: auto">
14
+ <img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
15
+ </div>
16
+ <div style="display: flex; justify-content: space-between; width: 100%;">
17
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
18
+ <p style="margin-top: 0.5em; margin-bottom: 0em;">
19
+ 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>
20
+ </p>
21
+ </div>
22
+ </div>
23
+
24
+ ## UnicomLLM/Unichat-llama3-Chinese-8B-28K - GGUF
25
+
26
+ This repo contains GGUF format model files for [UnicomLLM/Unichat-llama3-Chinese-8B-28K](https://huggingface.co/UnicomLLM/Unichat-llama3-Chinese-8B-28K).
27
+
28
+ 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).
29
+
30
+ <div style="text-align: left; margin: 20px 0;">
31
+ <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;">
32
+ Run them on the TensorBlock client using your local machine ↗
33
+ </a>
34
+ </div>
35
+
36
+ ## Prompt template
37
+
38
+ ```
39
+ <|begin_of_text|>{system_prompt}
40
+ Human:{prompt}
41
+ Assistant:
42
+ ```
43
+
44
+ ## Model file specification
45
+
46
+ | Filename | Quant type | File Size | Description |
47
+ | -------- | ---------- | --------- | ----------- |
48
+ | [Unichat-llama3-Chinese-8B-28K-Q2_K.gguf](https://huggingface.co/tensorblock/Unichat-llama3-Chinese-8B-28K-GGUF/blob/main/Unichat-llama3-Chinese-8B-28K-Q2_K.gguf) | Q2_K | 3.179 GB | smallest, significant quality loss - not recommended for most purposes |
49
+ | [Unichat-llama3-Chinese-8B-28K-Q3_K_S.gguf](https://huggingface.co/tensorblock/Unichat-llama3-Chinese-8B-28K-GGUF/blob/main/Unichat-llama3-Chinese-8B-28K-Q3_K_S.gguf) | Q3_K_S | 3.664 GB | very small, high quality loss |
50
+ | [Unichat-llama3-Chinese-8B-28K-Q3_K_M.gguf](https://huggingface.co/tensorblock/Unichat-llama3-Chinese-8B-28K-GGUF/blob/main/Unichat-llama3-Chinese-8B-28K-Q3_K_M.gguf) | Q3_K_M | 4.019 GB | very small, high quality loss |
51
+ | [Unichat-llama3-Chinese-8B-28K-Q3_K_L.gguf](https://huggingface.co/tensorblock/Unichat-llama3-Chinese-8B-28K-GGUF/blob/main/Unichat-llama3-Chinese-8B-28K-Q3_K_L.gguf) | Q3_K_L | 4.322 GB | small, substantial quality loss |
52
+ | [Unichat-llama3-Chinese-8B-28K-Q4_0.gguf](https://huggingface.co/tensorblock/Unichat-llama3-Chinese-8B-28K-GGUF/blob/main/Unichat-llama3-Chinese-8B-28K-Q4_0.gguf) | Q4_0 | 4.661 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
53
+ | [Unichat-llama3-Chinese-8B-28K-Q4_K_S.gguf](https://huggingface.co/tensorblock/Unichat-llama3-Chinese-8B-28K-GGUF/blob/main/Unichat-llama3-Chinese-8B-28K-Q4_K_S.gguf) | Q4_K_S | 4.693 GB | small, greater quality loss |
54
+ | [Unichat-llama3-Chinese-8B-28K-Q4_K_M.gguf](https://huggingface.co/tensorblock/Unichat-llama3-Chinese-8B-28K-GGUF/blob/main/Unichat-llama3-Chinese-8B-28K-Q4_K_M.gguf) | Q4_K_M | 4.921 GB | medium, balanced quality - recommended |
55
+ | [Unichat-llama3-Chinese-8B-28K-Q5_0.gguf](https://huggingface.co/tensorblock/Unichat-llama3-Chinese-8B-28K-GGUF/blob/main/Unichat-llama3-Chinese-8B-28K-Q5_0.gguf) | Q5_0 | 5.599 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
56
+ | [Unichat-llama3-Chinese-8B-28K-Q5_K_S.gguf](https://huggingface.co/tensorblock/Unichat-llama3-Chinese-8B-28K-GGUF/blob/main/Unichat-llama3-Chinese-8B-28K-Q5_K_S.gguf) | Q5_K_S | 5.599 GB | large, low quality loss - recommended |
57
+ | [Unichat-llama3-Chinese-8B-28K-Q5_K_M.gguf](https://huggingface.co/tensorblock/Unichat-llama3-Chinese-8B-28K-GGUF/blob/main/Unichat-llama3-Chinese-8B-28K-Q5_K_M.gguf) | Q5_K_M | 5.733 GB | large, very low quality loss - recommended |
58
+ | [Unichat-llama3-Chinese-8B-28K-Q6_K.gguf](https://huggingface.co/tensorblock/Unichat-llama3-Chinese-8B-28K-GGUF/blob/main/Unichat-llama3-Chinese-8B-28K-Q6_K.gguf) | Q6_K | 6.596 GB | very large, extremely low quality loss |
59
+ | [Unichat-llama3-Chinese-8B-28K-Q8_0.gguf](https://huggingface.co/tensorblock/Unichat-llama3-Chinese-8B-28K-GGUF/blob/main/Unichat-llama3-Chinese-8B-28K-Q8_0.gguf) | Q8_0 | 8.541 GB | very large, extremely low quality loss - not recommended |
60
+
61
+
62
+ ## Downloading instruction
63
+
64
+ ### Command line
65
+
66
+ Firstly, install Huggingface Client
67
+
68
+ ```shell
69
+ pip install -U "huggingface_hub[cli]"
70
+ ```
71
+
72
+ Then, downoad the individual model file the a local directory
73
+
74
+ ```shell
75
+ huggingface-cli download tensorblock/Unichat-llama3-Chinese-8B-28K-GGUF --include "Unichat-llama3-Chinese-8B-28K-Q2_K.gguf" --local-dir MY_LOCAL_DIR
76
+ ```
77
+
78
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
79
+
80
+ ```shell
81
+ huggingface-cli download tensorblock/Unichat-llama3-Chinese-8B-28K-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
82
+ ```
Unichat-llama3-Chinese-8B-28K-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dc47eb66ef1c6c578e6e630fb3f3b9476ec582142bbca41783c46a25e7896138
3
+ size 3179131712
Unichat-llama3-Chinese-8B-28K-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3f8ac171e46cd551274a42410f7b7473a86ed0c11c0c54748064050d2ab965a4
3
+ size 4321956672
Unichat-llama3-Chinese-8B-28K-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9fc2ed7440af2db65c61c912e182fc23a6e846589429cf264eb2a799eb21f70c
3
+ size 4018918208
Unichat-llama3-Chinese-8B-28K-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8bc572c3a44552b0d75f8f2657d6781d893f39992f62208a8def0971c0dd80ea
3
+ size 3664499520
Unichat-llama3-Chinese-8B-28K-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:95c58e3680981227bd1bdb8bb4faaa40c3a3f20d18400dbd31563e91e74f1f94
3
+ size 4661211968
Unichat-llama3-Chinese-8B-28K-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:001baca3abd18c3728fe0077d4e950e25ff0b05c4b2c72cf1c7a6608c3f1d8fd
3
+ size 4920734528
Unichat-llama3-Chinese-8B-28K-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:aa28748a274df0179f7963a80ba35d3e9a162fe91c19715791548eb9cc788462
3
+ size 4692669248
Unichat-llama3-Chinese-8B-28K-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0cb44f91dba79ec692a5eab3b4d49175994e11cd69dc118c896613f1219ac0aa
3
+ size 5599294272
Unichat-llama3-Chinese-8B-28K-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:eb298d6388e2b841da5d37259b84dec06c167b4d083826137ccb9b62c200c9f4
3
+ size 5732987712
Unichat-llama3-Chinese-8B-28K-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1a02f90a6501ef6d59bba6a033881df05bd95101f817be4a86aa2ba396e917dc
3
+ size 5599294272
Unichat-llama3-Chinese-8B-28K-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8ba8984aaafab3dc204c9f2b74ed4d4711c39a259ffce3e4505b08cc5644ed71
3
+ size 6596006720
Unichat-llama3-Chinese-8B-28K-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e444a6b006b578cd016c5aad666033c90f8a952df5d354383f28bea7c86fcb08
3
+ size 8540771136