Instructions to use owen99630/catexp with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use owen99630/catexp with Transformers:
# Load model directly from transformers import AutoTokenizer, RobertaForMultiLabelSequenceClassification tokenizer = AutoTokenizer.from_pretrained("owen99630/catexp") model = RobertaForMultiLabelSequenceClassification.from_pretrained("owen99630/catexp") - Notebooks
- Google Colab
- Kaggle
Ctrl+K