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:
@@ -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,
|
||||||
|
|||||||
@@ -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": "Размер валидации",
|
||||||
|
|||||||
Reference in New Issue
Block a user