Update README.md
Browse files
README.md
CHANGED
@@ -28,7 +28,8 @@ For modeling and configuration codes: [**minGRU-hf**](https://github.com/suaypta
|
|
28 |
|
29 |
# Example Usage:
|
30 |
```py
|
31 |
-
from transformers import AutoModelForSequenceClassification
|
|
|
32 |
model = AutoModelForSequenceClassification.from_pretrained(
|
33 |
"suayptalha/minGRU-Sentiment-Analysis",
|
34 |
trust_remote_code = True
|
|
|
28 |
|
29 |
# Example Usage:
|
30 |
```py
|
31 |
+
from transformers import AutoModelForSequenceClassification, AutoTokenizer
|
32 |
+
import torch
|
33 |
model = AutoModelForSequenceClassification.from_pretrained(
|
34 |
"suayptalha/minGRU-Sentiment-Analysis",
|
35 |
trust_remote_code = True
|