Instructions to use Enlightir/AI_Human_Text_Detection_40K_roberta with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- 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") - Notebooks
- Google Colab
- Kaggle
Ctrl+K