Transformers
PyTorch
JAX
t5
text2text-generation
translation Italian Cszech model
text-generation-inference
Instructions to use SEBIS/legal_t5_small_multitask_it_cs with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use SEBIS/legal_t5_small_multitask_it_cs with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("SEBIS/legal_t5_small_multitask_it_cs") model = AutoModelForSeq2SeqLM.from_pretrained("SEBIS/legal_t5_small_multitask_it_cs") - Notebooks
- Google Colab
- Kaggle
Adding `safetensors` variant of this model
#2 opened almost 3 years ago
by
SFconvertbot
Update README.md
#1 opened over 3 years ago
by
lbourdois