Update README.md
Browse files
README.md
CHANGED
|
@@ -164,7 +164,7 @@ The natural language text (docstring) is in English.
|
|
| 164 |
```
|
| 165 |
### Data Fields
|
| 166 |
|
| 167 |
-
Data fields for
|
| 168 |
- **hexsha** (string): the unique git hash of file
|
| 169 |
- **repo** (string): the owner/repo
|
| 170 |
- **path** (string): the full path to the original file
|
|
@@ -184,7 +184,7 @@ Data fields for function level:
|
|
| 184 |
|
| 185 |
### Data Splits
|
| 186 |
|
| 187 |
-
In this repo, the inline level data is not split, and
|
| 188 |
|
| 189 |
## Dataset Statistics
|
| 190 |
|
|
@@ -209,7 +209,7 @@ You can load The Vault dataset using datasets library: ```pip install datasets``
|
|
| 209 |
```python
|
| 210 |
from datasets import load_dataset
|
| 211 |
|
| 212 |
-
# Load full function level dataset (
|
| 213 |
dataset = load_dataset("Fsoft-AIC/the-vault-inline")
|
| 214 |
|
| 215 |
|
|
@@ -222,7 +222,6 @@ for sample in iter(data['train']):
|
|
| 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#download-via-link).
|
| 226 |
|
| 227 |
## Additional information
|
| 228 |
### Licensing Information
|
|
|
|
| 164 |
```
|
| 165 |
### Data Fields
|
| 166 |
|
| 167 |
+
Data fields for inline level:
|
| 168 |
- **hexsha** (string): the unique git hash of file
|
| 169 |
- **repo** (string): the owner/repo
|
| 170 |
- **path** (string): the full path to the original file
|
|
|
|
| 184 |
|
| 185 |
### Data Splits
|
| 186 |
|
| 187 |
+
In this repo, the inline level data is not split, and contained in only train set.
|
| 188 |
|
| 189 |
## Dataset Statistics
|
| 190 |
|
|
|
|
| 209 |
```python
|
| 210 |
from datasets import load_dataset
|
| 211 |
|
| 212 |
+
# Load full function level dataset (69M samples)
|
| 213 |
dataset = load_dataset("Fsoft-AIC/the-vault-inline")
|
| 214 |
|
| 215 |
|
|
|
|
| 222 |
print(sample)
|
| 223 |
```
|
| 224 |
|
|
|
|
| 225 |
|
| 226 |
## Additional information
|
| 227 |
### Licensing Information
|