Update README.md
Browse files
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("
|
42 |
-
model = AutoModelForSequenceClassification.from_pretrained("
|
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 = [
|