logo
Browse Source

Update readme

Signed-off-by: Jael Gu <mengjia.gu@zilliz.com>
main
Jael Gu 2 years ago
parent
commit
8f13f68398
  1. 11
      README.md

11
README.md

@ -1,6 +1,6 @@
# Text Embedding with Transformers
*author: Jael Gu*
*author: [Jael Gu](https://github.com/jaelgu)*
<br />
@ -38,10 +38,10 @@ Create the operator via the following factory method
***model_name***: *str*
The model name in string.
The model name in string.
The default model name is "bert-base-uncased".
Supported model names:
Supported model names:
<details><summary>Albert</summary>
@ -303,12 +303,11 @@ and then return text embedding in ndarray.
***text***: *str*
The text in string.
The text in string.
**Returns**:
*numpy.ndarray*
The text embedding extracted by model.
​ The text embedding extracted by model.

Loading…
Cancel
Save