Spaces:
Sleeping
Sleeping
Riddhi Bhagwat
commited on
Commit
·
62b796f
1
Parent(s):
fbd9780
commenting
Browse files
ml/eval/evaluation_pipeline.py
CHANGED
@@ -32,7 +32,7 @@ def evaluator_master_fn(eval_dataset: list[dict],
|
|
32 |
new_model,
|
33 |
old_model="CohereForAI/aya-expanse-8b"):
|
34 |
# language is string for now, will be an object later with FeeLLanguage class definition with specific lanugage
|
35 |
-
# functionalities (will also store latest model)
|
36 |
|
37 |
# 1. Reward score evaluation:
|
38 |
args = EvalArguments(bfloat16=True,
|
|
|
32 |
new_model,
|
33 |
old_model="CohereForAI/aya-expanse-8b"):
|
34 |
# language is string for now, will be an object later with FeeLLanguage class definition with specific lanugage
|
35 |
+
# functionalities (will also store latest model and be much easier to handle such functions)
|
36 |
|
37 |
# 1. Reward score evaluation:
|
38 |
args = EvalArguments(bfloat16=True,
|