RiddleHe commited on
Commit
c153412
·
verified ·
1 Parent(s): 805f488

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +4 -0
README.md CHANGED
@@ -52,6 +52,10 @@ Runs medium preset on seeds 1-3 and reports average final funds. Pass the approp
52
  score = average(max(0, final_funds_cents / 100) for each seed)
53
  ```
54
 
 
 
 
 
55
  ## License
56
 
57
  Apache 2.0
 
52
  score = average(max(0, final_funds_cents / 100) for each seed)
53
  ```
54
 
55
+ ## Submitting to leaderboard
56
+
57
+ Open a PR on the model's HF repo adding `.eval_results/yc-bench.yaml`. See [`sample_eval_result.yaml`](sample_eval_result.yaml) in this repo for the format.
58
+
59
  ## License
60
 
61
  Apache 2.0