Gorengoz commited on
Commit
99f0f41
·
verified ·
1 Parent(s): d12b7a9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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")