From 1f71086f0981614d85418c659738332eff6d3e16 Mon Sep 17 00:00:00 2001 From: Jael Gu Date: Fri, 8 Apr 2022 12:21:14 +0800 Subject: [PATCH] Update README Signed-off-by: Jael Gu --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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"