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: 76675b654e243c14b260adbfe04f619e4f2bf177
This commit is contained in:
steveepreston 2025-01-15 11:30:20 +03:30 committed by GitHub
parent 320e40d873
commit 8895cf1152
2 changed files with 2 additions and 2 deletions

View File

@ -99,7 +99,7 @@ class DataArguments:
)
val_size: float = field(
default=0.0,
metadata={"help": "Size of the development set, should be an integer or a float in range `[0,1)`."},
metadata={"help": "Size of the validation set, should be an integer or a float in range `[0,1)`."},
)
packing: Optional[bool] = field(
default=None,

View File

@ -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": "Размер валидации",