Skip to content

Commit ba50710

Browse files
authored
Update docs-text-classification-python-multi-label-go_emotions.ipynb (#2108)
1 parent b4d4d61 commit ba50710

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integrations/huggingface-transformers/tutorials/text-classification/docs-text-classification-python-multi-label-go_emotions.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -815,7 +815,7 @@
815815
"# initialize teacher using familiar HF AutoModel\n",
816816
"teacher_kwargs = {\"config\": teacher_config}\n",
817817
"teacher_kwargs[\"state_dict\"], t_delayed = SparseAutoModel._loadable_state_dict(teacher_path)\n",
818-
"teacher = AutoModelForSequenceClassification.from_pretrained(teacher_path, **teacher_kwargs,)\n",
818+
"teacher = AutoModelForSequenceClassification.from_pretrained(teacher_path, **teacher_kwargs,)\n"
819819
]
820820
},
821821
{

0 commit comments

Comments
 (0)