Browse Source
Add supported model names
Signed-off-by: Jael Gu <mengjia.gu@zilliz.com>
main
1 changed files with
0 additions and
2 deletions
-
README.md
|
@ -72,8 +72,6 @@ You can refer to [Towhee Pipeline]() for benchmark. |
|
|
The path to local checkpoint, defaults to None. |
|
|
The path to local checkpoint, defaults to None. |
|
|
If None, the operator will download and load pretrained model by `model_name` from Huggingface transformers. |
|
|
If None, the operator will download and load pretrained model by `model_name` from Huggingface transformers. |
|
|
|
|
|
|
|
|
<br /> |
|
|
|
|
|
|
|
|
|
|
|
***tokenizer***: *object* |
|
|
***tokenizer***: *object* |
|
|
|
|
|
|
|
|
The method to tokenize input text, defaults to None. |
|
|
The method to tokenize input text, defaults to None. |
|
|