From 83ab436f9a3d0e1152edc71ad73f4005d1b99210 Mon Sep 17 00:00:00 2001 From: Jael Gu Date: Thu, 12 Jan 2023 19:10:47 +0800 Subject: [PATCH] Add supported model names Signed-off-by: Jael Gu --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index bd578d1..30e05f7 100644 --- a/README.md +++ b/README.md @@ -72,8 +72,6 @@ You can refer to [Towhee Pipeline]() for benchmark. The path to local checkpoint, defaults to None. If None, the operator will download and load pretrained model by `model_name` from Huggingface transformers. -
- ***tokenizer***: *object* The method to tokenize input text, defaults to None.