Instructions to use RolMax/mdeberta-v3-emo-multilabel with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use RolMax/mdeberta-v3-emo-multilabel with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="RolMax/mdeberta-v3-emo-multilabel")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("RolMax/mdeberta-v3-emo-multilabel") model = AutoModelForSequenceClassification.from_pretrained("RolMax/mdeberta-v3-emo-multilabel", device_map="auto") - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- 52d1937ebe62e4c35edda1a7537b33c71ffbd65a8694bb5fe5e09a29307869b9
- Size of remote file:
- 16.3 MB
- SHA256:
- e23095eb61ba944c7be3a5d3e8ec19e37ce7ced0daa03550bde03e83c21b3f8a
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.