Update README.md
Browse files
README.md
CHANGED
@@ -9,6 +9,8 @@ metrics:
|
|
9 |
model-index:
|
10 |
- name: vulnerability-severity-classification-distilbert-base-uncased
|
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,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
16 |
|
17 |
# vulnerability-severity-classification-distilbert-base-uncased
|
18 |
|
19 |
-
This model is a fine-tuned version of [distilbert/distilbert-base-uncased](https://huggingface.co/distilbert/distilbert-base-uncased) on
|
20 |
|
21 |
It achieves the following results on the evaluation set:
|
22 |
- Loss: 0.6447
|
@@ -89,4 +91,4 @@ The following hyperparameters were used during training:
|
|
89 |
- Transformers 4.49.0
|
90 |
- Pytorch 2.6.0+cu124
|
91 |
- Datasets 3.3.2
|
92 |
-
- Tokenizers 0.21.0
|
|
|
9 |
model-index:
|
10 |
- name: vulnerability-severity-classification-distilbert-base-uncased
|
11 |
results: []
|
12 |
+
datasets:
|
13 |
+
- CIRCL/vulnerability-scores
|
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-distilbert-base-uncased
|
20 |
|
21 |
+
This model is a fine-tuned version of [distilbert/distilbert-base-uncased](https://huggingface.co/distilbert/distilbert-base-uncased) on the dataset [CIRCL/vulnerability-scores](https://huggingface.co/datasets/CIRCL/vulnerability-scores).
|
22 |
|
23 |
It achieves the following results on the evaluation set:
|
24 |
- Loss: 0.6447
|
|
|
91 |
- Transformers 4.49.0
|
92 |
- Pytorch 2.6.0+cu124
|
93 |
- Datasets 3.3.2
|
94 |
+
- Tokenizers 0.21.0
|