dudoxu commited on
Commit
7988b20
1 Parent(s): 489f840

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -5
README.md CHANGED
@@ -6,13 +6,13 @@ tags:
6
 
7
  ---
8
 
9
- We created a German Question Answering dataset (**deQuAD**) with **130k** training and **11k** test QA pairs and fine-tuned German Question Answering model with [bert-base-multilingual-cased](https://github.com/google-research/bert/blob/master/multilingual.md)
10
 
11
  ## Overview
12
- - **Language model:** bert-base-multilingual-cased
13
- - **Language:** Germa
14
- - **Training data:** deQuAD2.0 + SQuAD2.0 training set
15
- - **Evaluation data:** SQuAD2.0 test set; deQuAD2.0 test set
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.