Update README.md
Browse files
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
|
152 |
### Data Splits
|
153 |
|
154 |
-
In this repo, The Vault is divided into
|
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 |
|