Transformers
PyTorch
JAX
TensorBoard
Finnish
t5
text2text-generation
finnish
t5x
seq2seq
ul2
text-generation-inference
Instructions to use Finnish-NLP/ul2-tiny-nl6-finnish with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Finnish-NLP/ul2-tiny-nl6-finnish with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("Finnish-NLP/ul2-tiny-nl6-finnish") model = AutoModelForSeq2SeqLM.from_pretrained("Finnish-NLP/ul2-tiny-nl6-finnish", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Commit History
Remove t5x checkpoint d342b4a
aapot commited on
Add 500k step t5x checkpoint 7cb444f
aapot commited on
Add 500k train step model c03aa69
aapot commited on
Add 450k train step model 64e5cb7
aapot commited on
Add 400k train step model c6f7b1c
aapot commited on
Add 350k train step model b88d805
aapot commited on
Add 300k train step model a0bf872
aapot commited on
Add 250k train step model 5a81ecb
aapot commited on
Add 200k train step model f0e33c9
aapot commited on
Add 150k train step model 4a4e3dc
aapot commited on
Add 100k train step model aa4f256
aapot commited on
Add 50k train step model e3b20e1
aapot commited on