saribasmetehan
commited on
Update README.md
Browse files
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)
|