Skip to content

Commit

Permalink
Also import SpanMarkerModelCardData in notebook
Browse files Browse the repository at this point in the history
  • Loading branch information
tomaarsen authored Feb 1, 2024
1 parent 9cdc18a commit 507740d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion notebooks/getting_started.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -651,7 +651,7 @@
"That was all! As simple as that. If we put it all together into a single script, it looks something like this:\n",
"```python\n",
"from datasets import load_dataset\n",
"from span_marker import SpanMarkerModel, Trainer\n",
"from span_marker import SpanMarkerModel, SpanMarkerModelCardData, Trainer\n",
"from transformers import TrainingArguments\n",
"\n",
"def main():\n",
Expand Down

0 comments on commit 507740d

Please sign in to comment.