Update README.md
Browse files
README.md
CHANGED
@@ -9,6 +9,8 @@ metrics:
|
|
9 |
model-index:
|
10 |
- name: vulnerability-severity-classification-chinese-macbert-base
|
11 |
results: []
|
|
|
|
|
12 |
---
|
13 |
|
14 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -16,23 +18,14 @@ should probably proofread and complete it, then remove this comment. -->
|
|
16 |
|
17 |
# vulnerability-severity-classification-chinese-macbert-base
|
18 |
|
19 |
-
This model is a fine-tuned version of [hfl/chinese-macbert-base](https://huggingface.co/hfl/chinese-macbert-base) on
|
|
|
|
|
|
|
20 |
It achieves the following results on the evaluation set:
|
21 |
- Loss: 0.6177
|
22 |
- Accuracy: 0.7801
|
23 |
|
24 |
-
## Model description
|
25 |
-
|
26 |
-
More information needed
|
27 |
-
|
28 |
-
## Intended uses & limitations
|
29 |
-
|
30 |
-
More information needed
|
31 |
-
|
32 |
-
## Training and evaluation data
|
33 |
-
|
34 |
-
More information needed
|
35 |
-
|
36 |
## Training procedure
|
37 |
|
38 |
### Training hyperparameters
|
@@ -62,4 +55,4 @@ The following hyperparameters were used during training:
|
|
62 |
- Transformers 4.51.3
|
63 |
- Pytorch 2.7.1+cu126
|
64 |
- Datasets 3.6.0
|
65 |
-
- Tokenizers 0.21.1
|
|
|
9 |
model-index:
|
10 |
- name: vulnerability-severity-classification-chinese-macbert-base
|
11 |
results: []
|
12 |
+
datasets:
|
13 |
+
- CIRCL/Vulnerability-CNVD
|
14 |
---
|
15 |
|
16 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
18 |
|
19 |
# vulnerability-severity-classification-chinese-macbert-base
|
20 |
|
21 |
+
This model is a fine-tuned version of [hfl/chinese-macbert-base](https://huggingface.co/hfl/chinese-macbert-base) on the dataset [CIRCL/Vulnerability-CNVD](https://huggingface.co/datasets/CIRCL/Vulnerability-CNVD).
|
22 |
+
|
23 |
+
You can read [this page](https://www.vulnerability-lookup.org/user-manual/ai/) for more information.
|
24 |
+
|
25 |
It achieves the following results on the evaluation set:
|
26 |
- Loss: 0.6177
|
27 |
- Accuracy: 0.7801
|
28 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
29 |
## Training procedure
|
30 |
|
31 |
### Training hyperparameters
|
|
|
55 |
- Transformers 4.51.3
|
56 |
- Pytorch 2.7.1+cu126
|
57 |
- Datasets 3.6.0
|
58 |
+
- Tokenizers 0.21.1
|