Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -1,9 +1,26 @@
|
|
1 |
---
|
2 |
base_model: "NB-Llama-3.2-1B-Instruct"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
tags:
|
4 |
- llama-cpp
|
5 |
- gguf
|
6 |
- quantization
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
7 |
---
|
8 |
|
9 |
# NB-Llama-3.2-1B-Instruct-Q4_K_M-GGUF
|
@@ -47,4 +64,8 @@ For more information, refer to the [llama.cpp repository](https://github.com/gge
|
|
47 |
- [GGUF Format Documentation](https://huggingface.co/docs/transformers/main/en/model_doc/llama)
|
48 |
|
49 |
### Citing & Authors
|
50 |
-
The model was trained and documentation written by Per Egil Kummervold
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
base_model: "NB-Llama-3.2-1B-Instruct"
|
3 |
+
language:
|
4 |
+
- no # Generic Norwegian
|
5 |
+
- nb # Norwegian Bokmål
|
6 |
+
- nn # Norwegian Nynorsk
|
7 |
+
- en # English
|
8 |
+
- sv # Swedish
|
9 |
+
- da # Danish
|
10 |
tags:
|
11 |
- llama-cpp
|
12 |
- gguf
|
13 |
- quantization
|
14 |
+
- norwegian
|
15 |
+
- bokmål
|
16 |
+
- nynorsk
|
17 |
+
- swedish
|
18 |
+
- danish
|
19 |
+
- multilingual
|
20 |
+
- text-generation
|
21 |
+
pipeline_tag: text-generation
|
22 |
+
license: llama3.2
|
23 |
+
|
24 |
---
|
25 |
|
26 |
# NB-Llama-3.2-1B-Instruct-Q4_K_M-GGUF
|
|
|
64 |
- [GGUF Format Documentation](https://huggingface.co/docs/transformers/main/en/model_doc/llama)
|
65 |
|
66 |
### Citing & Authors
|
67 |
+
The model was trained and documentation written by Per Egil Kummervold
|
68 |
+
|
69 |
+
### Funding and Acknowledgement
|
70 |
+
Training this model was supported by Google’s TPU Research Cloud (TRC), which generously supplied us with Cloud TPUs essential for our computational
|
71 |
+
needs..
|