Commit
路
b88b8f2
1
Parent(s):
d8f8236
Update README.md
Browse files
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/
|
22 |
|
23 |
```
|
24 |
from transformers import RobertaForQuestionAnswering, RobertaTokenizerFast
|
@@ -36,7 +36,7 @@ pipe({"question": "What is the capital of Germany?", "context": "The capital of
|
|
36 |
Note you need the adapter-transformers library https://adapterhub.ml
|
37 |
|
38 |
# Evaluation
|
39 |
-
Friedman et al. report an F1 score of 79.6 on TriviaQA
|
40 |
|
41 |
Please refer to the original publication for more information.
|
42 |
|
|
|
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/TriviaQA/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
|
|
|
36 |
Note you need the adapter-transformers library https://adapterhub.ml
|
37 |
|
38 |
# Evaluation
|
39 |
+
Friedman et al. report an F1 score of **79.6 on TriviaQA**.
|
40 |
|
41 |
Please refer to the original publication for more information.
|
42 |
|