keanteng commited on
Commit
dda83f0
·
verified ·
1 Parent(s): 5950c02

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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!"