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
Upload training_args.bin
Browse files- training_args.bin +3 -0
training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7c56672cb3b498079235fa5c1f0d39a3dc513739af213d62ee3a558e4fc91498
|
| 3 |
+
size 5368
|