diff --git a/README.md b/README.md index 409faef..210d2b4 100644 --- a/README.md +++ b/README.md @@ -11,4 +11,5 @@ from encoder import Model model = Model() text = ['demo!'] text_features = model.transform(text) +sentiment = text_features[:, 2388] ```