Skip to content

Commit 6070475

Browse files
author
hfhoffman1144
committed
more formatting fixes
1 parent 5c65c95 commit 6070475

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

huggingface-transformers/auto_classes.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
1+
import torch
12
from transformers import (
23
AutoConfig,
34
AutoModelForSequenceClassification,
45
AutoTokenizer,
56
)
6-
import torch
7+
78

89
model_name = "cardiffnlp/twitter-roberta-base-sentiment-latest"
910

0 commit comments

Comments
 (0)