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