Edit example

This commit is contained in:
pollfly 2025-03-16 11:07:20 +02:00 committed by GitHub
parent 6a6e7186e5
commit 37f824f05d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -141,6 +141,7 @@
" per_device_train_batch_size=8,\n", " per_device_train_batch_size=8,\n",
" per_device_eval_batch_size=8,\n", " per_device_eval_batch_size=8,\n",
" num_train_epochs=2,\n", " num_train_epochs=2,\n",
" report_to=["clearml"],\n",
")\n" ")\n"
], ],
"metadata": { "metadata": {