Edit example

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

View File

@ -141,7 +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", " report_to=['clearml'],\n",
")\n" ")\n"
], ],
"metadata": { "metadata": {