lvwerra HF staff commited on
Commit
9fdc69f
1 Parent(s): 9cfeb2d

Update Space (evaluate main: 926d1fea)

Browse files
Files changed (2) hide show
  1. README.md +1 -0
  2. 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@f1f3c57ba04bad4aed5ba6cacb80e5aec7ca8b99
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