Update README.md
Browse files
README.md
CHANGED
@@ -45,7 +45,7 @@ model = ClassificationModel(
|
|
45 |
### Nasıl Kullanılacağı
|
46 |
|
47 |
```
|
48 |
-
from transformers import AutoTokenizer, AutoModelForSequenceClassification
|
49 |
|
50 |
tokenizer = AutoTokenizer.from_pretrained("Gorengoz/bert-turkish-sentiment-analysis-cased")
|
51 |
model = AutoModelForSequenceClassification.from_pretrained("Gorengoz/bert-turkish-sentiment-analysis-cased")
|
|
|
45 |
### Nasıl Kullanılacağı
|
46 |
|
47 |
```
|
48 |
+
from transformers import AutoTokenizer, AutoModelForSequenceClassification,pipeline
|
49 |
|
50 |
tokenizer = AutoTokenizer.from_pretrained("Gorengoz/bert-turkish-sentiment-analysis-cased")
|
51 |
model = AutoModelForSequenceClassification.from_pretrained("Gorengoz/bert-turkish-sentiment-analysis-cased")
|