How to use Ayushnangia/mb-diff-1000step with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="Ayushnangia/mb-diff-1000step")
# Load model directly from transformers import AutoTokenizer, AutoModelForMaskedLM tokenizer = AutoTokenizer.from_pretrained("Ayushnangia/mb-diff-1000step") model = AutoModelForMaskedLM.from_pretrained("Ayushnangia/mb-diff-1000step")
The community tab is the place to discuss and collaborate with the HF community!