Instructions to use Canstralian/CySec_Known_Exploit_Analyzer with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Canstralian/CySec_Known_Exploit_Analyzer with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("Canstralian/CySec_Known_Exploit_Analyzer", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Create pytorch_model.bin
Browse files- pytorch_model.bin +1 -0
pytorch_model.bin
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
# This file contains the model weights and should be generated after training the model.
|