lvwerra HF staff commited on
Commit
cb56114
1 Parent(s): b664f47

Update Space (evaluate main: 57fe685e)

Browse files
Files changed (2) hide show
  1. requirements.txt +1 -1
  2. rouge.py +1 -1
requirements.txt CHANGED
@@ -1,4 +1,4 @@
1
- git+https://github.com/huggingface/evaluate@2d65438920be6b919f3f26ac922e9666772548b9
2
  absl-py
3
  nltk
4
  rouge_score>=0.1.2
 
1
+ git+https://github.com/huggingface/evaluate@57fe685eda9a3bc0c1a5427e8c749bc3b0f5bece
2
  absl-py
3
  nltk
4
  rouge_score>=0.1.2
rouge.py CHANGED
@@ -60,7 +60,7 @@ Args:
60
  Valid names:
61
  `"rouge{n}"` (e.g. `"rouge1"`, `"rouge2"`) where: {n} is the n-gram based scoring,
62
  `"rougeL"`: Longest common subsequence based scoring.
63
- `"rougeLSum"`: rougeLsum splits text using `"\n"`.
64
  See details in https://github.com/huggingface/datasets/issues/617
65
  use_stemmer: Bool indicating whether Porter stemmer should be used to strip word suffixes.
66
  use_aggregator: Return aggregates if this is set to True
 
60
  Valid names:
61
  `"rouge{n}"` (e.g. `"rouge1"`, `"rouge2"`) where: {n} is the n-gram based scoring,
62
  `"rougeL"`: Longest common subsequence based scoring.
63
+ `"rougeLsum"`: rougeLsum splits text using `"\n"`.
64
  See details in https://github.com/huggingface/datasets/issues/617
65
  use_stemmer: Bool indicating whether Porter stemmer should be used to strip word suffixes.
66
  use_aggregator: Return aggregates if this is set to True