Update hf-training-example.py

main
randaller 3 years ago committed by GitHub
parent 0ff8e8dfe1
commit b4b7a249e3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -48,7 +48,7 @@ training_args = TrainingArguments(
logging_dir='./logs', logging_dir='./logs',
output_dir=OUTPUT_DIR, output_dir=OUTPUT_DIR,
no_cuda=True, no_cuda=True,
bf16=True, # bf16=True,
per_device_eval_batch_size=1, per_device_eval_batch_size=1,
per_device_train_batch_size=1) per_device_train_batch_size=1)

Loading…
Cancel
Save