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