Update readme
Browse files
README.md
CHANGED
@@ -26,7 +26,7 @@ The values in parentheses are those reported in the paper.
|
|
26 |
|
27 |
## How to Use
|
28 |
|
29 |
-
`AutoModel` does not properly detect whether the checkpoint is for DPRContextEncoder or DPRQuestionEncoder
|
30 |
|
31 |
Therefore, please specify the exact class to use the model.
|
32 |
|
|
|
26 |
|
27 |
## How to Use
|
28 |
|
29 |
+
Using `AutoModel` does not properly detect whether the checkpoint is for `DPRContextEncoder` or `DPRQuestionEncoder`.
|
30 |
|
31 |
Therefore, please specify the exact class to use the model.
|
32 |
|