Update README.md
Browse files
README.md
CHANGED
@@ -87,7 +87,7 @@ import torch
|
|
87 |
|
88 |
# Load model and tokenizer
|
89 |
tokenizer = AutoTokenizer.from_pretrained("google/bert-base-uncased")
|
90 |
-
model = AutoModelForSequenceClassification.from_pretrained("keanteng/bert-base-climate-sentiment-wqf7007")
|
91 |
|
92 |
# Prepare text
|
93 |
text = "Climate change is real and we need to act now!"
|
|
|
87 |
|
88 |
# Load model and tokenizer
|
89 |
tokenizer = AutoTokenizer.from_pretrained("google/bert-base-uncased")
|
90 |
+
model = AutoModelForSequenceClassification.from_pretrained("keanteng/bert-base-clean-climate-sentiment-wqf7007")
|
91 |
|
92 |
# Prepare text
|
93 |
text = "Climate change is real and we need to act now!"
|