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