boltuix commited on
Commit
14f648f
·
verified ·
1 Parent(s): 29e1be3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -152,7 +152,7 @@ model = AutoModelForSequenceClassification.from_pretrained(model_name)
152
  model.eval()
153
 
154
  # 🧪 Example input
155
- text = "Turn on the AC"
156
 
157
  # ✂️ Tokenize the input
158
  inputs = tokenizer(text, return_tensors="pt")
 
152
  model.eval()
153
 
154
  # 🧪 Example input
155
+ text = "Turn off the AC"
156
 
157
  # ✂️ Tokenize the input
158
  inputs = tokenizer(text, return_tensors="pt")