How to use rausch/pl-t5-sci-transfer-init-spm32k with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("rausch/pl-t5-sci-transfer-init-spm32k") model = AutoModelForSeq2SeqLM.from_pretrained("rausch/pl-t5-sci-transfer-init-spm32k")
The community tab is the place to discuss and collaborate with the HF community!