logo
Browse Source

Update README

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

2
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()
) )
``` ```

Loading…
Cancel
Save