How to use zera09/segment_mask_token with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("zera09/segment_mask_token") model = AutoModelForSeq2SeqLM.from_pretrained("zera09/segment_mask_token")
The community tab is the place to discuss and collaborate with the HF community!