Skip to content
This repository was archived by the owner on Mar 29, 2024. It is now read-only.

Commit 94c5800

Browse files
committed
fix model reference
1 parent bb27c74 commit 94c5800

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fine-tune-xlsr-wav2vec2-on-turkish-asr-with-transformers.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1514,7 +1514,7 @@
15141514
"from transformers import Trainer\n",
15151515
"\n",
15161516
"trainer = Trainer(\n",
1517-
" model=base_model,\n",
1517+
" model=model,\n",
15181518
" data_collator=data_collator,\n",
15191519
" args=training_args,\n",
15201520
" compute_metrics=compute_metrics,\n",

0 commit comments

Comments
 (0)