Commit b6ec1879 authored by Bandara I.M.R.H IT18013474's avatar Bandara I.M.R.H IT18013474 💬

bugfix in model

parent 3e4a3c08
......@@ -271,7 +271,7 @@
" )\n",
"\n",
"trainer = Trainer(\n",
" model=model, # the instantiated 🤗 Transformers model to be trained\n",
" model=model, # the instantiated 🤗 Transformers model too be trained\n",
" args=training_args, # training arguments, defined above\n",
" train_dataset=dataset # evaluation dataset\n",
" )\n",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment