Datasets:

ArXiv:
License:
NamCyan commited on
Commit
5c9419e
1 Parent(s): 0c72583

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -148,10 +148,10 @@ Data fields for function level:
148
  - **parameters** (dict): Dictionary of parameters and its type (type can be None)
149
  - **docstring_params** (dict): Dictionary of the parsed information from docstring
150
 
151
- Due to the limiration huggingface data structure we do not contain **parameters** and **docstring_params** field in this repo. The detail of data fields can be found in [The Vault data format](https://github.com/FSoft-AI4Code/TheVault/blob/main/data/README.md) and the full dataset version can be downloaded at [here](https://github.com/FSoft-AI4Code/TheVault/)
152
  ### Data Splits
153
 
154
- In this repo, The Vault is divided into 10 subsets based on the supported programming languages. The statistic for each language is illustrated in the following section.
155
 
156
  ## Dataset Statistics
157
 
 
148
  - **parameters** (dict): Dictionary of parameters and its type (type can be None)
149
  - **docstring_params** (dict): Dictionary of the parsed information from docstring
150
 
151
+ Due to the limitation of the huggingface data structure, we do not contain **parameters** and **docstring_params** field in this repo. The detail of data fields can be found in [The Vault data format](https://github.com/FSoft-AI4Code/TheVault/blob/main/data/README.md) and the full dataset version can be downloaded [here](https://github.com/FSoft-AI4Code/TheVault/)
152
  ### Data Splits
153
 
154
+ In this repo, The Vault is divided into 5 subsets, where three training versions are split based on dataset size, and the remains are validation set and test set. The statistic for each language is illustrated in the following section.
155
 
156
  ## Dataset Statistics
157