YAML Metadata Warning:empty or missing yaml metadata in repo card
Check out the documentation for more information.
Cwe Prediction Benchmark
Auto-generated dataset uploaded from: data/cwe_prediction_benchmark
Dataset Description
This dataset was automatically processed and uploaded to Hugging Face Hub.
Dataset Structure
The dataset contains 1 splits with a total of 3,000 examples.
Splits
| Split Name | Examples | Description |
|---|---|---|
| cwe_prediction_benchmark | 3,000 | Auto-detected from file structure |
Data Sources
- Source Directory:
data/cwe_prediction_benchmark - File Types: JSON, OTHER
- Total Files Processed: Multiple
Usage
from datasets import load_dataset
# Load the entire dataset
dataset = load_dataset("fdtn-ai/cwe-prediction-benchmark")
# Access specific splits
# cwe_prediction_benchmark_data = dataset["cwe_prediction_benchmark"]
# Show dataset info
print(dataset)
# Example from first split
if dataset:
first_split = list(dataset.keys())[0]
print(f"Example from {first_split}:")
print(dataset[first_split][0])
Dataset Statistics
- Total Examples: 3,000
- Number of Splits: 1
- Auto-generated: Yes
License and Attribution
Data Sources
This dataset contains vulnerability data from:
- CVE/NVD (National Vulnerability Database) - Public domain, maintained by NIST - https://nvd.nist.gov/
- GHSA (GitHub Security Advisories) - CC-BY 4.0 - https://github.com/advisories
Usage
When using this dataset:
- CVE/NVD: Public domain. Please cite NIST/NVD as the source.
- GHSA: Licensed under CC-BY 4.0. Attribution to GitHub Security Advisories required.
For full license terms, see:
- GHSA License: https://creativecommons.org/licenses/by/4.0/
This dataset was automatically processed and uploaded using the generic Hugging Face upload tool.
- Downloads last month
- 28