Update README.md
Browse files
README.md
CHANGED
@@ -31,7 +31,7 @@ configs:
|
|
31 |
- split: train
|
32 |
path: data/train-*
|
33 |
---
|
34 |
-
This dataset contains deduplicated data from [TACO](https://huggingface.co/datasets/BAAI/TACO) dataset, and additional
|
35 |
|
36 |
Filtering strategy:
|
37 |
- **AST parsability**: we extracted only the AST parsable codes
|
|
|
31 |
- split: train
|
32 |
path: data/train-*
|
33 |
---
|
34 |
+
This dataset contains deduplicated solution data from [TACO](https://huggingface.co/datasets/BAAI/TACO) dataset, 107k LeetCode problem solutions and an additional 73k CodeForces solutions in Python, Java, C++ from [this link](https://www.kaggle.com/datasets/yeoyunsianggeremie/codeforces-code-dataset).
|
35 |
|
36 |
Filtering strategy:
|
37 |
- **AST parsability**: we extracted only the AST parsable codes
|