Create README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: bigscience-bloom-rail-1.0
|
| 3 |
+
language:
|
| 4 |
+
- is
|
| 5 |
+
---
|
| 6 |
+
|
| 7 |
+
# Model Card for Model ID
|
| 8 |
+
|
| 9 |
+
<!-- Provide a quick summary of what the model is/does. -->
|
| 10 |
+
|
| 11 |
+
A large language model for generating Icelandic text. This model was created by finetuning the [BLOOM 560m model](https://huggingface.co/bigscience/bloom-560m) on the [Icelandic Gigaword Corpus](https://repository.clarin.is/repository/xmlui/handle/20.500.12537/41)
|
| 12 |
+
|
| 13 |
+
# Model Description
|
| 14 |
+
|
| 15 |
+
<!-- Provide a longer summary of what this model is. -->
|
| 16 |
+
|
| 17 |
+
- **Created by:** Steindór Oddur Ellertsson and Stefán Ólafsson at LVL - Reykjavik University
|
| 18 |
+
- **Model type:** Transformer-based Language Model
|
| 19 |
+
- **Language(s) (NLP):** Icelandic and others (see [original model](https://huggingface.co/bigscience/bloom-560m))
|
| 20 |
+
- **License:** [RAIL License v1.0](https://huggingface.co/spaces/bigscience/license)
|
| 21 |
+
- **Finetuned from model:** https://huggingface.co/bigscience/bloom-560m
|