davebulaval
commited on
Update README.md
Browse files
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(
|
107 |
```
|
108 |
|
109 |
|
|
|
103 |
|
104 |
meaning_bert = evaluate.load("davebulaval/meaningbert")
|
105 |
|
106 |
+
print(meaning_bert.compute(references=documents, predictions=simplifications))
|
107 |
```
|
108 |
|
109 |
|