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