Add many missing spaces in adjacent strings (#26751)
Add missing spaces in adjacent strings
This commit is contained in:
@@ -104,8 +104,8 @@ class ModelArguments:
|
||||
default=0.05,
|
||||
metadata={
|
||||
"help": (
|
||||
"Probability of each feature vector along the time axis to be chosen as the start of the vector"
|
||||
"span to be masked. Approximately ``mask_time_prob * sequence_length // mask_time_length`` feature"
|
||||
"Probability of each feature vector along the time axis to be chosen as the start of the vector "
|
||||
"span to be masked. Approximately ``mask_time_prob * sequence_length // mask_time_length`` feature "
|
||||
"vectors will be masked along the time axis."
|
||||
)
|
||||
},
|
||||
@@ -399,7 +399,7 @@ def main():
|
||||
|
||||
# Log on each process the small summary:
|
||||
logger.warning(
|
||||
f"Process rank: {training_args.local_rank}, device: {training_args.device}, n_gpu: {training_args.n_gpu}"
|
||||
f"Process rank: {training_args.local_rank}, device: {training_args.device}, n_gpu: {training_args.n_gpu}, "
|
||||
f"distributed training: {bool(training_args.local_rank != -1)}, 16-bits training: {training_args.fp16}"
|
||||
)
|
||||
# Set the verbosity to info of the Transformers logger (on main process only):
|
||||
|
||||
@@ -103,8 +103,8 @@ class ModelArguments:
|
||||
default=0.05,
|
||||
metadata={
|
||||
"help": (
|
||||
"Probability of each feature vector along the time axis to be chosen as the start of the vector"
|
||||
"span to be masked. Approximately ``mask_time_prob * sequence_length // mask_time_length`` feature"
|
||||
"Probability of each feature vector along the time axis to be chosen as the start of the vector "
|
||||
"span to be masked. Approximately ``mask_time_prob * sequence_length // mask_time_length`` feature "
|
||||
"vectors will be masked along the time axis."
|
||||
)
|
||||
},
|
||||
@@ -354,7 +354,7 @@ def main():
|
||||
|
||||
# Log on each process the small summary:
|
||||
logger.warning(
|
||||
f"Process rank: {training_args.local_rank}, device: {training_args.device}, n_gpu: {training_args.n_gpu}"
|
||||
f"Process rank: {training_args.local_rank}, device: {training_args.device}, n_gpu: {training_args.n_gpu}, "
|
||||
f"distributed training: {bool(training_args.local_rank != -1)}, 16-bits training: {training_args.fp16}"
|
||||
)
|
||||
# Set the verbosity to info of the Transformers logger (on main process only):
|
||||
|
||||
Reference in New Issue
Block a user