davebulaval commited on
Commit
f40ff1e
·
verified ·
1 Parent(s): 1772cf3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -103,7 +103,7 @@ simplifications = ["He wanted to make them pay.", "This sandwich looks delicious
103
 
104
  meaning_bert = evaluate.load("davebulaval/meaningbert")
105
 
106
- print(meaning_bert.compute(documents=documents, simplifications=simplifications))
107
  ```
108
 
109
 
 
103
 
104
  meaning_bert = evaluate.load("davebulaval/meaningbert")
105
 
106
+ print(meaning_bert.compute(references=documents, predictions=simplifications))
107
  ```
108
 
109