Instructions to use vineetsharma/customer-support-intent-albert with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use vineetsharma/customer-support-intent-albert with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="vineetsharma/customer-support-intent-albert")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("vineetsharma/customer-support-intent-albert") model = AutoModelForSequenceClassification.from_pretrained("vineetsharma/customer-support-intent-albert") - Notebooks
- Google Colab
- Kaggle
Third Class Model
1
#4 opened over 1 year ago
by
SouravAhmed
Contributing to the model
#2 opened over 2 years ago
by
abrehmaaan