Upload folder using huggingface_hub
Browse files- .gitattributes +1 -0
- LumiOpen__Viking-7B-Q4_K_M.gguf +3 -0
- README.md +25 -3
.gitattributes
CHANGED
|
@@ -33,3 +33,4 @@ 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 |
+
LumiOpen__Viking-7B-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
LumiOpen__Viking-7B-Q4_K_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:34b0c57ca5e649a669e645f09ef7db96f51960f198f66da3a347e81f5ba06914
|
| 3 |
+
size 4646316672
|
README.md
CHANGED
|
@@ -1,3 +1,25 @@
|
|
| 1 |
-
---
|
| 2 |
-
license: apache-2.0
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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 |
+
---
|
| 16 |
+
|
| 17 |
+
# Viking 7B
|
| 18 |
+
|
| 19 |
+
Viking 7B is a 7B parameter decoder-only transformer pretrained on Finnish,
|
| 20 |
+
English, Swedish, Danish, Norwegian, Icelandic and code. It has been trained
|
| 21 |
+
on 2 trillion tokens. Viking 7B is a fully open source model and is made available under the Apache 2.0 License.
|
| 22 |
+
|
| 23 |
+
Please see [the upstream repository](https://huggingface.co/LumiOpen/Viking-7B) for more information.
|
| 24 |
+
|
| 25 |
+
This GGML quantization was done with [akx/ggify](https://github.com/akx/ggify) with llama.cpp b2901 with a small modification to the conversion script to support the Viking tokenizer.
|