Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
spacing
Browse files- app.py +1 -1
- content.py +1 -0
app.py
CHANGED
|
@@ -337,7 +337,7 @@ def add_new_eval(
|
|
| 337 |
api.upload_file(
|
| 338 |
repo_id=SUBMISSION_DATASET,
|
| 339 |
path_or_fileobj=path_to_file,
|
| 340 |
-
path_in_repo=f"{organization}/{model}/submissions/{training_set}/{
|
| 341 |
repo_type="dataset",
|
| 342 |
token=TOKEN,
|
| 343 |
)
|
|
|
|
| 337 |
api.upload_file(
|
| 338 |
repo_id=SUBMISSION_DATASET,
|
| 339 |
path_or_fileobj=path_to_file,
|
| 340 |
+
path_in_repo=f"{organization}/{model}/submissions/{training_set}/{contact_key}_{submission_time}_{os.path.basename(path_to_file)}",
|
| 341 |
repo_type="dataset",
|
| 342 |
token=TOKEN,
|
| 343 |
)
|
content.py
CHANGED
|
@@ -72,6 +72,7 @@ SUBMISSION_TEXT = """
|
|
| 72 |
|
| 73 |
### π¬ Need Help?
|
| 74 |
This leaderboard is actively being developed and we welcome any feedback and contributions!
|
|
|
|
| 75 |
**π Contact us:**
|
| 76 |
- π [GitHub Issues](https://github.com/facebookresearch/fairchem)
|
| 77 |
- π¬ [Discussion Forum](https://huggingface.co/spaces/facebook/fairchem_leaderboard/discussions)
|
|
|
|
| 72 |
|
| 73 |
### π¬ Need Help?
|
| 74 |
This leaderboard is actively being developed and we welcome any feedback and contributions!
|
| 75 |
+
|
| 76 |
**π Contact us:**
|
| 77 |
- π [GitHub Issues](https://github.com/facebookresearch/fairchem)
|
| 78 |
- π¬ [Discussion Forum](https://huggingface.co/spaces/facebook/fairchem_leaderboard/discussions)
|