File size: 957 Bytes
186df11 d1d9a9e 186df11 d1d9a9e |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 |
---
license: cc-by-4.0
language:
- de
task_categories:
- question-answering
tags:
- question-answering
- pytorch
- qa
- de
---
# SVALabs - RemBERT German QA
In this repository we present our german question answering model.
The trained model is based on [RemBERT](https://huggingface.co/google/rembert) and was finetuned using the [SQuAD](https://huggingface.co/datasets/squad) dataset and the [GermanQuAD](https://huggingface.co/datasets/deepset/germanquad) dataset.
### Model Details
| | Description or Link |
|---|---|
|**Base model** | [```RemBERT```](https://huggingface.co/google/rembert) |
|**Finetuning task**| Question Answering |
|**Source datasets**| [```SQuAD```](https://huggingface.co/datasets/squad); [```GermanQuAD```](https://huggingface.co/datasets/deepset/germanquad)|
### Performance
The model was tested on 1692 samples of the GermanQuAD test dataset (the other samples were used for validation)
F1-Score: 87.75
EM: 73.35 |