haritzpuerto commited on
Commit
3114e01
1 Parent(s): 9cae7bf

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -0
README.md ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ Trained on the SQuAD v1.1 dataset from the MRQA Shared Task. The public dev set was divided into two: one for dev and one for test.
2
+
3
+ Dev results:
4
+ "eval_exact_match": 88.15914715400723,
5
+ "eval_f1": 93.91715796563734,
6
+ "eval_samples": 5291
7
+
8
+ Test results:
9
+ "test_exact_match": 86.52455272173582,
10
+ "test_f1": 92.92134442432088
11
+ "predict_samples": 5294
12
+
13
+ More info in the paper: MetaQA: Combining Expert Agents for Multi-Skill Question Answering
14
+ https://arxiv.org/abs/2112.01922