Instructions to use junaid1993/bot_detection_model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use junaid1993/bot_detection_model with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="junaid1993/bot_detection_model")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("junaid1993/bot_detection_model") model = AutoModelForSequenceClassification.from_pretrained("junaid1993/bot_detection_model", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
3d4d09c | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:1835ebd9915864cc039b3c399574650ec2e68ed433d3de560cdb3665accaef6f
size 657044666
|