Behpouyan commited on
Commit
6b4e7db
·
verified ·
1 Parent(s): a829619

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -38,8 +38,8 @@ Use the code below to get started with the model.
38
  from transformers import AutoTokenizer, AutoModelForSequenceClassification
39
 
40
  # Load the tokenizer and model
41
- tokenizer = AutoTokenizer.from_pretrained("BehpouyanCo/Behpouyan-Sentiment")
42
- model = AutoModelForSequenceClassification.from_pretrained("BehpouyanCo/Behpouyan-Sentiment")
43
 
44
  # Sample general sentences for testing
45
  sentences = [
 
38
  from transformers import AutoTokenizer, AutoModelForSequenceClassification
39
 
40
  # Load the tokenizer and model
41
+ tokenizer = AutoTokenizer.from_pretrained("Behpouyan/Behpouyan-Sentiment")
42
+ model = AutoModelForSequenceClassification.from_pretrained("Behpouyan/Behpouyan-Sentiment")
43
 
44
  # Sample general sentences for testing
45
  sentences = [