Upload folder using huggingface_hub
Browse files- .gitattributes +12 -0
- README.md +87 -0
- Velara-Q2_K.gguf +3 -0
- Velara-Q3_K_L.gguf +3 -0
- Velara-Q3_K_M.gguf +3 -0
- Velara-Q3_K_S.gguf +3 -0
- Velara-Q4_0.gguf +3 -0
- Velara-Q4_K_M.gguf +3 -0
- Velara-Q4_K_S.gguf +3 -0
- Velara-Q5_0.gguf +3 -0
- Velara-Q5_K_M.gguf +3 -0
- Velara-Q5_K_S.gguf +3 -0
- Velara-Q6_K.gguf +3 -0
- Velara-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 |
+
Velara-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
|
37 |
+
Velara-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
|
38 |
+
Velara-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
39 |
+
Velara-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
40 |
+
Velara-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
|
41 |
+
Velara-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
42 |
+
Velara-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
43 |
+
Velara-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
|
44 |
+
Velara-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
45 |
+
Velara-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
46 |
+
Velara-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
|
47 |
+
Velara-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
README.md
ADDED
@@ -0,0 +1,87 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: cc-by-nc-nd-4.0
|
3 |
+
language:
|
4 |
+
- en
|
5 |
+
library_name: transformers
|
6 |
+
pipeline_tag: text-generation
|
7 |
+
tags:
|
8 |
+
- starling
|
9 |
+
- mistral
|
10 |
+
- llama-2
|
11 |
+
- TensorBlock
|
12 |
+
- GGUF
|
13 |
+
base_model: Delcos/Velara
|
14 |
+
---
|
15 |
+
|
16 |
+
<div style="width: auto; margin-left: auto; margin-right: auto">
|
17 |
+
<img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
|
18 |
+
</div>
|
19 |
+
<div style="display: flex; justify-content: space-between; width: 100%;">
|
20 |
+
<div style="display: flex; flex-direction: column; align-items: flex-start;">
|
21 |
+
<p style="margin-top: 0.5em; margin-bottom: 0em;">
|
22 |
+
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>
|
23 |
+
</p>
|
24 |
+
</div>
|
25 |
+
</div>
|
26 |
+
|
27 |
+
## Delcos/Velara - GGUF
|
28 |
+
|
29 |
+
This repo contains GGUF format model files for [Delcos/Velara](https://huggingface.co/Delcos/Velara).
|
30 |
+
|
31 |
+
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).
|
32 |
+
|
33 |
+
<div style="text-align: left; margin: 20px 0;">
|
34 |
+
<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;">
|
35 |
+
Run them on the TensorBlock client using your local machine ↗
|
36 |
+
</a>
|
37 |
+
</div>
|
38 |
+
|
39 |
+
## Prompt template
|
40 |
+
|
41 |
+
```
|
42 |
+
<|im_start|>system
|
43 |
+
{system_prompt}<|im_end|>
|
44 |
+
<|im_start|>user
|
45 |
+
{prompt}<|im_end|>
|
46 |
+
<|im_start|>assistant
|
47 |
+
```
|
48 |
+
|
49 |
+
## Model file specification
|
50 |
+
|
51 |
+
| Filename | Quant type | File Size | Description |
|
52 |
+
| -------- | ---------- | --------- | ----------- |
|
53 |
+
| [Velara-Q2_K.gguf](https://huggingface.co/tensorblock/Velara-GGUF/blob/main/Velara-Q2_K.gguf) | Q2_K | 3.953 GB | smallest, significant quality loss - not recommended for most purposes |
|
54 |
+
| [Velara-Q3_K_S.gguf](https://huggingface.co/tensorblock/Velara-GGUF/blob/main/Velara-Q3_K_S.gguf) | Q3_K_S | 4.606 GB | very small, high quality loss |
|
55 |
+
| [Velara-Q3_K_M.gguf](https://huggingface.co/tensorblock/Velara-GGUF/blob/main/Velara-Q3_K_M.gguf) | Q3_K_M | 5.130 GB | very small, high quality loss |
|
56 |
+
| [Velara-Q3_K_L.gguf](https://huggingface.co/tensorblock/Velara-GGUF/blob/main/Velara-Q3_K_L.gguf) | Q3_K_L | 5.582 GB | small, substantial quality loss |
|
57 |
+
| [Velara-Q4_0.gguf](https://huggingface.co/tensorblock/Velara-GGUF/blob/main/Velara-Q4_0.gguf) | Q4_0 | 5.998 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
|
58 |
+
| [Velara-Q4_K_S.gguf](https://huggingface.co/tensorblock/Velara-GGUF/blob/main/Velara-Q4_K_S.gguf) | Q4_K_S | 6.041 GB | small, greater quality loss |
|
59 |
+
| [Velara-Q4_K_M.gguf](https://huggingface.co/tensorblock/Velara-GGUF/blob/main/Velara-Q4_K_M.gguf) | Q4_K_M | 6.376 GB | medium, balanced quality - recommended |
|
60 |
+
| [Velara-Q5_0.gguf](https://huggingface.co/tensorblock/Velara-GGUF/blob/main/Velara-Q5_0.gguf) | Q5_0 | 7.308 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
|
61 |
+
| [Velara-Q5_K_S.gguf](https://huggingface.co/tensorblock/Velara-GGUF/blob/main/Velara-Q5_K_S.gguf) | Q5_K_S | 7.308 GB | large, low quality loss - recommended |
|
62 |
+
| [Velara-Q5_K_M.gguf](https://huggingface.co/tensorblock/Velara-GGUF/blob/main/Velara-Q5_K_M.gguf) | Q5_K_M | 7.503 GB | large, very low quality loss - recommended |
|
63 |
+
| [Velara-Q6_K.gguf](https://huggingface.co/tensorblock/Velara-GGUF/blob/main/Velara-Q6_K.gguf) | Q6_K | 8.700 GB | very large, extremely low quality loss |
|
64 |
+
| [Velara-Q8_0.gguf](https://huggingface.co/tensorblock/Velara-GGUF/blob/main/Velara-Q8_0.gguf) | Q8_0 | 11.269 GB | very large, extremely low quality loss - not recommended |
|
65 |
+
|
66 |
+
|
67 |
+
## Downloading instruction
|
68 |
+
|
69 |
+
### Command line
|
70 |
+
|
71 |
+
Firstly, install Huggingface Client
|
72 |
+
|
73 |
+
```shell
|
74 |
+
pip install -U "huggingface_hub[cli]"
|
75 |
+
```
|
76 |
+
|
77 |
+
Then, downoad the individual model file the a local directory
|
78 |
+
|
79 |
+
```shell
|
80 |
+
huggingface-cli download tensorblock/Velara-GGUF --include "Velara-Q2_K.gguf" --local-dir MY_LOCAL_DIR
|
81 |
+
```
|
82 |
+
|
83 |
+
If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
|
84 |
+
|
85 |
+
```shell
|
86 |
+
huggingface-cli download tensorblock/Velara-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
|
87 |
+
```
|
Velara-Q2_K.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:048ce50a56ccd47e13e5d00564617a207f1fc218ab0c00c8787a130994727a9a
|
3 |
+
size 4243990048
|
Velara-Q3_K_L.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1ec9380b4bc9f9e2f6da1223bddceb9c846e689b7fe5101367f5fa5e0007ebb4
|
3 |
+
size 5993646432
|
Velara-Q3_K_M.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:da7a1436a11c76b8506850ea5c2f18f8ffa8cc2b4d90fd2817638980d0e4fcb2
|
3 |
+
size 5508680032
|
Velara-Q3_K_S.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4419f51c82128e94dc0fa3b8c70419d003d64fa71acd05ce6979ee10e72a94e7
|
3 |
+
size 4945824096
|
Velara-Q4_0.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:97be3ff36fcf0c497b6c18fd268423189c4db4c9576b2e2cef284a7767ab3c40
|
3 |
+
size 6440545696
|
Velara-Q4_K_M.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ce167611e25589f5e8825b2bb5b274e0d1ef8297c0a3ac8f4e8445c085544c7a
|
3 |
+
size 6846049696
|
Velara-Q4_K_S.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:afdb8fdfc05f2efbf44f55dccf8e9b03bdd419a57cbfaef63492a106aee1e41f
|
3 |
+
size 6486683040
|
Velara-Q5_0.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:31d006cfef427bd18bae85fcface510ee235bd448bd002e0e3d72dd06d665a9d
|
3 |
+
size 7847342496
|
Velara-Q5_K_M.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4ac14a54fab99cc95998fa431b858add03c8eb1ab728333ab89d9792a5b93c8a
|
3 |
+
size 8056238496
|
Velara-Q5_K_S.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:60646f428163d7b48ace8f1027d1405c6fc2ce49114dd24466bff429a3716e30
|
3 |
+
size 7847342496
|
Velara-Q6_K.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:20ba462c6b2f131b4f7d6c2f0d306328b6b88c102d0c69531084aa9a21ee899a
|
3 |
+
size 9342064096
|
Velara-Q8_0.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4fe53f45e03c0e160f379cb24953a5e701a3ee023d4ffc02c6f6aa0bc8f67b6c
|
3 |
+
size 12099478880
|