Instructions to use MonoHime/mosei-emo-intermodal with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use MonoHime/mosei-emo-intermodal with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("feature-extraction", model="MonoHime/mosei-emo-intermodal")# Load model directly from transformers import AutoTokenizer, AutoModel tokenizer = AutoTokenizer.from_pretrained("MonoHime/mosei-emo-intermodal") model = AutoModel.from_pretrained("MonoHime/mosei-emo-intermodal") - Notebooks
- Google Colab
- Kaggle
Usage
This repository contains only trained weights for model. For initialization and use example see this repository.
- Downloads last month
- 6