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