Transformers
Safetensors
German
t5
text2text-generation
seq2seq
text-to-text
scientific-language-models
cross-lingual-transfer
wechsel
global-mmlu
text-generation-inference
Instructions to use rausch/de-t5-base-sci-cp-15k with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use rausch/de-t5-base-sci-cp-15k with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("rausch/de-t5-base-sci-cp-15k") model = AutoModelForSeq2SeqLM.from_pretrained("rausch/de-t5-base-sci-cp-15k") - Notebooks
- Google Colab
- Kaggle
| { | |
| "source_type": "checkpoint", | |
| "original_checkpoint": "/netscratch/nrauscher/projects/BA-hydra/cross_lingual_transfer_multilingual/logs/train_hf_monolingual/deu_Latn/runs/2026-02-14_04-06-01/checkpoints/best/step-015000-val_ppl-7.04846.ckpt", | |
| "tokenizer_path": "GermanT5/t5-efficient-gc4-german-base-nl36", | |
| "hydra_config": "/netscratch/nrauscher/projects/BA-hydra/cross_lingual_transfer_multilingual/logs/train_hf_monolingual/deu_Latn/runs/2026-02-14_04-06-01/.hydra/config.yaml", | |
| "base_model": "GermanT5/t5-efficient-gc4-german-base-nl36", | |
| "vocab_from_state": 32128, | |
| "missing_keys": [], | |
| "unexpected_keys": [] | |
| } |