bayrameker
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -47,7 +47,7 @@ from transformers import AutoModelForSequenceClassification, AutoTokenizer
|
|
47 |
import torch
|
48 |
|
49 |
# Load the pre-trained model and tokenizer
|
50 |
-
model_name = "
|
51 |
tokenizer = AutoTokenizer.from_pretrained(model_name)
|
52 |
model = AutoModelForSequenceClassification.from_pretrained(model_name)
|
53 |
|
|
|
47 |
import torch
|
48 |
|
49 |
# Load the pre-trained model and tokenizer
|
50 |
+
model_name = "bayrameker/turkish-sentiment-modern-bert"
|
51 |
tokenizer = AutoTokenizer.from_pretrained(model_name)
|
52 |
model = AutoModelForSequenceClassification.from_pretrained(model_name)
|
53 |
|