julianrisch
commited on
Commit
路
f12bf99
1
Parent(s):
8e8ceef
Update README.md
Browse files
README.md
CHANGED
@@ -4,14 +4,14 @@ datasets:
|
|
4 |
license: cc-by-4.0
|
5 |
---
|
6 |
|
7 |
-
#
|
8 |
|
9 |
## Overview
|
10 |
**Language model:** xlm-roberta-base
|
11 |
-
**Language:**
|
12 |
**Downstream-task:** Extractive QA
|
13 |
-
**Training data:** SQuAD 2.0
|
14 |
-
**Eval data:** SQuAD 2.0
|
15 |
**Code:** See [example](https://github.com/deepset-ai/FARM/blob/master/examples/question_answering.py) in [FARM](https://github.com/deepset-ai/FARM/blob/master/examples/question_answering.py)
|
16 |
**Infrastructure**: 4x Tesla v100
|
17 |
|
|
|
4 |
license: cc-by-4.0
|
5 |
---
|
6 |
|
7 |
+
# Multilingual XLM-RoBERTa base for QA on various languages
|
8 |
|
9 |
## Overview
|
10 |
**Language model:** xlm-roberta-base
|
11 |
+
**Language:** Multilingual
|
12 |
**Downstream-task:** Extractive QA
|
13 |
+
**Training data:** SQuAD 2.0
|
14 |
+
**Eval data:** SQuAD 2.0 dev set - German MLQA - German XQuAD
|
15 |
**Code:** See [example](https://github.com/deepset-ai/FARM/blob/master/examples/question_answering.py) in [FARM](https://github.com/deepset-ai/FARM/blob/master/examples/question_answering.py)
|
16 |
**Infrastructure**: 4x Tesla v100
|
17 |
|