Vetehinen commited on
Commit
ff1e1d5
·
1 Parent(s): 387d61c

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +23 -0
README.md ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - fi
4
+ pipeline_tag: text-generation
5
+ ---
6
+ # gpt3-finnish-13B-GGML
7
+
8
+ Based on initial release of FinGPT-3 monolingual GPT-3-like model for Finnish from [TurkuNLP Research Group](https://huggingface.co/TurkuNLP).
9
+
10
+ This model is quantized GGML format binary of [gpt3-finnish-13B](https://huggingface.co/TurkuNLP/gpt3-finnish-13B).
11
+ | File | Description |
12
+ | ---- | --- |
13
+ | gpt3-finnish-13B.bloomz.ggml.q4_0.bin | 4 bit quantized. For inference using [bloomz.cpp](https://github.com/NouamaneTazi/bloomz.cpp) |
14
+
15
+ ```bash
16
+ bloomz.cpp/main -m gpt3-finnish-13B.bloomz.ggml.q4_0.bin -t 4 -n 200 -p "Lasten loru:"
17
+ ```
18
+
19
+ *Lasten loru:*
20
+ *On toukka tolleroinen,*
21
+ *se syntyy, kasvaa ja kuoloo.*
22
+ *Mikä siitä oikein tulee?*
23
+ *Taitaa tulla solmiomies.*