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

Merge branch 'bugfix1_PublicSupport' into 'Ruchira_IT18013474'

bugfix in model

See merge request !1
parents 3e4a3c08 b6ec1879
......@@ -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