haritzpuerto commited on
Commit
f6be7d7
1 Parent(s): 759efc2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +22 -0
README.md CHANGED
@@ -1,3 +1,25 @@
1
  ---
2
  license: mit
 
 
 
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: mit
3
+ datasets:
4
+ - mrqa
5
+ language:
6
+ - en
7
+ metrics:
8
+ - squad
9
+ library_name: adapter-transformers
10
+ pipeline_tag: question-answering
11
  ---
12
+
13
+ This is the MADE encoder model created by Friedman et al. (2021). This encoder should be used along with the following dataset-specific adapters.
14
+ - https://huggingface.co/UKP-SQuARE/MADE_HotpotQA_Adapter
15
+ - https://huggingface.co/UKP-SQuARE/MADE_TriviaQA_Adapter
16
+ - https://huggingface.co/UKP-SQuARE/MADE_SQuAD_Adapter
17
+ - https://huggingface.co/UKP-SQuARE/MADE_SearchQA_Adapter
18
+ - https://huggingface.co/UKP-SQuARE/MADE_NewsQA_Adapter
19
+ - https://huggingface.co/UKP-SQuARE/MADE_NaturalQuestions_Adapter
20
+
21
+
22
+
23
+
24
+ Citation:
25
+ Single-dataset Experts for Multi-dataset Question Answering (Friedman et al., EMNLP 2021)