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