mshuaibi commited on
Commit
fccd3c1
Β·
1 Parent(s): b2b8df7
Files changed (2) hide show
  1. app.py +1 -1
  2. 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}/{eval_type}_{submission_time}_{os.path.basename(path_to_file)}",
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)