CoolFace
Datasetpublic

AetherPrior/CWE-Code_Vulnerability_Security_DPO

sourceHugging Faceupdated 7mo agoView on Hugging Face
0likes43downloads
README.md30 linesDownload Raw Back to root
1---2dataset_info:3  features:4  - name: lang5    dtype: string6  - name: vulnerability7    dtype: string8  - name: system9    dtype: string10  - name: question11    dtype: string12  - name: chosen13    dtype: string14  - name: rejected15    dtype: string16  - name: cwe_ids17    list: string18  splits:19  - name: train20    num_bytes: 635591521    num_examples: 465622  download_size: 251096623  dataset_size: 635591524configs:25- config_name: default26  data_files:27  - split: train28    path: data/train-*29---30