Rijgersberg
commited on
Commit
•
4a6b8ee
1
Parent(s):
166b051
Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,23 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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 |
+
---
|
10 |
+
GEITje-7B-chat GGUF q8_0
|
11 |
+
========================
|
12 |
+
|
13 |
+
GGUF version of [Rijgersberg/GEITje-7B-chat](https://huggingface.co/Rijgersberg/GEITje-7B-chat), using the `q8_0` settings.
|
14 |
+
|
15 |
+
Produced with [llama.ccp](https://github.com/ggerganov/llama.cpp):
|
16 |
+
```bash
|
17 |
+
$ python3 convert.py GEITje-7B-chat-hf --outfile GEITje-7B-chat.gguf --outtype q8_0
|
18 |
+
```
|
19 |
+
|
20 |
+
For more info on GEITje-chat, please visit:
|
21 |
+
|
22 |
+
- [README](https://github.com/Rijgersberg/GEITje/blob/main/README-en.md) on GitHub
|
23 |
+
- [Model card](https://huggingface.co/Rijgersberg/GEITje-7B-chat) on 🤗 Hugging Face Models
|