Transformers How to use PurCL/codeart-26m-mfc-4f-100c with Transformers:
# Load model directly
from transformers import CodeArtForMultipleSequenceClassification
model = CodeArtForMultipleSequenceClassification.from_pretrained("PurCL/codeart-26m-mfc-4f-100c", dtype="auto")