How to use from the
Use from the
Transformers library
# Load model directly
from transformers import LongelmForMaskedLMWithEdgePrediction
model = LongelmForMaskedLMWithEdgePrediction.from_pretrained("PurCL/longcodeart-ep0.3-block200-26m", dtype="auto")
Quick Links