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

Update Public Violation Detection.ipynb

parent a8980940
...@@ -271,7 +271,7 @@ ...@@ -271,7 +271,7 @@
" )\n", " )\n",
"\n", "\n",
"trainer = Trainer(\n", "trainer = Trainer(\n",
" model=model, # the instantiated 🤗 Transformers model too be trained\n", " model=model, # the instantiated 🤗 Transformers model too be trained\n",
" args=training_args, # training arguments, defined above\n", " args=training_args, # training arguments, defined above\n",
" train_dataset=dataset # evaluation dataset\n", " train_dataset=dataset # evaluation dataset\n",
" )\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