diff --git a/README.md b/README.md index 84a283f..b5c1e18 100644 --- a/README.md +++ b/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"