Transformers How to use PurCL/codeart-3m-wo_local_mask with Transformers:
# Load model directly
from transformers import CodeArtForMaskedLMWithEdgePrediction
model = CodeArtForMaskedLMWithEdgePrediction.from_pretrained("PurCL/codeart-3m-wo_local_mask", dtype="auto")