Update README.md
Browse files
README.md
CHANGED
@@ -13,7 +13,7 @@ size_categories:
|
|
13 |
# Overview
|
14 |
|
15 |
This dataset contains 18,219 rows of code-docstring-ast data along with additional metadata. Data was gathered from various Python libraries and frameworks and their
|
16 |
-
publicly available GitHub repos.
|
17 |
|
18 |
# Sources
|
19 |
|
|
|
13 |
# Overview
|
14 |
|
15 |
This dataset contains 18,219 rows of code-docstring-ast data along with additional metadata. Data was gathered from various Python libraries and frameworks and their
|
16 |
+
publicly available GitHub repos. This dataset was created for the purpose of training the [CodeT5+](https://arxiv.org/abs/2305.07922) transformer on AST-enhanced code-to-doc tasks.
|
17 |
|
18 |
# Sources
|
19 |
|