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:
steveepreston 2025-01-15 11:30:20 +03:30 committed by GitHub
parent ef994600db
commit 0fc2e19279
2 changed files with 2 additions and 2 deletions

View File

@ -99,7 +99,7 @@ class DataArguments:
) )
val_size: float = field( val_size: float = field(
default=0.0, 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( packing: Optional[bool] = field(
default=None, default=None,

View File

@ -468,7 +468,7 @@ LOCALES = {
"val_size": { "val_size": {
"en": { "en": {
"label": "Val size", "label": "Val size",
"info": "Proportion of data in the dev set.", "info": "Percentage of validation set from the entire dataset.",
}, },
"ru": { "ru": {
"label": "Размер валидации", "label": "Размер валидации",