Rijgersberg
commited on
Commit
·
b9eda13
1
Parent(s):
e628547
Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,27 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
datasets:
|
4 |
+
- Rijgersberg/no_robots_nl
|
5 |
+
- Rijgersberg/ultrachat_10k_nl
|
6 |
+
language:
|
7 |
+
- nl
|
8 |
+
pipeline_tag: conversational
|
9 |
+
tags:
|
10 |
+
- GEITje
|
11 |
+
---
|
12 |
+
GEITje-7B-chat-v2 GGUF q8_0
|
13 |
+
===========================
|
14 |
+
|
15 |
+
GGUF version of [Rijgersberg/GEITje-7B-chat-v2](https://huggingface.co/Rijgersberg/GEITje-7B-chat-v2), using the `q8_0` settings.
|
16 |
+
|
17 |
+
Produced with [llama.ccp](https://github.com/ggerganov/llama.cpp):
|
18 |
+
```bash
|
19 |
+
$ python3 convert.py GEITje-7B-chat-v2-hf \
|
20 |
+
--outfile GEITje-7B-chat-v2.gguf \
|
21 |
+
--outtype q8_0
|
22 |
+
```
|
23 |
+
|
24 |
+
For more info on GEITje-chat, please visit:
|
25 |
+
|
26 |
+
- [README](https://github.com/Rijgersberg/GEITje/blob/main/README-en.md) on GitHub
|
27 |
+
- [Model card](https://huggingface.co/Rijgersberg/GEITje-7B-chat-v2) on 🤗 Hugging Face Models
|