Pieter Delobelle
commited on
Commit
·
cbe3841
1
Parent(s):
198730a
Create README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,27 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
language: "nl"
|
| 3 |
+
thumbnail: "https://github.com/iPieter/RobBERT/raw/master/res/robbert_logo.png"
|
| 4 |
+
tags:
|
| 5 |
+
- Dutch
|
| 6 |
+
- Flemish
|
| 7 |
+
- RoBERTa
|
| 8 |
+
- RobBERT
|
| 9 |
+
license: mit
|
| 10 |
+
datasets:
|
| 11 |
+
- oscar
|
| 12 |
+
- oscar (NL)
|
| 13 |
+
- dbrd
|
| 14 |
+
- lassy-ud
|
| 15 |
+
- europarl-mono
|
| 16 |
+
- conll2002
|
| 17 |
+
widget:
|
| 18 |
+
- text: "Mijn naam is RobBERT en ik ben een taalmodel van de KU Leuven."
|
| 19 |
+
---
|
| 20 |
+
|
| 21 |
+
<p align="center">
|
| 22 |
+
<img src="https://github.com/iPieter/RobBERT/raw/master/res/robbert_logo_with_name.png" alt="RobBERT: A Dutch RoBERTa-based Language Model" width="75%">
|
| 23 |
+
</p>
|
| 24 |
+
|
| 25 |
+
# RobBERT: Dutch RoBERTa-based Language Model.
|
| 26 |
+
|
| 27 |
+
[RobBERT](https://github.com/iPieter/RobBERT) is the state-of-the-art Dutch BERT model. It is a large pre-trained general Dutch language model that can be fine-tuned on a given dataset to perform any text classification, regression or token-tagging task. As such, it has been successfully used by many [researchers](https://scholar.google.com/scholar?oi=bibs&hl=en&cites=7180110604335112086) and [practitioners](https://huggingface.co/models?search=robbert) for achieving state-of-the-art performance for a wide range of Dutch natural language processing tasks,
|