yhavinga's picture
Update README.md
96db0c6
|
raw
history blame
No virus
655 Bytes
---
license: apache-2.0
datasets:
- yhavinga/mc4_nl_cleaned
- yhavinga/nedd_wiki_news
tags:
- finetuned
language:
- nl
- en
- de
- fr
- es
---
## Model Summary
See [Boreas-7B-chat](https://huggingface.co/yhavinga/Boreas-7B-chat) for more info.
This repository contains several quantized models and their associated model cards for ollama. Click on 'files' to get a sense of the file sizes.
You can download a single GGUF file with the Huggingface Web UI widgets for quantized files.
The Modelcard for ollama can be downloaded from the 'files' section.
Then:
```
ollama create Boreas-7B-chat-q6_k -f Modelfile_Q6_K
ollama run Boreas-7B-chat-q6_k
```