haritzpuerto commited on
Commit
c8cffba
1 Parent(s): b4cf25b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -18,7 +18,7 @@ This is the single-dataset adapter for the TriviaQA partition of the MRQA 2019 S
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/single_dataset_ft/SearchQA/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
  ```
24
  from transformers import RobertaForQuestionAnswering, RobertaTokenizerFast
 
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/single_dataset_adapters/SearchQA/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
  ```
24
  from transformers import RobertaForQuestionAnswering, RobertaTokenizerFast