Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
agosztolai authored Jun 24, 2024
1 parent 9044058 commit 7b3543f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 7b3543f

Please sign in to comment.