Update README.md
Browse files
README.md
CHANGED
@@ -9,6 +9,8 @@ metrics:
|
|
9 |
model-index:
|
10 |
- name: cwe-parent-vulnerability-classification-roberta-base
|
11 |
results: []
|
|
|
|
|
12 |
---
|
13 |
|
14 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -16,7 +18,8 @@ should probably proofread and complete it, then remove this comment. -->
|
|
16 |
|
17 |
# cwe-parent-vulnerability-classification-roberta-base
|
18 |
|
19 |
-
This model is a fine-tuned version of [roberta-base](https://huggingface.co/roberta-base)
|
|
|
20 |
It achieves the following results on the evaluation set:
|
21 |
- Loss: 1.2078
|
22 |
- Accuracy: 0.875
|
@@ -98,4 +101,4 @@ The following hyperparameters were used during training:
|
|
98 |
- Transformers 4.55.4
|
99 |
- Pytorch 2.7.1+cu126
|
100 |
- Datasets 4.0.0
|
101 |
-
- Tokenizers 0.21.2
|
|
|
9 |
model-index:
|
10 |
- name: cwe-parent-vulnerability-classification-roberta-base
|
11 |
results: []
|
12 |
+
datasets:
|
13 |
+
- CIRCL/vulnerability-cwe-patch
|
14 |
---
|
15 |
|
16 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
18 |
|
19 |
# cwe-parent-vulnerability-classification-roberta-base
|
20 |
|
21 |
+
This model is a fine-tuned version of [roberta-base](https://huggingface.co/roberta-base).
|
22 |
+
|
23 |
It achieves the following results on the evaluation set:
|
24 |
- Loss: 1.2078
|
25 |
- Accuracy: 0.875
|
|
|
101 |
- Transformers 4.55.4
|
102 |
- Pytorch 2.7.1+cu126
|
103 |
- Datasets 4.0.0
|
104 |
+
- Tokenizers 0.21.2
|