update submit
Browse files- src/submission/submit.py +2 -3
src/submission/submit.py
CHANGED
|
@@ -1,8 +1,7 @@
|
|
| 1 |
-
# src/submission/submit.py
|
| 2 |
-
|
| 3 |
import json
|
| 4 |
import os
|
| 5 |
from datetime import datetime, timezone
|
|
|
|
| 6 |
|
| 7 |
import torch
|
| 8 |
import pandas as pd
|
|
@@ -283,4 +282,4 @@ def add_new_eval(
|
|
| 283 |
# Remove the local results file
|
| 284 |
os.remove(results_file_path)
|
| 285 |
|
| 286 |
-
return styled_message("Your model has been evaluated and the results are now on the leaderboard!")
|
|
|
|
|
|
|
|
|
|
| 1 |
import json
|
| 2 |
import os
|
| 3 |
from datetime import datetime, timezone
|
| 4 |
+
import random
|
| 5 |
|
| 6 |
import torch
|
| 7 |
import pandas as pd
|
|
|
|
| 282 |
# Remove the local results file
|
| 283 |
os.remove(results_file_path)
|
| 284 |
|
| 285 |
+
return styled_message("Your model has been evaluated and the results are now on the leaderboard!")
|