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