From 7b3543fb3855d8fe940328bfec84ce9e53cdd2bc Mon Sep 17 00:00:00 2001 From: Adam Gosztolai <45966708+agosztolai@users.noreply.github.com> Date: Mon, 24 Jun 2024 09:56:01 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d6234bcc..8b6e81ac 100755 --- a/README.md +++ b/README.md @@ -114,7 +114,7 @@ After you have trained your model, you can evaluate your model on your dataset o data = model.transform(data) #adds an attribute `data.emb` ``` -To recover the embeddings of individual vector fields, use `data.emb[data.y==0]`. +To recover the embeddings of individual vector fields, use `data.emb[data.y==0]`, which takes the embedding of the first vector field. You can then compare datasets by running