Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
lucidrains authored Dec 8, 2023
1 parent 587eaf6 commit 49e5eb0
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 @@ -146,7 +146,7 @@ model = MLP(
data = torch.randn(2, 256)
texts = ['a description', 'another description']

# (4) train your model, passing in your list of strings as 'texts'
# (3) train your model, passing in your list of strings as 'texts'

pred = model(data, texts = texts)

Expand Down

0 comments on commit 49e5eb0

Please sign in to comment.