Instructions to use laamaai/tiny-mbart with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use laamaai/tiny-mbart with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("laamaai/tiny-mbart") model = AutoModelForSeq2SeqLM.from_pretrained("laamaai/tiny-mbart", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
83de210 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:8a9354bad34a7e6aaeb63f9d37e4b98c6c8a087359aee3a6dea4b36fd97e706d
size 3579
|