Instructions to use lordtt13/emo-mobilebert with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use lordtt13/emo-mobilebert with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="lordtt13/emo-mobilebert")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("lordtt13/emo-mobilebert") model = AutoModelForSequenceClassification.from_pretrained("lordtt13/emo-mobilebert") - Notebooks
- Google Colab
- Kaggle
File size: 62 Bytes
2cac1f6 | 1 | {"special_tokens_map_file": null, "full_tokenizer_file": null} |