From 71c0a3c0024a8270a8f1550a457c7447eb68f466 Mon Sep 17 00:00:00 2001 From: Jael Gu Date: Fri, 8 Apr 2022 12:22:42 +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 1124d08..cef1942 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,10 @@ Create the operator via the following factory method ***model_name***: *str* The model name in string. -You can get the list of supported model names by calling `get_model_list` from [realm.py](https://towhee.io/text-embedding/realm/src/branch/main/realm.py). +The default value is "google/realm-cc-news-pretrained-embedder". + +Supported model names: +- "google/realm-cc-news-pretrained-embedder"