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