morriszms commited on
Commit
600c154
1 Parent(s): c60469f

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
+ Velara-11B-V2-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ Velara-11B-V2-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ Velara-11B-V2-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ Velara-11B-V2-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ Velara-11B-V2-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ Velara-11B-V2-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ Velara-11B-V2-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ Velara-11B-V2-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ Velara-11B-V2-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ Velara-11B-V2-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ Velara-11B-V2-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ Velara-11B-V2-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-11B-V2
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-11B-V2 - GGUF
28
+
29
+ This repo contains GGUF format model files for [Delcos/Velara-11B-V2](https://huggingface.co/Delcos/Velara-11B-V2).
30
+
31
+ 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).
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
+ <|system|>
43
+ {system_prompt}</s>
44
+ <|user|>
45
+ {prompt}</s>
46
+ <|assistant|>
47
+ ```
48
+
49
+ ## Model file specification
50
+
51
+ | Filename | Quant type | File Size | Description |
52
+ | -------- | ---------- | --------- | ----------- |
53
+ | [Velara-11B-V2-Q2_K.gguf](https://huggingface.co/tensorblock/Velara-11B-V2-GGUF/blob/main/Velara-11B-V2-Q2_K.gguf) | Q2_K | 4.244 GB | smallest, significant quality loss - not recommended for most purposes |
54
+ | [Velara-11B-V2-Q3_K_S.gguf](https://huggingface.co/tensorblock/Velara-11B-V2-GGUF/blob/main/Velara-11B-V2-Q3_K_S.gguf) | Q3_K_S | 4.946 GB | very small, high quality loss |
55
+ | [Velara-11B-V2-Q3_K_M.gguf](https://huggingface.co/tensorblock/Velara-11B-V2-GGUF/blob/main/Velara-11B-V2-Q3_K_M.gguf) | Q3_K_M | 5.509 GB | very small, high quality loss |
56
+ | [Velara-11B-V2-Q3_K_L.gguf](https://huggingface.co/tensorblock/Velara-11B-V2-GGUF/blob/main/Velara-11B-V2-Q3_K_L.gguf) | Q3_K_L | 5.994 GB | small, substantial quality loss |
57
+ | [Velara-11B-V2-Q4_0.gguf](https://huggingface.co/tensorblock/Velara-11B-V2-GGUF/blob/main/Velara-11B-V2-Q4_0.gguf) | Q4_0 | 6.441 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
58
+ | [Velara-11B-V2-Q4_K_S.gguf](https://huggingface.co/tensorblock/Velara-11B-V2-GGUF/blob/main/Velara-11B-V2-Q4_K_S.gguf) | Q4_K_S | 6.487 GB | small, greater quality loss |
59
+ | [Velara-11B-V2-Q4_K_M.gguf](https://huggingface.co/tensorblock/Velara-11B-V2-GGUF/blob/main/Velara-11B-V2-Q4_K_M.gguf) | Q4_K_M | 6.846 GB | medium, balanced quality - recommended |
60
+ | [Velara-11B-V2-Q5_0.gguf](https://huggingface.co/tensorblock/Velara-11B-V2-GGUF/blob/main/Velara-11B-V2-Q5_0.gguf) | Q5_0 | 7.847 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
61
+ | [Velara-11B-V2-Q5_K_S.gguf](https://huggingface.co/tensorblock/Velara-11B-V2-GGUF/blob/main/Velara-11B-V2-Q5_K_S.gguf) | Q5_K_S | 7.847 GB | large, low quality loss - recommended |
62
+ | [Velara-11B-V2-Q5_K_M.gguf](https://huggingface.co/tensorblock/Velara-11B-V2-GGUF/blob/main/Velara-11B-V2-Q5_K_M.gguf) | Q5_K_M | 8.056 GB | large, very low quality loss - recommended |
63
+ | [Velara-11B-V2-Q6_K.gguf](https://huggingface.co/tensorblock/Velara-11B-V2-GGUF/blob/main/Velara-11B-V2-Q6_K.gguf) | Q6_K | 9.342 GB | very large, extremely low quality loss |
64
+ | [Velara-11B-V2-Q8_0.gguf](https://huggingface.co/tensorblock/Velara-11B-V2-GGUF/blob/main/Velara-11B-V2-Q8_0.gguf) | Q8_0 | 12.099 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-11B-V2-GGUF --include "Velara-11B-V2-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-11B-V2-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
87
+ ```
Velara-11B-V2-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:96189024fd27014437cd34268602ac7a615f1838ab57f379fb5ed730b0948cac
3
+ size 4243980960
Velara-11B-V2-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:161778380a69109b93c5ebdd2d170a2f902d4498b51504a2e6d135b120a0fd17
3
+ size 5993636512
Velara-11B-V2-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6214e6e2c388c746a63d1b2650ee7b6d9ad200fe62c382566615c4c07c968753
3
+ size 5508670112
Velara-11B-V2-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:76706e6e531a8b4211005a2e46da6bbc32b36aa493d24827000e3b3decc84038
3
+ size 4945814176
Velara-11B-V2-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:19433920702ecf0554ae217d5a9ea90221920039f88b82333b63694ebd0b5264
3
+ size 6440534688
Velara-11B-V2-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:10611f93e80b8a2b15704a8924f2a180fd19124efb48620279c69af899d71966
3
+ size 6846038688
Velara-11B-V2-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e76732a2deccec81ea1d146cac36d5603e6561ae02d39d7931d52924f0219f62
3
+ size 6486672032
Velara-11B-V2-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4df45d591d98c56393ffdaa98f4814b5608f1039eb0c700c9c8ff80de3c890b8
3
+ size 7847330464
Velara-11B-V2-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cdf0344e23a30febc6f8dc267e783d55a8ba4b8b185363488db7a289512959ed
3
+ size 8056226464
Velara-11B-V2-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d17ba9e4d6539603147ac2d9f8da09d30587b93c9e7c7edcdee1d1b93513cb04
3
+ size 7847330464
Velara-11B-V2-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d265668a8a82a3b550c73f2d5f485955191c743e970f5b25d670ee170011bb09
3
+ size 9342050976
Velara-11B-V2-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a129f8721ac15c6d48d483892f9d31640d3393c68c99de8edcffe59101ed2834
3
+ size 12099461792