Datasets:
Upload README.md with huggingface_hub
Browse files
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
|