Instructions to use Zaib/Vulnerability-detection with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Zaib/Vulnerability-detection with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="Zaib/Vulnerability-detection")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("Zaib/Vulnerability-detection") model = AutoModelForSequenceClassification.from_pretrained("Zaib/Vulnerability-detection") - Notebooks
- Google Colab
- Kaggle
Model save
Browse files- pytorch_model.bin +1 -1
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 682825837
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b0fa31f0c2f0cbc64695a2ed0482f1b612f10df436113899178eb60b7777617f
|
| 3 |
size 682825837
|