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 7970be1 commit 9044058
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 @@ -100,7 +100,7 @@ model = MARBLE.net(data)
model.fit(data)
```

By default, MARBLE operates in embedding-aware mode. You can enable the embedding-agnostic mode by changing the initialisation step to
By default, MARBLE operates in embedding-aware mode. To enable the embedding-agnostic mode, change the initialisation to

```
model = MARBLE.net(data, params = {'inner_product_features': True})
Expand Down

0 comments on commit 9044058

Please sign in to comment.