Update README.md
Browse files
README.md
CHANGED
@@ -16,9 +16,8 @@ The DocuMint Dataset is a collection of 100,000 Python functions and their corre
|
|
16 |
|
17 |
## Dataset Description
|
18 |
|
19 |
-
The dataset consists of JSON-formatted entries, each containing a Python function definition (as the `instruction`) and its associated docstring (as the `response`).
|
20 |
-
|
21 |
-
An abstract syntax tree (AST) based parser was used to extract the functions and docstrings. Challenges in the data sampling process included syntactic errors, multi-language repositories, computational expense, repository size discrepancies, and ensuring diversity while avoiding repetition.
|
22 |
|
23 |
### Data Sources
|
24 |
|
|
|
16 |
|
17 |
## Dataset Description
|
18 |
|
19 |
+
The dataset consists of JSON-formatted entries, each containing a Python function definition (as the `instruction`) and its associated docstring (as the `response`).
|
20 |
+
The functions were sourced from well-established and actively maintained projects, filtered based on metrics such as the number of contributors (> 50), commits (> 5k), stars (> 35k), and forks (> 10k).
|
|
|
21 |
|
22 |
### Data Sources
|
23 |
|