Datasets:

ArXiv:
License:
NamCyan commited on
Commit
2207857
1 Parent(s): 022bc73

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -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 (69M samples)
213
  dataset = load_dataset("Fsoft-AIC/the-vault-inline")
214
 
215
 
 
209
  ```python
210
  from datasets import load_dataset
211
 
212
+ # Load full inline level dataset (69M samples)
213
  dataset = load_dataset("Fsoft-AIC/the-vault-inline")
214
 
215