From d3c8bc101259f4daede62f71549a21d8dc0e3f38 Mon Sep 17 00:00:00 2001 From: Jael Gu Date: Wed, 1 Feb 2023 11:20:50 +0800 Subject: [PATCH] Update readme Signed-off-by: Jael Gu --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9e45edf..937264b 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ This operator is implemented with pre-trained models from [Huggingface Transform Use the pre-trained model 'sentence-transformers/paraphrase-albert-small-v2' to generate an embedding for the sentence "Hello, world.". -*Write a same pipeline with explicit inputs/outputs name specifications:* +*Write a pipeline with explicit inputs/outputs name specifications:* ```python from towhee.dc2 import pipe, ops, DataCollection