Added model versions to README.md
Browse files
README.md
CHANGED
@@ -9,8 +9,14 @@ widget:
|
|
9 |
|
10 |
---
|
11 |
|
12 |
-
Model page TODO. Model name in my thesis was FinnGPT but I chose not to pollute the namespace and leave that kind of name for a more serious attempt at Finnish GPT models.
|
13 |
|
|
|
|
|
|
|
|
|
|
|
|
|
14 |
### How to use
|
15 |
|
16 |
Example with text generation pipeline:
|
|
|
9 |
|
10 |
---
|
11 |
|
12 |
+
Model page TODO. Model name in my thesis was FinnGPT but I chose not to pollute the namespace and leave that kind of name for a more serious attempt at Finnish GPT models. You may call this however you want. Example names are Väinö's GPT-FI or by hatanpav/gpt-fi. If you really want you can also refer to this with the FinnGPT like I did in my thesis.
|
13 |
|
14 |
+
## Versions
|
15 |
+
|
16 |
+
- 300M parameter distilled model, [gpt-fi-distill](https://huggingface.co/hatanp/gpt-fi-distill)
|
17 |
+
- 125M parameter small model, [gpt-fi-small](https://huggingface.co/hatanp/gpt-fi-small)
|
18 |
+
|
19 |
+
Feel free to contact us for more details 🤗
|
20 |
### How to use
|
21 |
|
22 |
Example with text generation pipeline:
|