From 1a89f0b77340f99da644265095d1e245d3f21c6c Mon Sep 17 00:00:00 2001 From: David Beauchemin Date: Thu, 26 Dec 2024 16:11:42 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d36876c..5377c08 100644 --- a/README.md +++ b/README.md @@ -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)) ```