haritzpuerto commited on
Commit
1560d96
1 Parent(s): 5d624f6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -10,12 +10,14 @@ library_name: adapter-transformers
10
  pipeline_tag: question-answering
11
  ---
12
 
 
13
  This is the MADE Adapter for SQuAD partition of the MRQA 2019 Shared Task Dataset. The adapter was created by Friedman et al. (2021) and should be used with this encoder: https://huggingface.co/UKP-SQuARE/MADE_Encoder
14
 
15
 
16
 
17
  The UKP-SQuARE team created this model repository to simplify the deployment of this model on the UKP-SQuARE platform. The GitHub repository of the original authors is https://github.com/princeton-nlp/MADE
18
 
 
19
  This model contains the same weights as https://huggingface.co/princeton-nlp/MADE/resolve/main/made_tuned_adapters/SQuAD/model.pt. The only difference is that our repository follows the standard format of AdapterHub. Therefore, you could load this model as follows:
20
 
21
  ```
@@ -36,5 +38,5 @@ Note you need the adapter-transformers library https://adapterhub.ml
36
 
37
  Please refer to the original publication for more information.
38
 
39
- Citation:
40
  Single-dataset Experts for Multi-dataset Question Answering (Friedman et al., EMNLP 2021)
 
10
  pipeline_tag: question-answering
11
  ---
12
 
13
+ # Description
14
  This is the MADE Adapter for SQuAD partition of the MRQA 2019 Shared Task Dataset. The adapter was created by Friedman et al. (2021) and should be used with this encoder: https://huggingface.co/UKP-SQuARE/MADE_Encoder
15
 
16
 
17
 
18
  The UKP-SQuARE team created this model repository to simplify the deployment of this model on the UKP-SQuARE platform. The GitHub repository of the original authors is https://github.com/princeton-nlp/MADE
19
 
20
+ # Usage
21
  This model contains the same weights as https://huggingface.co/princeton-nlp/MADE/resolve/main/made_tuned_adapters/SQuAD/model.pt. The only difference is that our repository follows the standard format of AdapterHub. Therefore, you could load this model as follows:
22
 
23
  ```
 
38
 
39
  Please refer to the original publication for more information.
40
 
41
+ # Citation
42
  Single-dataset Experts for Multi-dataset Question Answering (Friedman et al., EMNLP 2021)