mirror of
https://github.com/hiyouga/LLaMA-Factory.git
synced 2025-08-23 22:32:54 +08:00
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:
parent
320e40d873
commit
8895cf1152
@ -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,
|
||||
|
@ -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": "Размер валидации",
|
||||
|
Loading…
x
Reference in New Issue
Block a user