Spaces:
Sleeping
Sleeping
ronald
commited on
Commit
·
6d06c53
1
Parent(s):
d7885fe
coh mech
Browse files- ccl_win.py +1 -1
ccl_win.py
CHANGED
@@ -115,7 +115,7 @@ class ccl_win(evaluate.Measurement):
|
|
115 |
|
116 |
|
117 |
|
118 |
-
def _compute(self, predictions, dataset, batch_size: int = 16, device=None, use_aggregator=True):
|
119 |
"""Returns the scores"""
|
120 |
MODEL_CACHE_DIR = "/home/rcardena/.cache/huggingface/"
|
121 |
BASEDIR = "/gfs/team/nlp/users/rcardena/tools/new_evals/ccl_win"
|
|
|
115 |
|
116 |
|
117 |
|
118 |
+
def _compute(self, predictions, dataset="arxiv", batch_size: int = 16, device=None, use_aggregator=True):
|
119 |
"""Returns the scores"""
|
120 |
MODEL_CACHE_DIR = "/home/rcardena/.cache/huggingface/"
|
121 |
BASEDIR = "/gfs/team/nlp/users/rcardena/tools/new_evals/ccl_win"
|