Upload folder using huggingface_hub
Browse files
README.md
CHANGED
@@ -1,3 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
Model Card for security-qwen2.5-3b-coder-instruct
|
2 |
Model Description
|
3 |
This model, security-qwen2.5-3b-coder-instruct, is a fine-tuned version of QWen2.5-Coder-3B specifically adapted for vulnerability detection in software code. It has been trained on a cleaned version of the ReposVul dataset, which includes vulnerabilities from C, C++, Java, and Python programming languages. The fine-tuning was performed using the LoRA (Low-Rank Adaptation) method to efficiently adapt the base model for this specific task.
|
|
|
1 |
+
---
|
2 |
+
language:
|
3 |
+
- "en"
|
4 |
+
thumbnail: "thumbnail_url_here" # Replace with your thumbnail URL
|
5 |
+
tags:
|
6 |
+
- "fine-tuning"
|
7 |
+
- "LoRA"
|
8 |
+
- "vulnerability-detection"
|
9 |
+
- "code-analysis"
|
10 |
+
license: "apache-2.0" # Replace with your chosen license
|
11 |
+
datasets:
|
12 |
+
- "your_username/cleaned-reposvul" # Update with your dataset URL
|
13 |
+
base_model: "Qwen/Qwen2.5-Coder-3B"
|
14 |
+
---
|
15 |
+
|
16 |
Model Card for security-qwen2.5-3b-coder-instruct
|
17 |
Model Description
|
18 |
This model, security-qwen2.5-3b-coder-instruct, is a fine-tuned version of QWen2.5-Coder-3B specifically adapted for vulnerability detection in software code. It has been trained on a cleaned version of the ReposVul dataset, which includes vulnerabilities from C, C++, Java, and Python programming languages. The fine-tuning was performed using the LoRA (Low-Rank Adaptation) method to efficiently adapt the base model for this specific task.
|