Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -31,7 +31,7 @@ def add_new_eval(
|
|
31 |
):
|
32 |
representation_name = model_name_textbox if revision_name_textbox == '' else revision_name_textbox
|
33 |
results = run_probe(benchmark_type, representation_name, human_file, skempi_file, similarity_tasks, function_prediction_aspect, function_prediction_dataset, family_prediction_dataset)
|
34 |
-
print
|
35 |
return results
|
36 |
|
37 |
for benchmark_type in results:
|
|
|
31 |
):
|
32 |
representation_name = model_name_textbox if revision_name_textbox == '' else revision_name_textbox
|
33 |
results = run_probe(benchmark_type, representation_name, human_file, skempi_file, similarity_tasks, function_prediction_aspect, function_prediction_dataset, family_prediction_dataset)
|
34 |
+
print(results)
|
35 |
return results
|
36 |
|
37 |
for benchmark_type in results:
|