Browse Source
Update README
Signed-off-by: Jael Gu <mengjia.gu@zilliz.com>
main
1 changed files with
4 additions and
1 deletions
-
README.md
|
|
@ -53,7 +53,10 @@ Create the operator via the following factory method |
|
|
|
|
|
|
|
The model name in string. |
|
|
|
The default value is "facebook/dpr-ctx_encoder-single-nq-base". |
|
|
|
You can get the list of supported model names by calling `get_model_list` from [dpr.py](https://towhee.io/text-embedding/dpr/src/branch/main/dpr.py). |
|
|
|
|
|
|
|
Supported model names: |
|
|
|
- "facebook/dpr-ctx_encoder-single-nq-base" |
|
|
|
- "facebook/dpr-ctx_encoder-multiset-base" |
|
|
|
|
|
|
|
<br /> |
|
|
|
|
|
|
|