Transformers
Safetensors
Portuguese
t5
text2text-generation
seq2seq
text-to-text
scientific-language-models
cross-lingual-transfer
wechsel
global-mmlu
text-generation-inference
Instructions to use rausch/pt-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/pt-t5-base-sci-cp-15k with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("rausch/pt-t5-base-sci-cp-15k") model = AutoModelForSeq2SeqLM.from_pretrained("rausch/pt-t5-base-sci-cp-15k") - Notebooks
- Google Colab
- Kaggle
File size: 617 Bytes
2c3f8e6 | 1 2 3 4 5 6 7 8 9 10 | {
"source_type": "checkpoint",
"original_checkpoint": "/netscratch/nrauscher/projects/BA-hydra/cross_lingual_transfer_multilingual/logs/train_hf_monolingual/por_Latn/runs/2026-02-14_03-11-30/checkpoints/best/step-014000-val_ppl-6.32707.ckpt",
"tokenizer_path": "unicamp-dl/ptt5-base-portuguese-vocab",
"hydra_config": "/netscratch/nrauscher/projects/BA-hydra/cross_lingual_transfer_multilingual/logs/train_hf_monolingual/por_Latn/runs/2026-02-14_03-11-30/.hydra/config.yaml",
"base_model": "unicamp-dl/ptt5-base-portuguese-vocab",
"vocab_from_state": 32128,
"missing_keys": [],
"unexpected_keys": []
} |