GGUF
TensorBlock
GGUF
Inference Endpoints
morriszms commited on
Commit
4ce190e
·
verified ·
1 Parent(s): 9575203

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
+ Viking-13B-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ Viking-13B-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ Viking-13B-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ Viking-13B-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ Viking-13B-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ Viking-13B-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ Viking-13B-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ Viking-13B-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ Viking-13B-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ Viking-13B-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ Viking-13B-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ Viking-13B-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,88 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ datasets:
4
+ - cerebras/SlimPajama-627B
5
+ - bigcode/starcoderdata
6
+ - mc4
7
+ language:
8
+ - fi
9
+ - en
10
+ - da
11
+ - sv
12
+ - 'no'
13
+ - nn
14
+ - is
15
+ tags:
16
+ - TensorBlock
17
+ - GGUF
18
+ base_model: LumiOpen/Viking-13B
19
+ ---
20
+
21
+ <div style="width: auto; margin-left: auto; margin-right: auto">
22
+ <img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
23
+ </div>
24
+ <div style="display: flex; justify-content: space-between; width: 100%;">
25
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
26
+ <p style="margin-top: 0.5em; margin-bottom: 0em;">
27
+ 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>
28
+ </p>
29
+ </div>
30
+ </div>
31
+
32
+ ## LumiOpen/Viking-13B - GGUF
33
+
34
+ This repo contains GGUF format model files for [LumiOpen/Viking-13B](https://huggingface.co/LumiOpen/Viking-13B).
35
+
36
+ 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).
37
+
38
+ <div style="text-align: left; margin: 20px 0;">
39
+ <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;">
40
+ Run them on the TensorBlock client using your local machine ↗
41
+ </a>
42
+ </div>
43
+
44
+ ## Prompt template
45
+
46
+ ```
47
+
48
+ ```
49
+
50
+ ## Model file specification
51
+
52
+ | Filename | Quant type | File Size | Description |
53
+ | -------- | ---------- | --------- | ----------- |
54
+ | [Viking-13B-Q2_K.gguf](https://huggingface.co/tensorblock/Viking-13B-GGUF/blob/main/Viking-13B-Q2_K.gguf) | Q2_K | 5.067 GB | smallest, significant quality loss - not recommended for most purposes |
55
+ | [Viking-13B-Q3_K_S.gguf](https://huggingface.co/tensorblock/Viking-13B-GGUF/blob/main/Viking-13B-Q3_K_S.gguf) | Q3_K_S | 5.865 GB | very small, high quality loss |
56
+ | [Viking-13B-Q3_K_M.gguf](https://huggingface.co/tensorblock/Viking-13B-GGUF/blob/main/Viking-13B-Q3_K_M.gguf) | Q3_K_M | 6.497 GB | very small, high quality loss |
57
+ | [Viking-13B-Q3_K_L.gguf](https://huggingface.co/tensorblock/Viking-13B-GGUF/blob/main/Viking-13B-Q3_K_L.gguf) | Q3_K_L | 7.048 GB | small, substantial quality loss |
58
+ | [Viking-13B-Q4_0.gguf](https://huggingface.co/tensorblock/Viking-13B-GGUF/blob/main/Viking-13B-Q4_0.gguf) | Q4_0 | 7.517 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
59
+ | [Viking-13B-Q4_K_S.gguf](https://huggingface.co/tensorblock/Viking-13B-GGUF/blob/main/Viking-13B-Q4_K_S.gguf) | Q4_K_S | 7.571 GB | small, greater quality loss |
60
+ | [Viking-13B-Q4_K_M.gguf](https://huggingface.co/tensorblock/Viking-13B-GGUF/blob/main/Viking-13B-Q4_K_M.gguf) | Q4_K_M | 7.983 GB | medium, balanced quality - recommended |
61
+ | [Viking-13B-Q5_0.gguf](https://huggingface.co/tensorblock/Viking-13B-GGUF/blob/main/Viking-13B-Q5_0.gguf) | Q5_0 | 9.072 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
62
+ | [Viking-13B-Q5_K_S.gguf](https://huggingface.co/tensorblock/Viking-13B-GGUF/blob/main/Viking-13B-Q5_K_S.gguf) | Q5_K_S | 9.072 GB | large, low quality loss - recommended |
63
+ | [Viking-13B-Q5_K_M.gguf](https://huggingface.co/tensorblock/Viking-13B-GGUF/blob/main/Viking-13B-Q5_K_M.gguf) | Q5_K_M | 9.312 GB | large, very low quality loss - recommended |
64
+ | [Viking-13B-Q6_K.gguf](https://huggingface.co/tensorblock/Viking-13B-GGUF/blob/main/Viking-13B-Q6_K.gguf) | Q6_K | 10.725 GB | very large, extremely low quality loss |
65
+ | [Viking-13B-Q8_0.gguf](https://huggingface.co/tensorblock/Viking-13B-GGUF/blob/main/Viking-13B-Q8_0.gguf) | Q8_0 | 13.889 GB | very large, extremely low quality loss - not recommended |
66
+
67
+
68
+ ## Downloading instruction
69
+
70
+ ### Command line
71
+
72
+ Firstly, install Huggingface Client
73
+
74
+ ```shell
75
+ pip install -U "huggingface_hub[cli]"
76
+ ```
77
+
78
+ Then, downoad the individual model file the a local directory
79
+
80
+ ```shell
81
+ huggingface-cli download tensorblock/Viking-13B-GGUF --include "Viking-13B-Q2_K.gguf" --local-dir MY_LOCAL_DIR
82
+ ```
83
+
84
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
85
+
86
+ ```shell
87
+ huggingface-cli download tensorblock/Viking-13B-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
88
+ ```
Viking-13B-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:617e8dc3a7320dab5512c6ae7b8be86f54441dcc835ccd832b462ffb63d7163c
3
+ size 5440982272
Viking-13B-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:95376e5748003d73a1e0768b9b0c87c5f1aff63ac1e68c93232d727494409df1
3
+ size 7567789312
Viking-13B-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bda4680541f091b80b918d8dfe1de6ff2751d893500ec64ab9fd7d23147eb313
3
+ size 6975999232
Viking-13B-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0dd7c42fdb0d3322fe077a137e7b6fa318ede49805058189a529649d9762375b
3
+ size 6297210112
Viking-13B-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2865ad75f216da841735024ab79010e6c41d9f0cf5591873201efb00baec1c18
3
+ size 8071433472
Viking-13B-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bcbdacc8be9ca74664e1b8a03fe395865bb6f5401b0c17e24f99b43ada06f332
3
+ size 8571555072
Viking-13B-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bb2d3f6c182b32d8e6e1a6132af267213a49000e472a3bca9e6e09796ae6f40c
3
+ size 8128777472
Viking-13B-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ecd25c3b810efb2c3d76d8a4c0899b68614ead1ed80228a385488444287ca53e
3
+ size 9741290752
Viking-13B-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6a885f2fa04ec13f5dd5eafa1edc7cd0dda42a42fce7140788a9444731b46949
3
+ size 9998929152
Viking-13B-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8a2b23d91ee510ef0bffded7b392196507d1afae21d255055bb5ed7ead966fb7
3
+ size 9741290752
Viking-13B-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:86573b4b548dc0935ee176eac8d6d635ab67c8bc7dd46ccc2956b25e14658c8e
3
+ size 11515514112
Viking-13B-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d73d32d315c850e54e9780a085c9b7286a491a4d020fc4160c8e55e08a000cd2
3
+ size 14913391872