Transformers How to use Enlightir/AI_Human_Text_Detection_40K_roberta with Transformers:
# Load model directly
from transformers import AutoTokenizer, CustomRoberta
tokenizer = AutoTokenizer.from_pretrained("Enlightir/AI_Human_Text_Detection_40K_roberta")
model = CustomRoberta.from_pretrained("Enlightir/AI_Human_Text_Detection_40K_roberta")