Spaces:
Runtime error
Runtime error
Update README.md
#1
by
IAMJB
HF staff
- opened
README.md
CHANGED
@@ -41,4 +41,16 @@ If you encounter problem on the space, don't hesitate to restart it to remove th
|
|
41 |
You'll find
|
42 |
- the main table' columns names and properties in `src/display/utils.py`
|
43 |
- the logic to read all results and request files, then convert them in dataframe lines, in `src/leaderboard/read_evals.py`, and `src/populate.py`
|
44 |
-
- teh logic to allow or filter submissions in `src/submission/submit.py` and `src/submission/check_validity.py`
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
41 |
You'll find
|
42 |
- the main table' columns names and properties in `src/display/utils.py`
|
43 |
- the logic to read all results and request files, then convert them in dataframe lines, in `src/leaderboard/read_evals.py`, and `src/populate.py`
|
44 |
+
- teh logic to allow or filter submissions in `src/submission/submit.py` and `src/submission/check_validity.py`
|
45 |
+
|
46 |
+
```
|
47 |
+
@misc{cui2024insightsbenchmarkingfrontierlanguage,
|
48 |
+
title={Insights from Benchmarking Frontier Language Models on Web App Code Generation},
|
49 |
+
author={Yi Cui},
|
50 |
+
year={2024},
|
51 |
+
eprint={2409.05177},
|
52 |
+
archivePrefix={arXiv},
|
53 |
+
primaryClass={cs.SE},
|
54 |
+
url={https://arxiv.org/abs/2409.05177},
|
55 |
+
}
|
56 |
+
```
|