How to use transZ/roberta_texid with Transformers:
# Load model directly from transformers import RobertaTeXid model = RobertaTeXid.from_pretrained("transZ/roberta_texid", dtype="auto")
What is a pickle import?