Upload folder using huggingface_hub
Browse files- .gitattributes +12 -0
- README.md +72 -0
- WizardVicuna-open-llama-3b-v2-Q2_K.gguf +3 -0
- WizardVicuna-open-llama-3b-v2-Q3_K_L.gguf +3 -0
- WizardVicuna-open-llama-3b-v2-Q3_K_M.gguf +3 -0
- WizardVicuna-open-llama-3b-v2-Q3_K_S.gguf +3 -0
- WizardVicuna-open-llama-3b-v2-Q4_0.gguf +3 -0
- WizardVicuna-open-llama-3b-v2-Q4_K_M.gguf +3 -0
- WizardVicuna-open-llama-3b-v2-Q4_K_S.gguf +3 -0
- WizardVicuna-open-llama-3b-v2-Q5_0.gguf +3 -0
- WizardVicuna-open-llama-3b-v2-Q5_K_M.gguf +3 -0
- WizardVicuna-open-llama-3b-v2-Q5_K_S.gguf +3 -0
- WizardVicuna-open-llama-3b-v2-Q6_K.gguf +3 -0
- WizardVicuna-open-llama-3b-v2-Q8_0.gguf +3 -0
.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 |
+
WizardVicuna-open-llama-3b-v2-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
|
37 |
+
WizardVicuna-open-llama-3b-v2-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
|
38 |
+
WizardVicuna-open-llama-3b-v2-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
39 |
+
WizardVicuna-open-llama-3b-v2-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
40 |
+
WizardVicuna-open-llama-3b-v2-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
|
41 |
+
WizardVicuna-open-llama-3b-v2-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
42 |
+
WizardVicuna-open-llama-3b-v2-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
43 |
+
WizardVicuna-open-llama-3b-v2-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
|
44 |
+
WizardVicuna-open-llama-3b-v2-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
45 |
+
WizardVicuna-open-llama-3b-v2-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
46 |
+
WizardVicuna-open-llama-3b-v2-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
|
47 |
+
WizardVicuna-open-llama-3b-v2-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
README.md
ADDED
@@ -0,0 +1,72 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
datasets:
|
3 |
+
- heegyu/wizard_vicuna_70k_v2
|
4 |
+
license: apache-2.0
|
5 |
+
base_model: heegyu/WizardVicuna-open-llama-3b-v2
|
6 |
+
tags:
|
7 |
+
- TensorBlock
|
8 |
+
- GGUF
|
9 |
+
---
|
10 |
+
|
11 |
+
<div style="width: auto; margin-left: auto; margin-right: auto">
|
12 |
+
<img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
|
13 |
+
</div>
|
14 |
+
<div style="display: flex; justify-content: space-between; width: 100%;">
|
15 |
+
<div style="display: flex; flex-direction: column; align-items: flex-start;">
|
16 |
+
<p style="margin-top: 0.5em; margin-bottom: 0em;">
|
17 |
+
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>
|
18 |
+
</p>
|
19 |
+
</div>
|
20 |
+
</div>
|
21 |
+
|
22 |
+
## heegyu/WizardVicuna-open-llama-3b-v2 - GGUF
|
23 |
+
|
24 |
+
This repo contains GGUF format model files for [heegyu/WizardVicuna-open-llama-3b-v2](https://huggingface.co/heegyu/WizardVicuna-open-llama-3b-v2).
|
25 |
+
|
26 |
+
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).
|
27 |
+
|
28 |
+
## Prompt template
|
29 |
+
|
30 |
+
```
|
31 |
+
|
32 |
+
```
|
33 |
+
|
34 |
+
## Model file specification
|
35 |
+
|
36 |
+
| Filename | Quant type | File Size | Description |
|
37 |
+
| -------- | ---------- | --------- | ----------- |
|
38 |
+
| [WizardVicuna-open-llama-3b-v2-Q2_K.gguf](https://huggingface.co/tensorblock/WizardVicuna-open-llama-3b-v2-GGUF/tree/main/WizardVicuna-open-llama-3b-v2-Q2_K.gguf) | Q2_K | 1.844 GB | smallest, significant quality loss - not recommended for most purposes |
|
39 |
+
| [WizardVicuna-open-llama-3b-v2-Q3_K_S.gguf](https://huggingface.co/tensorblock/WizardVicuna-open-llama-3b-v2-GGUF/tree/main/WizardVicuna-open-llama-3b-v2-Q3_K_S.gguf) | Q3_K_S | 1.844 GB | very small, high quality loss |
|
40 |
+
| [WizardVicuna-open-llama-3b-v2-Q3_K_M.gguf](https://huggingface.co/tensorblock/WizardVicuna-open-llama-3b-v2-GGUF/tree/main/WizardVicuna-open-llama-3b-v2-Q3_K_M.gguf) | Q3_K_M | 1.992 GB | very small, high quality loss |
|
41 |
+
| [WizardVicuna-open-llama-3b-v2-Q3_K_L.gguf](https://huggingface.co/tensorblock/WizardVicuna-open-llama-3b-v2-GGUF/tree/main/WizardVicuna-open-llama-3b-v2-Q3_K_L.gguf) | Q3_K_L | 2.062 GB | small, substantial quality loss |
|
42 |
+
| [WizardVicuna-open-llama-3b-v2-Q4_0.gguf](https://huggingface.co/tensorblock/WizardVicuna-open-llama-3b-v2-GGUF/tree/main/WizardVicuna-open-llama-3b-v2-Q4_0.gguf) | Q4_0 | 1.844 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
|
43 |
+
| [WizardVicuna-open-llama-3b-v2-Q4_K_S.gguf](https://huggingface.co/tensorblock/WizardVicuna-open-llama-3b-v2-GGUF/tree/main/WizardVicuna-open-llama-3b-v2-Q4_K_S.gguf) | Q4_K_S | 2.238 GB | small, greater quality loss |
|
44 |
+
| [WizardVicuna-open-llama-3b-v2-Q4_K_M.gguf](https://huggingface.co/tensorblock/WizardVicuna-open-llama-3b-v2-GGUF/tree/main/WizardVicuna-open-llama-3b-v2-Q4_K_M.gguf) | Q4_K_M | 2.403 GB | medium, balanced quality - recommended |
|
45 |
+
| [WizardVicuna-open-llama-3b-v2-Q5_0.gguf](https://huggingface.co/tensorblock/WizardVicuna-open-llama-3b-v2-GGUF/tree/main/WizardVicuna-open-llama-3b-v2-Q5_0.gguf) | Q5_0 | 2.231 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
|
46 |
+
| [WizardVicuna-open-llama-3b-v2-Q5_K_S.gguf](https://huggingface.co/tensorblock/WizardVicuna-open-llama-3b-v2-GGUF/tree/main/WizardVicuna-open-llama-3b-v2-Q5_K_S.gguf) | Q5_K_S | 2.424 GB | large, low quality loss - recommended |
|
47 |
+
| [WizardVicuna-open-llama-3b-v2-Q5_K_M.gguf](https://huggingface.co/tensorblock/WizardVicuna-open-llama-3b-v2-GGUF/tree/main/WizardVicuna-open-llama-3b-v2-Q5_K_M.gguf) | Q5_K_M | 2.568 GB | large, very low quality loss - recommended |
|
48 |
+
| [WizardVicuna-open-llama-3b-v2-Q6_K.gguf](https://huggingface.co/tensorblock/WizardVicuna-open-llama-3b-v2-GGUF/tree/main/WizardVicuna-open-llama-3b-v2-Q6_K.gguf) | Q6_K | 3.392 GB | very large, extremely low quality loss |
|
49 |
+
| [WizardVicuna-open-llama-3b-v2-Q8_0.gguf](https://huggingface.co/tensorblock/WizardVicuna-open-llama-3b-v2-GGUF/tree/main/WizardVicuna-open-llama-3b-v2-Q8_0.gguf) | Q8_0 | 3.392 GB | very large, extremely low quality loss - not recommended |
|
50 |
+
|
51 |
+
|
52 |
+
## Downloading instruction
|
53 |
+
|
54 |
+
### Command line
|
55 |
+
|
56 |
+
Firstly, install Huggingface Client
|
57 |
+
|
58 |
+
```shell
|
59 |
+
pip install -U "huggingface_hub[cli]"
|
60 |
+
```
|
61 |
+
|
62 |
+
Then, downoad the individual model file the a local directory
|
63 |
+
|
64 |
+
```shell
|
65 |
+
huggingface-cli download tensorblock/WizardVicuna-open-llama-3b-v2-GGUF --include "WizardVicuna-open-llama-3b-v2-Q2_K.gguf" --local-dir MY_LOCAL_DIR
|
66 |
+
```
|
67 |
+
|
68 |
+
If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
|
69 |
+
|
70 |
+
```shell
|
71 |
+
huggingface-cli download tensorblock/WizardVicuna-open-llama-3b-v2-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
|
72 |
+
```
|
WizardVicuna-open-llama-3b-v2-Q2_K.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9c1929a7e9fa7a2594d8b3c5b318df678a08a36f58acd77a49a1ffe55ab80e5a
|
3 |
+
size 1979924672
|
WizardVicuna-open-llama-3b-v2-Q3_K_L.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:daa5f0c976aa75836937e6a5f4473ecf03476240c0548f7847d8c4794b8bdc95
|
3 |
+
size 2214548672
|
WizardVicuna-open-llama-3b-v2-Q3_K_M.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:abc7187f82230efef309cc87f1252ec2de4acb80868744f87474cd71c585f1df
|
3 |
+
size 2139348672
|
WizardVicuna-open-llama-3b-v2-Q3_K_S.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:74fdeb8172a18cd9662c859cca617649582dc22abd8b9cfed87966128567f151
|
3 |
+
size 1979924672
|
WizardVicuna-open-llama-3b-v2-Q4_0.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:19575f04c82539dad086a8ed9b8741c052bd40687462ac6ef4db210dff24daba
|
3 |
+
size 1979924672
|
WizardVicuna-open-llama-3b-v2-Q4_K_M.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ba0f824e40d3ddabdbaaccd9774602e4ac6bb7b3af67bbdb6a6d8f0e61234ec5
|
3 |
+
size 2580116672
|
WizardVicuna-open-llama-3b-v2-Q4_K_S.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9e5b90d2ec3176845d2f0d30e0f7e752e3ecfc1451f99b67be8a1c68418cbbf2
|
3 |
+
size 2403156672
|
WizardVicuna-open-llama-3b-v2-Q5_0.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e31da5b617df73fa7837593e2a3798cb239c32cabd3360e33a97597b2ead1dfc
|
3 |
+
size 2395412672
|
WizardVicuna-open-llama-3b-v2-Q5_K_M.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b4f47c8210aa984bda65d54248d604d2000ccc8d824f91490a8686b885393145
|
3 |
+
size 2757076672
|
WizardVicuna-open-llama-3b-v2-Q5_K_S.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ffd8e9d1383b17c5e10bf2044d5e75b5bcdc1e9c2a00e3018c0084d0de4a1f74
|
3 |
+
size 2603156672
|
WizardVicuna-open-llama-3b-v2-Q6_K.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:87267017031f802935183e44cbef6ead2954ecdb9e7fb2528e36927899879bef
|
3 |
+
size 3641876672
|
WizardVicuna-open-llama-3b-v2-Q8_0.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b519cdac5fe45c822a142349dcf6ae69ab298793d851c0688c1316954e5dc5d7
|
3 |
+
size 3641876672
|