Question Answering
Transformers
PyTorch
English
electra
Eval Results
Inference Endpoints
mbartolo commited on
Commit
65fac8b
1 Parent(s): 9f930a3

Added model card YAML

Browse files
Files changed (1) hide show
  1. README.md +15 -0
README.md CHANGED
@@ -1,3 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  # Model Overview
2
  This is an ELECTRA-Large QA Model trained from https://huggingface.co/google/electra-large-discriminator in two stages. First, it is trained on synthetic adversarial data generated using a BART-Large question generator, and then it is trained on SQuAD and AdversarialQA (https://arxiv.org/abs/2002.00293) in a second stage of fine-tuning.
3
 
 
1
+ ---
2
+ language:
3
+ - en
4
+ tags:
5
+ - question-answering
6
+ license: "apache-2.0"
7
+ datasets:
8
+ - adversarial_qa
9
+ - mbartolo/synQA
10
+ - squad
11
+ metrics:
12
+ - exact_match
13
+ - f1
14
+ ---
15
+
16
  # Model Overview
17
  This is an ELECTRA-Large QA Model trained from https://huggingface.co/google/electra-large-discriminator in two stages. First, it is trained on synthetic adversarial data generated using a BART-Large question generator, and then it is trained on SQuAD and AdversarialQA (https://arxiv.org/abs/2002.00293) in a second stage of fine-tuning.
18