Instructions to use ucinlp/german-t5-large with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ucinlp/german-t5-large with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("ucinlp/german-t5-large") model = AutoModelForSeq2SeqLM.from_pretrained("ucinlp/german-t5-large") - Notebooks
- Google Colab
- Kaggle
File size: 135 Bytes
3384c67 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:70bd65558ec06d26e9de5e57604bca632b23acb92a79db46eaf04d6a8cdac27a
size 2950904711
|