Update README.md
Browse files
README.md
CHANGED
|
@@ -121,6 +121,7 @@ The natural language text (docstring) is in English.
|
|
| 121 |
### Data Instances
|
| 122 |
```
|
| 123 |
{
|
|
|
|
| 124 |
"repo": "irshadbhat/sndpcs",
|
| 125 |
"path": "arc_eager.py",
|
| 126 |
"license": "MIT"
|
|
@@ -140,7 +141,7 @@ The natural language text (docstring) is in English.
|
|
| 140 |
### Data Fields
|
| 141 |
|
| 142 |
Data fields for function level:
|
| 143 |
-
|
| 144 |
- **repo** (string): the owner/repo
|
| 145 |
- **path** (string): the full path to the original file
|
| 146 |
- **license** (list): license in the repo
|
|
@@ -153,7 +154,7 @@ Data fields for function level:
|
|
| 153 |
- **code_tokens** (list): tokenized version of `code`
|
| 154 |
- **short_docstring** (string): short, brief summarization (first line of the docstring)
|
| 155 |
- **short_docstring_tokens** (list): tokenized version of `short_docstring
|
| 156 |
-
- **docstring** (string): the top-level comment or docstring (docstring version without param’s doc, return, exception, etc)
|
| 157 |
- **docstring_tokens** (list): tokenized version of docstring
|
| 158 |
- **comment** (list): list of comments (line) inside the function/class
|
| 159 |
- **parameters** (list): List of parameters and its type (type can be None)
|
|
@@ -226,7 +227,7 @@ A back up dataset can be downloaded in azure storage. See [Download The Vault fr
|
|
| 226 |
|
| 227 |
## Additional information
|
| 228 |
### Licensing Information
|
| 229 |
-
|
| 230 |
|
| 231 |
### Citation Information
|
| 232 |
|
|
|
|
| 121 |
### Data Instances
|
| 122 |
```
|
| 123 |
{
|
| 124 |
+
"hexsha": "",
|
| 125 |
"repo": "irshadbhat/sndpcs",
|
| 126 |
"path": "arc_eager.py",
|
| 127 |
"license": "MIT"
|
|
|
|
| 141 |
### Data Fields
|
| 142 |
|
| 143 |
Data fields for function level:
|
| 144 |
+
- **hexsha** (string): the unique git hash of file
|
| 145 |
- **repo** (string): the owner/repo
|
| 146 |
- **path** (string): the full path to the original file
|
| 147 |
- **license** (list): license in the repo
|
|
|
|
| 154 |
- **code_tokens** (list): tokenized version of `code`
|
| 155 |
- **short_docstring** (string): short, brief summarization (first line of the docstring)
|
| 156 |
- **short_docstring_tokens** (list): tokenized version of `short_docstring
|
| 157 |
+
- **docstring** (string): the top-level comment or docstring (docstring version without param’s doc, return, exception fields, etc)
|
| 158 |
- **docstring_tokens** (list): tokenized version of docstring
|
| 159 |
- **comment** (list): list of comments (line) inside the function/class
|
| 160 |
- **parameters** (list): List of parameters and its type (type can be None)
|
|
|
|
| 227 |
|
| 228 |
## Additional information
|
| 229 |
### Licensing Information
|
| 230 |
+
MIT License
|
| 231 |
|
| 232 |
### Citation Information
|
| 233 |
|