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