Text Classification
Transformers
Safetensors
multi_task_unixcoder
feature-extraction
Code
Vulnerability
Detection
custom_code
Instructions to use mahdin70/UnixCoder-Primevul-BigVul with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use mahdin70/UnixCoder-Primevul-BigVul with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="mahdin70/UnixCoder-Primevul-BigVul", trust_remote_code=True)# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("mahdin70/UnixCoder-Primevul-BigVul", trust_remote_code=True, dtype="auto") - Notebooks
- Google Colab
- Kaggle
Upload 2 files
Browse files- model.safetensors +3 -0
- training_args.bin +3 -0
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6da8a6113f654fcaf02d38edd2a5244f98716507c2881835d35dfc3b8bd63b4a
|
| 3 |
+
size 504164036
|
training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:76f33bf8de6f74384eb3e6a6f29a043aa91b89951dceb8400511a56fee263b52
|
| 3 |
+
size 5240
|