Spaces:
Running
Running
alirezamsh
commited on
Commit
•
74947f8
1
Parent(s):
8c2ef73
Update README.md
Browse files
README.md
CHANGED
@@ -28,7 +28,7 @@ rqugescore = load("alirezamsh/rquge")
|
|
28 |
generated_questions = ["how is the weather?"]
|
29 |
contexts = ["the weather is sunny"]
|
30 |
answers = ["sunny"]
|
31 |
-
results =
|
32 |
print(results["mean_score"])
|
33 |
>>> [5.05]
|
34 |
```
|
|
|
28 |
generated_questions = ["how is the weather?"]
|
29 |
contexts = ["the weather is sunny"]
|
30 |
answers = ["sunny"]
|
31 |
+
results = rqugescore.compute(generated_questions=generated_questions, contexts=contexts, answers=answers)
|
32 |
print(results["mean_score"])
|
33 |
>>> [5.05]
|
34 |
```
|