Update README.md
Browse files
README.md
CHANGED
@@ -6,13 +6,13 @@ tags:
|
|
6 |
|
7 |
---
|
8 |
|
9 |
-
We
|
10 |
|
11 |
## Overview
|
12 |
-
- **Language model:**
|
13 |
-
- **Language:**
|
14 |
-
- **Training data:** deQuAD2.0
|
15 |
-
- **Evaluation data:**
|
16 |
- **Infrastructure:** 8xV100 GPU
|
17 |
### Evaluation
|
18 |
We benchmarked the question answering performance on our deQuAD test data.
|
|
|
6 |
|
7 |
---
|
8 |
|
9 |
+
We fine-tuned a German Question Answering model based on [electra-base-german-uncased](https://huggingface.co/german-nlp-group/electra-base-german-uncased) with our own German Question Answering dataset (**deQuAD**) containing **130k** training and **11k** test QA pairs.
|
10 |
|
11 |
## Overview
|
12 |
+
- **Language model:** electra-base-german-uncased
|
13 |
+
- **Language:** German
|
14 |
+
- **Training data:** deQuAD2.0 training set (~42MB)
|
15 |
+
- **Evaluation data:** deQuAD2.0 test set (~4MB)
|
16 |
- **Infrastructure:** 8xV100 GPU
|
17 |
### Evaluation
|
18 |
We benchmarked the question answering performance on our deQuAD test data.
|