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