Update README.md
Browse files
README.md
CHANGED
@@ -164,9 +164,9 @@ See [here](https://github.com/FSoft-AI4Code/TheVault/blob/main/data/README.md) f
|
|
164 |
|
165 |
### Data Splits
|
166 |
|
167 |
-
In this repo, The Vault is divided into 5 subsets, where three training versions are split based on
|
168 |
|
169 |
-
Before split, the dataset is
|
170 |
|
171 |
## Dataset Statistics
|
172 |
|
@@ -184,7 +184,7 @@ Before split, the dataset is de-duplicated. There are 3 versions of training set
|
|
184 |
| CodeT5 | 8 | 3,158,313 |
|
185 |
| **The Vault** | **10** | **40,993,893** |
|
186 |
|
187 |
-
- Statistic for
|
188 |
|
189 |
|
190 |
| | train/small | train/medium | train/full | validation | test | total |
|
|
|
164 |
|
165 |
### Data Splits
|
166 |
|
167 |
+
In this repo, The Vault is divided into 5 subsets, where three training versions are split based on size of the full training set, and the remains are validation set and test set (approximate 20,000 samples in each). The statistic for each language is illustrated in the following section.
|
168 |
|
169 |
+
Before split, the dataset is deduplicated. There are 3 versions of training set that are small (5%), medium (20%) and large (100%).
|
170 |
|
171 |
## Dataset Statistics
|
172 |
|
|
|
184 |
| CodeT5 | 8 | 3,158,313 |
|
185 |
| **The Vault** | **10** | **40,993,893** |
|
186 |
|
187 |
+
- Statistic for split sets
|
188 |
|
189 |
|
190 |
| | train/small | train/medium | train/full | validation | test | total |
|