Instructions to use makinx/smaat-logistics-customer-support with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use makinx/smaat-logistics-customer-support with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="makinx/smaat-logistics-customer-support")# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("makinx/smaat-logistics-customer-support", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Update README.md
#1
by makinx - opened
No description provided.
makinx changed pull request status to merged