Browse Source
Update readme
Signed-off-by: Jael Gu <mengjia.gu@zilliz.com>
main
1 changed files with
7 additions and
0 deletions
-
README.md
|
@ -42,6 +42,13 @@ The model name in string. |
|
|
The default model name is "bert-base-uncased". |
|
|
The default model name is "bert-base-uncased". |
|
|
|
|
|
|
|
|
Supported model names: |
|
|
Supported model names: |
|
|
|
|
|
<details> |
|
|
|
|
|
<summary>Test</summary> |
|
|
|
|
|
|
|
|
|
|
|
* a |
|
|
|
|
|
* b |
|
|
|
|
|
</details> |
|
|
|
|
|
|
|
|
- [Bert](https://huggingface.co/docs/transformers/v4.16.2/en/model_doc/bert) |
|
|
- [Bert](https://huggingface.co/docs/transformers/v4.16.2/en/model_doc/bert) |
|
|
- bert-base-cased |
|
|
- bert-base-cased |
|
|
- bert-large-cased |
|
|
- bert-large-cased |
|
|