yhavinga commited on
Commit
6ff4976
1 Parent(s): 659e8a5

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +27 -0
README.md ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ datasets:
4
+ - yhavinga/mc4_nl_cleaned
5
+ - yhavinga/nedd_wiki_news
6
+ tags:
7
+ - finetuned
8
+ language:
9
+ - nl
10
+ - en
11
+ - de
12
+ - fr
13
+ - es
14
+ ---
15
+
16
+ ## Model Summary
17
+
18
+ See [Boreas-7B-chat](https://huggingface.co/yhavinga/Boreas-7B-chat) for more info.
19
+ This repository contains several quantized models and their associated model cards for ollama. Click on 'files' to get a sense of the file sizes.
20
+
21
+ You can download a single GGUF file with the Huggingface Web UI.
22
+
23
+ Then:
24
+ ```
25
+ ollama create Boreas-7B-chat-q6_k -f Modelfile_Q6_K
26
+ ollama run Boreas-7B-chat-q6_k
27
+ ```