Text Classification
Transformers
Safetensors
English
bert
multi-text-classification
classification
intent-classification
intent-detection
nlp
natural-language-processing
edge-ai
iot
smart-home
location-intelligence
voice-assistant
conversational-ai
real-time
bert-local
bert-mini
local-search
business-category-classification
fast-inference
lightweight-model
on-device-nlp
offline-nlp
mobile-ai
multilingual-nlp
intent-routing
category-detection
query-understanding
artificial-intelligence
assistant-ai
smart-cities
customer-support
productivity-tools
contextual-ai
semantic-search
user-intent
microservices
smart-query-routing
industry-application
aiops
domain-specific-nlp
location-aware-ai
intelligent-routing
edge-nlp
smart-query-classifier
zero-shot-classification
smart-search
location-awareness
contextual-intelligence
geolocation
query-classification
multilingual-intent
chatbot-nlp
enterprise-ai
sdk-integration
api-ready
developer-tools
real-world-ai
geo-intelligence
embedded-ai
smart-routing
voice-interface
smart-devices
contextual-routing
fast-nlp
data-driven-ai
inference-optimization
digital-assistants
neural-nlp
ai-automation
lightweight-transformers
Update README.md
Browse files
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
|