End of training
Browse files- README.md +18 -38
- emissions.csv +1 -1
- model.safetensors +1 -1
README.md
CHANGED
|
@@ -9,51 +9,31 @@ metrics:
|
|
| 9 |
model-index:
|
| 10 |
- name: vulnerability-severity-classification-roberta-base
|
| 11 |
results: []
|
| 12 |
-
datasets:
|
| 13 |
-
- CIRCL/vulnerability-scores
|
| 14 |
---
|
| 15 |
|
| 16 |
-
|
|
|
|
| 17 |
|
| 18 |
-
|
| 19 |
|
|
|
|
| 20 |
It achieves the following results on the evaluation set:
|
| 21 |
-
- Loss: 0.
|
| 22 |
-
- Accuracy: 0.
|
| 23 |
|
| 24 |
## Model description
|
| 25 |
|
| 26 |
-
|
| 27 |
-
|
| 28 |
-
|
| 29 |
-
## How to get started with the model
|
| 30 |
-
|
| 31 |
-
```python
|
| 32 |
-
from transformers import AutoModelForSequenceClassification, AutoTokenizer
|
| 33 |
-
import torch
|
| 34 |
-
|
| 35 |
-
labels = ["low", "medium", "high", "critical"]
|
| 36 |
-
|
| 37 |
-
model_name = "CIRCL/vulnerability-severity-classification-roberta-base"
|
| 38 |
-
tokenizer = AutoTokenizer.from_pretrained(model_name)
|
| 39 |
-
model = AutoModelForSequenceClassification.from_pretrained(model_name)
|
| 40 |
-
model.eval()
|
| 41 |
|
| 42 |
-
|
| 43 |
-
inputs = tokenizer(test_description, return_tensors="pt", truncation=True, padding=True)
|
| 44 |
|
| 45 |
-
|
| 46 |
-
with torch.no_grad():
|
| 47 |
-
outputs = model(**inputs)
|
| 48 |
-
predictions = torch.nn.functional.softmax(outputs.logits, dim=-1)
|
| 49 |
|
|
|
|
| 50 |
|
| 51 |
-
|
| 52 |
-
print("Predictions:", predictions)
|
| 53 |
-
predicted_class = torch.argmax(predictions, dim=-1).item()
|
| 54 |
-
print("Predicted severity:", labels[predicted_class])
|
| 55 |
-
```
|
| 56 |
|
|
|
|
| 57 |
|
| 58 |
### Training hyperparameters
|
| 59 |
|
|
@@ -70,11 +50,11 @@ The following hyperparameters were used during training:
|
|
| 70 |
|
| 71 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
| 72 |
|:-------------:|:-----:|:------:|:---------------:|:--------:|
|
| 73 |
-
| 0.
|
| 74 |
-
| 0.
|
| 75 |
-
| 0.
|
| 76 |
-
| 0.
|
| 77 |
-
| 0.
|
| 78 |
|
| 79 |
|
| 80 |
### Framework versions
|
|
@@ -82,4 +62,4 @@ The following hyperparameters were used during training:
|
|
| 82 |
- Transformers 4.49.0
|
| 83 |
- Pytorch 2.6.0+cu124
|
| 84 |
- Datasets 3.3.2
|
| 85 |
-
- Tokenizers 0.21.0
|
|
|
|
| 9 |
model-index:
|
| 10 |
- name: vulnerability-severity-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
|
| 15 |
+
should probably proofread and complete it, then remove this comment. -->
|
| 16 |
|
| 17 |
+
# vulnerability-severity-classification-roberta-base
|
| 18 |
|
| 19 |
+
This model is a fine-tuned version of [roberta-base](https://huggingface.co/roberta-base) on an unknown dataset.
|
| 20 |
It achieves the following results on the evaluation set:
|
| 21 |
+
- Loss: 0.5110
|
| 22 |
+
- Accuracy: 0.8265
|
| 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
|
| 39 |
|
|
|
|
| 50 |
|
| 51 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
| 52 |
|:-------------:|:-----:|:------:|:---------------:|:--------:|
|
| 53 |
+
| 0.5348 | 1.0 | 25731 | 0.6370 | 0.7410 |
|
| 54 |
+
| 0.4628 | 2.0 | 51462 | 0.5785 | 0.7692 |
|
| 55 |
+
| 0.5154 | 3.0 | 77193 | 0.5256 | 0.7953 |
|
| 56 |
+
| 0.4049 | 4.0 | 102924 | 0.5046 | 0.8145 |
|
| 57 |
+
| 0.2862 | 5.0 | 128655 | 0.5110 | 0.8265 |
|
| 58 |
|
| 59 |
|
| 60 |
### Framework versions
|
|
|
|
| 62 |
- Transformers 4.49.0
|
| 63 |
- Pytorch 2.6.0+cu124
|
| 64 |
- Datasets 3.3.2
|
| 65 |
+
- Tokenizers 0.21.0
|
emissions.csv
CHANGED
|
@@ -1,2 +1,2 @@
|
|
| 1 |
timestamp,project_name,run_id,experiment_id,duration,emissions,emissions_rate,cpu_power,gpu_power,ram_power,cpu_energy,gpu_energy,ram_energy,energy_consumed,country_name,country_iso_code,region,cloud_provider,cloud_region,os,python_version,codecarbon_version,cpu_count,cpu_model,gpu_count,gpu_model,longitude,latitude,ram_total_size,tracking_mode,on_cloud,pue
|
| 2 |
-
2025-03-
|
|
|
|
| 1 |
timestamp,project_name,run_id,experiment_id,duration,emissions,emissions_rate,cpu_power,gpu_power,ram_power,cpu_energy,gpu_energy,ram_energy,energy_consumed,country_name,country_iso_code,region,cloud_provider,cloud_region,os,python_version,codecarbon_version,cpu_count,cpu_model,gpu_count,gpu_model,longitude,latitude,ram_total_size,tracking_mode,on_cloud,pue
|
| 2 |
+
2025-03-11T13:42:52,codecarbon,10e7964a-d760-482a-a624-97b76663bf5d,5b0fa12a-3dd7-45bb-9766-cc326314d9f1,22333.945179948583,0.3920252870180382,1.755289017947436e-05,42.5,182.39382883775872,94.34470081329346,0.26345167142701137,2.8759955588501214,0.5847985827629493,3.7242458130400817,Luxembourg,LUX,luxembourg,,,Linux-6.8.0-48-generic-x86_64-with-glibc2.39,3.12.3,2.8.3,64,AMD EPYC 9124 16-Core Processor,2,2 x NVIDIA L40S,6.1294,49.6113,251.58586883544922,machine,N,1.0
|
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 498618976
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0498bd5b2eaa2d43fc76c8a938941c36b96c014d79b9e0790d3604c49de6d19e
|
| 3 |
size 498618976
|