Instructions to use kravchenko/uk-mt5-small with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use kravchenko/uk-mt5-small with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("kravchenko/uk-mt5-small") model = AutoModelForSeq2SeqLM.from_pretrained("kravchenko/uk-mt5-small") - Notebooks
- Google Colab
- Kaggle
Commit History
update readme c6e5202
root commited on
add readme 59fd1e8
root commited on
initial commit 3638dbf
root commited on