From 5351a1cbd597f2ba5cc1b79ab4104130533be1b1 Mon Sep 17 00:00:00 2001 From: Jael Gu Date: Tue, 13 Dec 2022 16:32:21 +0800 Subject: [PATCH] Update README Signed-off-by: Jael Gu --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 830d27a..3838742 100644 --- a/README.md +++ b/README.md @@ -316,7 +316,7 @@ The operator takes a piece of text in string as input. It loads tokenizer and pre-trained model using model name. and then return text embedding in ndarray. -***__call__(txt)*** +***\_\_call\_\_(txt)*** **Parameters:**