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