Spaces:
Runtime error
Runtime error
Update Space (evaluate main: 926d1fea)
Browse files- README.md +1 -0
- requirements.txt +1 -1
README.md
CHANGED
@@ -60,6 +60,7 @@ It can also deal with lists of references for each predictions:
|
|
60 |
... references=references)
|
61 |
>>> print(results)
|
62 |
{'rouge1': 0.8333, 'rouge2': 0.5, 'rougeL': 0.8333, 'rougeLsum': 0.8333}```
|
|
|
63 |
|
64 |
### Inputs
|
65 |
- **predictions** (`list`): list of predictions to score. Each prediction
|
|
|
60 |
... references=references)
|
61 |
>>> print(results)
|
62 |
{'rouge1': 0.8333, 'rouge2': 0.5, 'rougeL': 0.8333, 'rougeLsum': 0.8333}```
|
63 |
+
```
|
64 |
|
65 |
### Inputs
|
66 |
- **predictions** (`list`): list of predictions to score. Each prediction
|
requirements.txt
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
git+https://github.com/huggingface/evaluate@
|
2 |
absl-py
|
3 |
nltk
|
4 |
rouge_score>=0.1.2
|
|
|
1 |
+
git+https://github.com/huggingface/evaluate@926d1feac128b29b7a51c6d05b4b413aa774f5b8
|
2 |
absl-py
|
3 |
nltk
|
4 |
rouge_score>=0.1.2
|