Spaces:
Running
Running
Aaron Mueller
commited on
Commit
•
772c7a9
1
Parent(s):
eebfa96
update to submissions text
Browse files- src/about.py +3 -3
src/about.py
CHANGED
@@ -45,15 +45,15 @@ This leaderboard displays scores from the 2024 BabyLM Challenge. Each track has
|
|
45 |
"""
|
46 |
|
47 |
EVALUATION_QUEUE_TEXT = """
|
48 |
-
## Some good practices before requesting a
|
49 |
|
50 |
-
Make sure you can get scores from your
|
51 |
```bash
|
52 |
git clone https://github.com/babylm/evaluation-pipeline-2024/
|
53 |
cd evaluation-pipeline-2024
|
54 |
python score_predictions.py path/to/your/predictions.json.gz
|
55 |
```
|
56 |
-
If this step fails, follow the error messages to debug your
|
57 |
|
58 |
Make sure your model has an open license! This is a leaderboard that is meant to advance research on language modeling, and we'd love for as many people as possible to know they can use your model.
|
59 |
|
|
|
45 |
"""
|
46 |
|
47 |
EVALUATION_QUEUE_TEXT = """
|
48 |
+
## Some good practices before requesting a predictions upload:
|
49 |
|
50 |
+
Make sure you can get scores from your predictions file using the `score_predictions.py` script.
|
51 |
```bash
|
52 |
git clone https://github.com/babylm/evaluation-pipeline-2024/
|
53 |
cd evaluation-pipeline-2024
|
54 |
python score_predictions.py path/to/your/predictions.json.gz
|
55 |
```
|
56 |
+
If this step fails, follow the error messages to debug your predictions before getting in touch. It's likely that either (i) some results are missing, or (ii) the results are incorrectly formatted.
|
57 |
|
58 |
Make sure your model has an open license! This is a leaderboard that is meant to advance research on language modeling, and we'd love for as many people as possible to know they can use your model.
|
59 |
|