Spaces:
Paused
Paused
Update model_evaluation.py
Browse files- model_evaluation.py +1 -1
model_evaluation.py
CHANGED
|
@@ -166,6 +166,6 @@ def evaluate_similarity(dataset):
|
|
| 166 |
for ans, gt in zip(dataset['Answer'], dataset['GroundTruth'])]
|
| 167 |
return similarities
|
| 168 |
|
| 169 |
-
#
|
| 170 |
process_dataset(csv_file_path, output_csv_file_path)
|
| 171 |
process_dataset(val_csv_file_path, output_val_csv_file_path)
|
|
|
|
| 166 |
for ans, gt in zip(dataset['Answer'], dataset['GroundTruth'])]
|
| 167 |
return similarities
|
| 168 |
|
| 169 |
+
#Process datasets
|
| 170 |
process_dataset(csv_file_path, output_csv_file_path)
|
| 171 |
process_dataset(val_csv_file_path, output_val_csv_file_path)
|