Unverified Commit d8c26ed1 authored by bogdankostic's avatar bogdankostic Committed by GitHub
Browse files

Specify dataset used for crossvalidation (#5175)

parent a34fb91d
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
**Language model:** deepset/roberta-base-squad2 **Language model:** deepset/roberta-base-squad2
**Language:** English **Language:** English
**Downstream-task:** Extractive QA **Downstream-task:** Extractive QA
**Training data:** [SQuAD-style CORD-19 annotations](https://github.com/deepset-ai/COVID-QA/tree/master/data/question-answering) **Training data:** [SQuAD-style CORD-19 annotations from 23rd April](https://github.com/deepset-ai/COVID-QA/blob/master/data/question-answering/200423_covidQA.json)
**Code:** See [example](https://github.com/deepset-ai/FARM/blob/master/examples/question_answering_crossvalidation.py) in [FARM](https://github.com/deepset-ai/FARM) **Code:** See [example](https://github.com/deepset-ai/FARM/blob/master/examples/question_answering_crossvalidation.py) in [FARM](https://github.com/deepset-ai/FARM)
**Infrastructure**: Tesla v100 **Infrastructure**: Tesla v100
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment