Sengil commited on
Commit
cacab29
·
verified ·
1 Parent(s): df0a4f8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -81,8 +81,8 @@ Use the code below to get started with the model:
81
  from transformers import AutoTokenizer, AutoModelForSequenceClassification
82
 
83
  # Load the model and tokenizer
84
- model = AutoModelForSequenceClassification.from_pretrained("Sengil/ABSA_Turkish_BERT_Based_Small")
85
- tokenizer = AutoTokenizer.from_pretrained("Sengil/ABSA_Turkish_BERT_Based_Small")
86
 
87
  # Example inference
88
  text = "Servis çok yavaştı ama yemekler lezzetliydi."
 
81
  from transformers import AutoTokenizer, AutoModelForSequenceClassification
82
 
83
  # Load the model and tokenizer
84
+ tokenizer = AutoTokenizer.from_pretrained("Sengil/ABSA-Turkish-bert-based-small")
85
+ model = AutoModelForSequenceClassification.from_pretrained("Sengil/ABSA-Turkish-bert-based-small")
86
 
87
  # Example inference
88
  text = "Servis çok yavaştı ama yemekler lezzetliydi."