Question Answering
Transformers
PyTorch
English
roberta
Eval Results
Inference Endpoints
mbartolo commited on
Commit
03e5f59
1 Parent(s): edc57b6

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -0
README.md ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Model Overview
2
+ This is a RoBERTa-Large QA Model trained from https://huggingface.co/roberta-large in two stages. First, it is trained on synthetic adversarial data generated using a BART-Large question generator on Wikipedia passages from SQuAD, and then it is trained on SQuAD and AdversarialQA (https://arxiv.org/abs/2002.00293) in a second stage of fine-tuning.
3
+
4
+ # Data
5
+ Training data: SQuAD + AdversarialQA
6
+ Evaluation data: SQuAD + AdversarialQA
7
+
8
+ # Training Process
9
+ Approx. 1 training epoch on the synthetic data and 2 training epochs on the manually-curated data.
10
+
11
+ # Additional Information
12
+ Please refer to https://arxiv.org/abs/2104.08678 for full details.