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")
The community tab is the place to discuss and collaborate with the HF community!