Instructions to use Yanjie/message-intent with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Yanjie/message-intent with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="Yanjie/message-intent")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("Yanjie/message-intent") model = AutoModelForSequenceClassification.from_pretrained("Yanjie/message-intent") - Notebooks
- Google Colab
- Kaggle
Commit History
model updated after retrained with cleaned data 86855f9
Yanjie Zhao commited on
update intent label mapping 30bb609
Yanjie Zhao commited on
upload model files 6889e1d
Yanjie Zhao commited on
remove uploaded model file 3b6e492
Yanjie Zhao commited on