Update val_size english description (#6653)
* Update `val_size` Description in locales.py * Update `val_size` Description in data_args.py * Remove extra space in data_args.py Former-commit-id: f1ba5158091446dce540dd796284037bdd724c38
This commit is contained in:
@@ -468,7 +468,7 @@ LOCALES = {
|
||||
"val_size": {
|
||||
"en": {
|
||||
"label": "Val size",
|
||||
"info": "Proportion of data in the dev set.",
|
||||
"info": "Percentage of validation set from the entire dataset.",
|
||||
},
|
||||
"ru": {
|
||||
"label": "Размер валидации",
|
||||
|
||||
Reference in New Issue
Block a user