Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
adaptive-compression-codeBert
/
vulenaberty-detection-codebert
like
0
Follow
Adaptive Compression CodeBert Project
1
Token Classification
DetectVul/devign
code
Model card
Files
Files and versions
Community
anilsinthu
commited on
Feb 28
Commit
abed07c
·
verified
·
1 Parent(s):
005b708
Create README.md
Browse files
Files changed (1)
hide
show
README.md
+12
-0
README.md
ADDED
Viewed
@@ -0,0 +1,12 @@
1
+
---
2
+
datasets:
3
+
- DetectVul/devign
4
+
metrics:
5
+
- accuracy
6
+
- code_eval
7
+
base_model:
8
+
- microsoft/codebert-base
9
+
pipeline_tag: token-classification
10
+
tags:
11
+
- code
12
+
---