Debopam Dey commited on
Commit
9eadbbc
·
verified ·
1 Parent(s): 28658a6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -39,7 +39,7 @@ from transformers import BertTokenizer, BertForSequenceClassification
39
 
40
  # Load the model and tokenizer from the Hugging Face model hub
41
  mymodel = BertForSequenceClassification.from_pretrained("pritam2014/SentimentBERT")
42
- mytokenizer = BertTokenizer.from_pretrained("bert-base-uncased",use_auth_token=True)
43
  ```
44
  ```
45
  def preprocess_text(text):
 
39
 
40
  # Load the model and tokenizer from the Hugging Face model hub
41
  mymodel = BertForSequenceClassification.from_pretrained("pritam2014/SentimentBERT")
42
+ mytokenizer = BertTokenizer.from_pretrained("pritam2014/SentimentBERT",use_auth_token=True)
43
  ```
44
  ```
45
  def preprocess_text(text):