Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
davebulaval authored Dec 26, 2024
1 parent 6513b1c commit 1a89f0b
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 @@ simplifications = ["He wanted to make them pay.", "This sandwich looks delicious

meaning_bert = evaluate.load("davebulaval/meaningbert")

print(meaning_bert.compute(documents=documents, simplifications=simplifications))
print(meaning_bert.compute(references=documents, predictions=simplifications))
```


Expand Down

0 comments on commit 1a89f0b

Please sign in to comment.