Datasets:
Tasks:
Text Generation
Modalities:
Text
Formats:
json
Sub-tasks:
language-modeling
Languages:
code
Size:
100K - 1M
License:
Update README.md
Browse files
README.md
CHANGED
@@ -49,10 +49,9 @@ The dataset is created for research purposes and consists of source code from a
|
|
49 |
|
50 |
|Field|Type|Description|
|
51 |
|---|---|---|
|
52 |
-
|
|
53 |
|repo_name|string|name of the GitHub repository|
|
54 |
|path|string|path of file in GitHub repository|
|
55 |
-
|language|string|programming language as inferred by extension|
|
56 |
|license|string|license of GitHub repository|
|
57 |
|size|int|size of source file in bytes|
|
58 |
|
|
|
49 |
|
50 |
|Field|Type|Description|
|
51 |
|---|---|---|
|
52 |
+
|content|string|content of source file|
|
53 |
|repo_name|string|name of the GitHub repository|
|
54 |
|path|string|path of file in GitHub repository|
|
|
|
55 |
|license|string|license of GitHub repository|
|
56 |
|size|int|size of source file in bytes|
|
57 |
|