matrix-multiply commited on
Commit
6ef9d15
·
verified ·
1 Parent(s): b351e90

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -3
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`). 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).
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