boltuix commited on
Commit
ac6bcc0
Β·
verified Β·
1 Parent(s): 7479161

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -150,7 +150,7 @@ With support for **140+ local business categories** and a compact model size of
150
  from transformers import pipeline # πŸ€— Import Hugging Face pipeline
151
 
152
  # πŸš€ Load the fine-tuned intent classification model
153
- classifier = pipeline("text-classification", model="bert-local")
154
 
155
  # 🧠 Predict the user's intent from a sample input sentence
156
  result = classifier("Where can I see ocean creatures behind glass?") # 🐠 Expecting Aquarium
 
150
  from transformers import pipeline # πŸ€— Import Hugging Face pipeline
151
 
152
  # πŸš€ Load the fine-tuned intent classification model
153
+ classifier = pipeline("text-classification", model="boltuix/bert-local")
154
 
155
  # 🧠 Predict the user's intent from a sample input sentence
156
  result = classifier("Where can I see ocean creatures behind glass?") # 🐠 Expecting Aquarium