Spaces:
Running
Running
removed extra comma
Browse files- human_eval.py +1 -1
human_eval.py
CHANGED
@@ -188,7 +188,7 @@ class LMBattleArena:
|
|
188 |
"""Save the evaluation results to Hub and CSV"""
|
189 |
results_df = self.get_model_scores_df(is_causal=True) # Get the latest scores
|
190 |
results_dataset = Dataset.from_pandas(results_df)
|
191 |
-
results_dataset.push_to_hub('atlasia/Res-Moroccan-Darija-LLM-Battle-Al-Atlas', private=True,
|
192 |
results_df.to_csv('human_eval_results.csv')
|
193 |
|
194 |
# Also save the raw evaluation results
|
|
|
188 |
"""Save the evaluation results to Hub and CSV"""
|
189 |
results_df = self.get_model_scores_df(is_causal=True) # Get the latest scores
|
190 |
results_dataset = Dataset.from_pandas(results_df)
|
191 |
+
results_dataset.push_to_hub('atlasia/Res-Moroccan-Darija-LLM-Battle-Al-Atlas', private=True, token=TOKEN)
|
192 |
results_df.to_csv('human_eval_results.csv')
|
193 |
|
194 |
# Also save the raw evaluation results
|