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 .gitignore
Browse files- .gitignore +5 -0
.gitignore
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
__pycache__/
|
| 2 |
+
*.pyc
|
| 3 |
+
.DS_Store
|
| 4 |
+
.env
|
| 5 |
+
pytorch_model.bin
|