Upload README.md
Browse files
README.md
CHANGED
@@ -1,13 +1,16 @@
|
|
1 |
---
|
|
|
2 |
inference: false
|
3 |
language:
|
4 |
- en
|
5 |
library_name: transformers
|
6 |
license: llama2
|
7 |
model_creator: Uni-TianYan
|
8 |
-
model_link: https://huggingface.co/uni-tianyan/Uni-TianYan
|
9 |
model_name: Uni-TianYan (70B)
|
10 |
model_type: llama
|
|
|
|
|
|
|
11 |
quantized_by: TheBloke
|
12 |
---
|
13 |
|
@@ -32,10 +35,12 @@ quantized_by: TheBloke
|
|
32 |
- Model creator: [Uni-TianYan](https://huggingface.co/Uni-TianYan)
|
33 |
- Original model: [Uni-TianYan (70B)](https://huggingface.co/uni-tianyan/Uni-TianYan)
|
34 |
|
|
|
35 |
## Description
|
36 |
|
37 |
This repo contains GGUF format model files for [Uni-TianYan's Uni-TianYan (70B)](https://huggingface.co/uni-tianyan/Uni-TianYan).
|
38 |
|
|
|
39 |
<!-- README_GGUF.md-about-gguf start -->
|
40 |
### About GGUF
|
41 |
|
@@ -57,6 +62,7 @@ Here is an incomplate list of clients and libraries that are known to support GG
|
|
57 |
<!-- repositories-available start -->
|
58 |
## Repositories available
|
59 |
|
|
|
60 |
* [GPTQ models for GPU inference, with multiple quantisation parameter options.](https://huggingface.co/TheBloke/Uni-TianYan-70B-GPTQ)
|
61 |
* [2, 3, 4, 5, 6 and 8-bit GGUF models for CPU+GPU inference](https://huggingface.co/TheBloke/Uni-TianYan-70B-GGUF)
|
62 |
* [Uni-TianYan's original unquantised fp16 model in pytorch format, for GPU inference and for further conversions](https://huggingface.co/uni-tianyan/Uni-TianYan)
|
@@ -71,6 +77,8 @@ Info on prompt template will be added shortly.
|
|
71 |
```
|
72 |
|
73 |
<!-- prompt-template end -->
|
|
|
|
|
74 |
<!-- compatibility_gguf start -->
|
75 |
## Compatibility
|
76 |
|
@@ -149,6 +157,63 @@ del uni-tianyan-70b.Q8_0.gguf-split-a uni-tianyan-70b.Q8_0.gguf-split-b
|
|
149 |
</details>
|
150 |
<!-- README_GGUF.md-provided-files end -->
|
151 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
152 |
<!-- README_GGUF.md-how-to-run start -->
|
153 |
## Example `llama.cpp` command
|
154 |
|
@@ -234,7 +299,7 @@ Donaters will get priority support on any and all AI/LLM/model questions and req
|
|
234 |
|
235 |
**Special thanks to**: Aemon Algiz.
|
236 |
|
237 |
-
**Patreon special mentions**:
|
238 |
|
239 |
|
240 |
Thank you to all my generous patrons and donaters!
|
|
|
1 |
---
|
2 |
+
base_model: https://huggingface.co/uni-tianyan/Uni-TianYan
|
3 |
inference: false
|
4 |
language:
|
5 |
- en
|
6 |
library_name: transformers
|
7 |
license: llama2
|
8 |
model_creator: Uni-TianYan
|
|
|
9 |
model_name: Uni-TianYan (70B)
|
10 |
model_type: llama
|
11 |
+
prompt_template: 'Info on prompt template will be added shortly.
|
12 |
+
|
13 |
+
'
|
14 |
quantized_by: TheBloke
|
15 |
---
|
16 |
|
|
|
35 |
- Model creator: [Uni-TianYan](https://huggingface.co/Uni-TianYan)
|
36 |
- Original model: [Uni-TianYan (70B)](https://huggingface.co/uni-tianyan/Uni-TianYan)
|
37 |
|
38 |
+
<!-- description start -->
|
39 |
## Description
|
40 |
|
41 |
This repo contains GGUF format model files for [Uni-TianYan's Uni-TianYan (70B)](https://huggingface.co/uni-tianyan/Uni-TianYan).
|
42 |
|
43 |
+
<!-- description end -->
|
44 |
<!-- README_GGUF.md-about-gguf start -->
|
45 |
### About GGUF
|
46 |
|
|
|
62 |
<!-- repositories-available start -->
|
63 |
## Repositories available
|
64 |
|
65 |
+
* [AWQ model(s) for GPU inference.](https://huggingface.co/TheBloke/Uni-TianYan-70B-AWQ)
|
66 |
* [GPTQ models for GPU inference, with multiple quantisation parameter options.](https://huggingface.co/TheBloke/Uni-TianYan-70B-GPTQ)
|
67 |
* [2, 3, 4, 5, 6 and 8-bit GGUF models for CPU+GPU inference](https://huggingface.co/TheBloke/Uni-TianYan-70B-GGUF)
|
68 |
* [Uni-TianYan's original unquantised fp16 model in pytorch format, for GPU inference and for further conversions](https://huggingface.co/uni-tianyan/Uni-TianYan)
|
|
|
77 |
```
|
78 |
|
79 |
<!-- prompt-template end -->
|
80 |
+
|
81 |
+
|
82 |
<!-- compatibility_gguf start -->
|
83 |
## Compatibility
|
84 |
|
|
|
157 |
</details>
|
158 |
<!-- README_GGUF.md-provided-files end -->
|
159 |
|
160 |
+
<!-- README_GGUF.md-how-to-download start -->
|
161 |
+
## How to download GGUF files
|
162 |
+
|
163 |
+
**Note for manual downloaders:** You almost never want to clone the entire repo! Multiple different quantisation formats are provided, and most users only want to pick and download a single file.
|
164 |
+
|
165 |
+
The following clients/libraries will automatically download models for you, providing a list of available models to choose from:
|
166 |
+
- LM Studio
|
167 |
+
- LoLLMS Web UI
|
168 |
+
- Faraday.dev
|
169 |
+
|
170 |
+
### In `text-generation-webui`
|
171 |
+
|
172 |
+
Under Download Model, you can enter the model repo: TheBloke/Uni-TianYan-70B-GGUF and below it, a specific filename to download, such as: uni-tianyan-70b.q4_K_M.gguf.
|
173 |
+
|
174 |
+
Then click Download.
|
175 |
+
|
176 |
+
### On the command line, including multiple files at once
|
177 |
+
|
178 |
+
I recommend using the `huggingface-hub` Python library:
|
179 |
+
|
180 |
+
```shell
|
181 |
+
pip3 install huggingface-hub>=0.17.1
|
182 |
+
```
|
183 |
+
|
184 |
+
Then you can download any individual model file to the current directory, at high speed, with a command like this:
|
185 |
+
|
186 |
+
```shell
|
187 |
+
huggingface-cli download TheBloke/Uni-TianYan-70B-GGUF uni-tianyan-70b.q4_K_M.gguf --local-dir . --local-dir-use-symlinks False
|
188 |
+
```
|
189 |
+
|
190 |
+
<details>
|
191 |
+
<summary>More advanced huggingface-cli download usage</summary>
|
192 |
+
|
193 |
+
You can also download multiple files at once with a pattern:
|
194 |
+
|
195 |
+
```shell
|
196 |
+
huggingface-cli download TheBloke/Uni-TianYan-70B-GGUF --local-dir . --local-dir-use-symlinks False --include='*Q4_K*gguf'
|
197 |
+
```
|
198 |
+
|
199 |
+
For more documentation on downloading with `huggingface-cli`, please see: [HF -> Hub Python Library -> Download files -> Download from the CLI](https://huggingface.co/docs/huggingface_hub/guides/download#download-from-the-cli).
|
200 |
+
|
201 |
+
To accelerate downloads on fast connections (1Gbit/s or higher), install `hf_transfer`:
|
202 |
+
|
203 |
+
```shell
|
204 |
+
pip3 install hf_transfer
|
205 |
+
```
|
206 |
+
|
207 |
+
And set environment variable `HF_HUB_ENABLE_HF_TRANSFER` to `1`:
|
208 |
+
|
209 |
+
```shell
|
210 |
+
HUGGINGFACE_HUB_ENABLE_HF_TRANSFER=1 huggingface-cli download TheBloke/Uni-TianYan-70B-GGUF uni-tianyan-70b.q4_K_M.gguf --local-dir . --local-dir-use-symlinks False
|
211 |
+
```
|
212 |
+
|
213 |
+
Windows CLI users: Use `set HUGGINGFACE_HUB_ENABLE_HF_TRANSFER=1` before running the download command.
|
214 |
+
</details>
|
215 |
+
<!-- README_GGUF.md-how-to-download end -->
|
216 |
+
|
217 |
<!-- README_GGUF.md-how-to-run start -->
|
218 |
## Example `llama.cpp` command
|
219 |
|
|
|
299 |
|
300 |
**Special thanks to**: Aemon Algiz.
|
301 |
|
302 |
+
**Patreon special mentions**: Alicia Loh, Stephen Murray, K, Ajan Kanaga, RoA, Magnesian, Deo Leter, Olakabola, Eugene Pentland, zynix, Deep Realms, Raymond Fosdick, Elijah Stavena, Iucharbius, Erik Bjäreholt, Luis Javier Navarrete Lozano, Nicholas, theTransient, John Detwiler, alfie_i, knownsqashed, Mano Prime, Willem Michiel, Enrico Ros, LangChain4j, OG, Michael Dempsey, Pierre Kircher, Pedro Madruga, James Bentley, Thomas Belote, Luke @flexchar, Leonard Tan, Johann-Peter Hartmann, Illia Dulskyi, Fen Risland, Chadd, S_X, Jeff Scroggin, Ken Nordquist, Sean Connelly, Artur Olbinski, Swaroop Kallakuri, Jack West, Ai Maven, David Ziegler, Russ Johnson, transmissions 11, John Villwock, Alps Aficionado, Clay Pascal, Viktor Bowallius, Subspace Studios, Rainer Wilmers, Trenton Dambrowitz, vamX, Michael Levine, 준교 김, Brandon Frisco, Kalila, Trailburnt, Randy H, Talal Aujan, Nathan Dryer, Vadim, 阿明, ReadyPlayerEmma, Tiffany J. Kim, George Stoitzev, Spencer Kim, Jerry Meng, Gabriel Tamborski, Cory Kujawski, Jeffrey Morgan, Spiking Neurons AB, Edmond Seymore, Alexandros Triantafyllidis, Lone Striker, Cap'n Zoog, Nikolai Manek, danny, ya boyyy, Derek Yates, usrbinkat, Mandus, TL, Nathan LeClaire, subjectnull, Imad Khwaja, webtim, Raven Klaugh, Asp the Wyvern, Gabriel Puliatti, Caitlyn Gatomon, Joseph William Delisle, Jonathan Leane, Luke Pendergrass, SuperWojo, Sebastain Graf, Will Dee, Fred von Graf, Andrey, Dan Guido, Daniel P. Andersen, Nitin Borwankar, Elle, Vitor Caleffi, biorpg, jjj, NimbleBox.ai, Pieter, Matthew Berman, terasurfer, Michael Davis, Alex, Stanislav Ovsiannikov
|
303 |
|
304 |
|
305 |
Thank you to all my generous patrons and donaters!
|