saribasmetehan commited on
Commit
799e6b0
1 Parent(s): 9b5f6bb

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -35,7 +35,7 @@ It achieves the following results on the evaluation set:
35
  ## Example
36
  ```markdown
37
  from transformers import pipeline
38
-
39
  model_id = "saribasmetehan/bert-base-turkish-sentiment-analysis"
40
  classifer = pipeline("text-classification",model = model_id)
41
  preds= classifer(text)
 
35
  ## Example
36
  ```markdown
37
  from transformers import pipeline
38
+ text = "senden nefret ediyorum"
39
  model_id = "saribasmetehan/bert-base-turkish-sentiment-analysis"
40
  classifer = pipeline("text-classification",model = model_id)
41
  preds= classifer(text)