You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/user-manual/ai/index.md
+7-2Lines changed: 7 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -61,15 +61,20 @@ With the various vulnerability feeders of Vulnerability-Lookup (for the CVE Prog
61
61
we’ve collected over a million JSON records. This allow us to generate datasets for training and building models.
62
62
63
63
During our explorations, we realized that we can automatically update a BERT-based text classification model daily using a dataset of approximately 600k rows from Vulnerability-Lookup.
64
-
With powerful GPUs, it’s a matter of hours. We are currenly using the RoBERTa base model.
64
+
With powerful GPUs, it’s a matter of hours.
65
+
66
+
Models are generated on our own GPUs and with our [various open source trainers](https://github.com/vulnerability-lookup/VulnTrain).
67
+
68
+
Similar to the datasets, model updates are performed on a regular basis.
0 commit comments