Transformers How to use rlaaudrb1104/models-moved with Transformers:
# Load model directly
from transformers import CodeBERTForVulnerabilityDetectionWithFeatures
model = CodeBERTForVulnerabilityDetectionWithFeatures.from_pretrained("rlaaudrb1104/models-moved", dtype="auto")