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: 129 Bytes
3d4d09c | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:db0883b104017115ede6a860fe41b785fa4b262d4342a529cd1ecace2971edae
size 4856
|