logo
Browse Source

Update README

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

2
README.md

@ -35,7 +35,7 @@ from towhee import dc
dc.stream(["Hello, world."]) \
.text_embedding.longformer(model_name=c"allenai/longformer-base-4096") \
.show()
.to_list()
```
## Factory Constructor

Loading…
Cancel
Save