Instructions to use Canstralian/CyberAttackDetection with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Canstralian/CyberAttackDetection with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="Canstralian/CyberAttackDetection")# Load model directly from transformers import AutoModelForSequenceClassification model = AutoModelForSequenceClassification.from_pretrained("Canstralian/CyberAttackDetection", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -17,6 +17,9 @@ metrics:
|
|
| 17 |
- code_eval
|
| 18 |
base_model:
|
| 19 |
- WhiteRabbitNeo/WhiteRabbitNeo-33B-v1.5
|
|
|
|
|
|
|
|
|
|
| 20 |
---
|
| 21 |
|
| 22 |
# CyberAttackDetection
|
|
|
|
| 17 |
- code_eval
|
| 18 |
base_model:
|
| 19 |
- WhiteRabbitNeo/WhiteRabbitNeo-33B-v1.5
|
| 20 |
+
library_name: transformers
|
| 21 |
+
tags:
|
| 22 |
+
- code
|
| 23 |
---
|
| 24 |
|
| 25 |
# CyberAttackDetection
|