How to use DSI/ar_emotion_6 with Transformers:
# Load model directly from transformers import AutoTokenizer, BertForMultiLabelSequenceClassification tokenizer = AutoTokenizer.from_pretrained("DSI/ar_emotion_6") model = BertForMultiLabelSequenceClassification.from_pretrained("DSI/ar_emotion_6")
The community tab is the place to discuss and collaborate with the HF community!