Instructions to use cisco-ai/SecureBERT2.0-code-vuln-detection with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use cisco-ai/SecureBERT2.0-code-vuln-detection with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="cisco-ai/SecureBERT2.0-code-vuln-detection")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("cisco-ai/SecureBERT2.0-code-vuln-detection") model = AutoModelForSequenceClassification.from_pretrained("cisco-ai/SecureBERT2.0-code-vuln-detection") - Inference
- Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -198,3 +198,13 @@ Carbon footprint can be estimated using the [Machine Learning Impact Calculator]
|
|
| 198 |
}
|
| 199 |
```
|
| 200 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 198 |
}
|
| 199 |
```
|
| 200 |
|
| 201 |
+
---
|
| 202 |
+
|
| 203 |
+
## Model Card Authors
|
| 204 |
+
|
| 205 |
+
Cisco AI Team
|
| 206 |
+
|
| 207 |
+
## Model Card Contact
|
| 208 |
+
|
| 209 |
+
For inquiries, please contact [Cisco AI Team](eaghaei@cisco.com)
|
| 210 |
+
|