Instructions to use yongchao/ai_text_detector with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use yongchao/ai_text_detector with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="yongchao/ai_text_detector")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("yongchao/ai_text_detector") model = AutoModelForSequenceClassification.from_pretrained("yongchao/ai_text_detector") - Notebooks
- Google Colab
- Kaggle
Commit History
Update README.md f7f4f4f verified
upload with new models, fixed wrong models b5320a5
yongchao commited on
remove old models 16a1a7a
yongchao commited on
update models with refined trining 55e3683
yongchao commited on
Update README.md de94882 verified
upload trained BERT-based LM for AI text detection 9bd3f1d
yongchao commited on