added library to metadata
Browse files
README.md
CHANGED
@@ -5,12 +5,13 @@ license: llama2
|
|
5 |
base_model:
|
6 |
- meta-llama/Llama-2-7b-hf
|
7 |
pipeline_tag: text-generation
|
|
|
8 |
---
|
9 |
![SnakModel Base Logo](snakmodel-base.png)
|
10 |
|
11 |
## Model Details
|
12 |
|
13 |
-
**SnakModel** is a 7B-parameter model specifically designed for the Danish language. This is the base variant: `SnakModel-7B (base)`. Our models
|
14 |
|
15 |
**Model Developers**
|
16 |
|
|
|
5 |
base_model:
|
6 |
- meta-llama/Llama-2-7b-hf
|
7 |
pipeline_tag: text-generation
|
8 |
+
library_name: transformers
|
9 |
---
|
10 |
![SnakModel Base Logo](snakmodel-base.png)
|
11 |
|
12 |
## Model Details
|
13 |
|
14 |
+
**SnakModel** is a 7B-parameter model specifically designed for the Danish language. This is the base variant: `SnakModel-7B (base)`. Our models build upon [Llama 2](https://huggingface.co/meta-llama/Llama-2-7b-hf), which we continuously pre-train on a diverse collection of Danish corpora comprising 350M documents and 13.6B words, before tuning it on 3.7M Danish instruction-answer pairs.
|
15 |
|
16 |
**Model Developers**
|
17 |
|