mahdin70 commited on
Commit
9f12f32
·
verified ·
1 Parent(s): bfc5b59

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -7,7 +7,7 @@ base_model:
7
  library_name: transformers
8
  ---
9
 
10
- # Fine-Tuned UnixCoder for Vulnerability and CWE Classification
11
 
12
  ## Model Overview
13
  This model is a fine-tuned version of **microsoft/unixcoder-base** on a curated and enriched dataset for vulnerability detection and CWE classification. It is capable of predicting whether a given code snippet is vulnerable and, if vulnerable, identifying the specific CWE ID associated with it.
 
7
  library_name: transformers
8
  ---
9
 
10
+ # UnixCoder-VulnCWE - Fine-Tuned UnixCoder for Vulnerability and CWE Classification
11
 
12
  ## Model Overview
13
  This model is a fine-tuned version of **microsoft/unixcoder-base** on a curated and enriched dataset for vulnerability detection and CWE classification. It is capable of predicting whether a given code snippet is vulnerable and, if vulnerable, identifying the specific CWE ID associated with it.