Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -30,6 +30,7 @@ def add_new_eval(
|
|
| 30 |
family_prediction_dataset,
|
| 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 |
|
| 35 |
for benchmark_type in results:
|
|
|
|
| 30 |
family_prediction_dataset,
|
| 31 |
):
|
| 32 |
representation_name = model_name_textbox if revision_name_textbox == '' else revision_name_textbox
|
| 33 |
+
return None
|
| 34 |
results = run_probe(benchmark_type, representation_name, human_file, skempi_file, similarity_tasks, function_prediction_aspect, function_prediction_dataset, family_prediction_dataset)
|
| 35 |
|
| 36 |
for benchmark_type in results:
|