Update README.md
Browse filesAdd config for data preview
README.md
CHANGED
|
@@ -3,6 +3,11 @@ license: apache-2.0
|
|
| 3 |
pretty_name: Meta Hacker Cup 2011-2023
|
| 4 |
tags:
|
| 5 |
- code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 6 |
---
|
| 7 |
|
| 8 |
This dataset contains every Facebook/Meta Hacker Cup problem from 2011 through 2023. For each problem, you'll find these files:
|
|
|
|
| 3 |
pretty_name: Meta Hacker Cup 2011-2023
|
| 4 |
tags:
|
| 5 |
- code
|
| 6 |
+
configs:
|
| 7 |
+
- config_name: default
|
| 8 |
+
data_files:
|
| 9 |
+
- split: dev
|
| 10 |
+
path: output_dataset.parquet
|
| 11 |
---
|
| 12 |
|
| 13 |
This dataset contains every Facebook/Meta Hacker Cup problem from 2011 through 2023. For each problem, you'll find these files:
|