Spaces:
Running
Running
Update main.py
Browse files
main.py
CHANGED
|
@@ -51,7 +51,7 @@ def load_dataset():
|
|
| 51 |
# Handle cases where 'Number of tools' or 'Number of steps' is not a valid integer
|
| 52 |
print(f"Skipping Task ID: {question.get('task_id', 'N/A')} - Could not convert tool/step count to integer.")
|
| 53 |
print("------------------------------------------------------------------")
|
| 54 |
-
|
| 55 |
|
| 56 |
# Prepare data structures for the API
|
| 57 |
questions_for_api: List[Dict[str, str]] = []
|
|
|
|
| 51 |
# Handle cases where 'Number of tools' or 'Number of steps' is not a valid integer
|
| 52 |
print(f"Skipping Task ID: {question.get('task_id', 'N/A')} - Could not convert tool/step count to integer.")
|
| 53 |
print("------------------------------------------------------------------")
|
| 54 |
+
filtered_dataset=tempo_filtered
|
| 55 |
|
| 56 |
# Prepare data structures for the API
|
| 57 |
questions_for_api: List[Dict[str, str]] = []
|