Transformers
ONNX
Safetensors
Chinese
English
bert
nlu
intent-classification
slot-filling
chinese
conversational
Instructions to use mhhyoucom/bert-model-car-assistant with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use mhhyoucom/bert-model-car-assistant with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModel tokenizer = AutoTokenizer.from_pretrained("mhhyoucom/bert-model-car-assistant") model = AutoModel.from_pretrained("mhhyoucom/bert-model-car-assistant", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Ctrl+K