matrix-multiply
commited on
Commit
•
2a1031c
1
Parent(s):
e003b13
Update README.md
Browse files
README.md
CHANGED
@@ -20,6 +20,13 @@ The dataset consists of JSON-formatted entries, each containing a Python functio
|
|
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 |
## Dataset Structure
|
24 |
|
25 |
Each entry in the dataset follows this structure:
|
|
|
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 |
+
|
25 |
+
<!-- Provide the basic links for the model. -->
|
26 |
+
|
27 |
+
- **Repository:** TODO
|
28 |
+
- **Paper:** [DocuMint: Docstring Generation for Python using Small Language Models] Link TODO
|
29 |
+
-
|
30 |
## Dataset Structure
|
31 |
|
32 |
Each entry in the dataset follows this structure:
|