Update README.md
Browse files
README.md
CHANGED
|
@@ -133,6 +133,8 @@ The natural language text (docstring) is in English.
|
|
| 133 |
"comment": "\"\"\"\n pops the top of the stack if it has got its head.\n \"\"\"",
|
| 134 |
"docstring_tokens": "pops the top of the stack if it has got its head .",
|
| 135 |
"docstring": "pops the top of the stack if it has got its head."
|
|
|
|
|
|
|
| 136 |
}
|
| 137 |
```
|
| 138 |
### Data Fields
|
|
@@ -208,7 +210,7 @@ dataset = load_dataset("Fsoft-AIC/the-vault-function")
|
|
| 208 |
# Load function level train/validation/test set
|
| 209 |
dataset = load_dataset("Fsoft-AIC/the-vault-function", split_set=["train"])
|
| 210 |
|
| 211 |
-
# Load "small" (or "medium", "
|
| 212 |
dataset = load_dataset("Fsoft-AIC/the-vault-function", split_set=["train/small"])
|
| 213 |
|
| 214 |
# specific language (e.g. Python)
|
|
@@ -220,7 +222,7 @@ for sample in iter(data['train']):
|
|
| 220 |
print(sample)
|
| 221 |
```
|
| 222 |
|
| 223 |
-
A back up dataset can be downloaded in azure storage. See [Download The Vault from Azure blob storage](https://github.com/FSoft-AI4Code/TheVault/blob/main/README.md#download-data-from-azure-blob-storage)
|
| 224 |
|
| 225 |
## Additional information
|
| 226 |
### Licensing Information
|
|
|
|
| 133 |
"comment": "\"\"\"\n pops the top of the stack if it has got its head.\n \"\"\"",
|
| 134 |
"docstring_tokens": "pops the top of the stack if it has got its head .",
|
| 135 |
"docstring": "pops the top of the stack if it has got its head."
|
| 136 |
+
"parameters": [],
|
| 137 |
+
"docstring_params": {}
|
| 138 |
}
|
| 139 |
```
|
| 140 |
### Data Fields
|
|
|
|
| 210 |
# Load function level train/validation/test set
|
| 211 |
dataset = load_dataset("Fsoft-AIC/the-vault-function", split_set=["train"])
|
| 212 |
|
| 213 |
+
# Load "small" (or "medium", "full") version of function level training set
|
| 214 |
dataset = load_dataset("Fsoft-AIC/the-vault-function", split_set=["train/small"])
|
| 215 |
|
| 216 |
# specific language (e.g. Python)
|
|
|
|
| 222 |
print(sample)
|
| 223 |
```
|
| 224 |
|
| 225 |
+
A back up dataset can be downloaded in azure storage. See [Download The Vault from Azure blob storage](https://github.com/FSoft-AI4Code/TheVault/blob/main/README.md#download-data-from-azure-blob-storage).
|
| 226 |
|
| 227 |
## Additional information
|
| 228 |
### Licensing Information
|