Browse Source
Update README
Signed-off-by: Jael Gu <mengjia.gu@zilliz.com>
main
1 changed files with
1 additions and
1 deletions
-
README.md
|
@ -35,7 +35,7 @@ import towhee |
|
|
|
|
|
|
|
|
( |
|
|
( |
|
|
towhee.dc['text'](['find max value', 'def max(a,b): if a>b: return a else return b']) |
|
|
towhee.dc['text'](['find max value', 'def max(a,b): if a>b: return a else return b']) |
|
|
.code_search.codebert['text', 'embedding'](model_name='huggingface/CodeBERTa-small-v1') |
|
|
|
|
|
|
|
|
.code_search.codebert['text', 'embedding']() |
|
|
.show() |
|
|
.show() |
|
|
) |
|
|
) |
|
|
``` |
|
|
``` |
|
|