Update README.md
Browse files
README.md
CHANGED
@@ -51,3 +51,7 @@ configs:
|
|
51 |
- split: train
|
52 |
path: data/train-*
|
53 |
---
|
|
|
|
|
|
|
|
|
|
51 |
- split: train
|
52 |
path: data/train-*
|
53 |
---
|
54 |
+
|
55 |
+
# Dataset Card for Verifiable Coding Problems Python 10k
|
56 |
+
|
57 |
+
This dataset contains all Python problems from PrimeIntellect's [verifiable-coding-problems](https://huggingface.co/datasets/PrimeIntellect/verifiable-coding-problems) dataset. We have formatted the `verification_info` and `metadata` columns to be proper dictionaries, but otherwise the data is the same. Please see their dataset for more details.
|