Skip to content

Commit

Permalink
Merge pull request #3 from GRAAL-Research/davebulaval-patch-2
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
davebulaval authored Dec 26, 2024
2 parents 6513b1c + 1a89f0b commit 3acb097
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 3acb097

Please sign in to comment.