Update README.md
Browse files
README.md
CHANGED
|
@@ -23,6 +23,7 @@ from transformers import AutoTokenizer, AutoModelForSequenceClassification
|
|
| 23 |
tokenizer = AutoTokenizer.from_pretrained("Marzu39/bert-turkish-text-classification")
|
| 24 |
model = AutoModelForSequenceClassification.from_pretrained("Marzu39/bert-turkish-text-classification")
|
| 25 |
|
|
|
|
| 26 |
#### Summary
|
| 27 |
|
| 28 |
Sentiment classification based on Transformers is a topic that has recently been widely studied in
|
|
|
|
| 23 |
tokenizer = AutoTokenizer.from_pretrained("Marzu39/bert-turkish-text-classification")
|
| 24 |
model = AutoModelForSequenceClassification.from_pretrained("Marzu39/bert-turkish-text-classification")
|
| 25 |
|
| 26 |
+
```
|
| 27 |
#### Summary
|
| 28 |
|
| 29 |
Sentiment classification based on Transformers is a topic that has recently been widely studied in
|