| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
|
|
| defaults: |
| raw_dir: data/download |
| sample_cap: null |
| pilot_sample_cap: 2000 |
|
|
| sources: |
| |
| primevul: |
| hf_id: colin/PrimeVul |
| config: default |
| train_split: train |
| eval_split: test |
| adapter: detection_func_target |
| params: {code_field: func, label_field: target, language: "C/C++"} |
| group: c_cpp_vulnerability_core |
| license: MIT |
| think: needs_synthesis |
| auth: public |
| enabled: true |
|
|
| diversevul: |
| hf_id: bstee615/diversevul |
| config: default |
| train_split: train |
| eval_split: test |
| adapter: detection_func_target |
| params: {code_field: func, label_field: target, language: "C/C++"} |
| group: c_cpp_vulnerability_core |
| license: missing |
| think: needs_synthesis |
| auth: public |
| enabled: true |
|
|
| megavul: |
| hf_id: athrv/megavul-vulnerability-detection |
| config: default |
| train_split: train |
| eval_split: test |
| adapter: instruction_io |
| params: {} |
| group: c_cpp_vulnerability_core |
| license: missing |
| think: needs_synthesis |
| auth: public |
| enabled: true |
|
|
| crossvul: |
| hf_id: hitoshura25/crossvul |
| config: default |
| train_split: train |
| eval_split: null |
| adapter: vuln_fix_pair |
| params: {tasks: [detect, fix]} |
| group: c_cpp_vulnerability_core |
| license: Apache-2.0 |
| think: needs_synthesis |
| auth: public |
| enabled: true |
|
|
| |
| seccoderx_reasoning: |
| hf_id: SecCoderX/Reasoning_Vulnerability_Detection_SFT_Cold_Start |
| config: default |
| train_split: train |
| eval_split: null |
| adapter: instruction_io |
| params: {} |
| group: reasoning_think_core |
| license: missing |
| think: present |
| auth: gated |
| enabled: false |
|
|
| openvul_reasoning: |
| hf_id: Leopo1d/OpenVul_Rejection_Sampling_Reasoning_SFT |
| config: default |
| train_split: train |
| eval_split: null |
| adapter: chatml_conversations |
| params: {} |
| group: reasoning_think_core |
| license: Apache-2.0 |
| think: present |
| auth: gated |
| enabled: false |
|
|
| pentesting_explanations: |
| hf_id: theelderemo/pentesting-explanations |
| config: default |
| train_split: train |
| eval_split: null |
| adapter: mcq_think |
| params: {} |
| group: reasoning_think_core |
| license: Apache-2.0 |
| think: present |
| auth: public |
| enabled: true |
|
|
| |
| tooluse_multiturn_reasoning: |
| hf_id: interstellarninja/tool-use-multiturn-reasoning |
| config: default |
| train_split: train |
| eval_split: null |
| adapter: chatml_conversations |
| params: {inline_tools: true} |
| group: agentic_tool_loop |
| license: Apache-2.0 |
| think: present |
| auth: public |
| enabled: true |
|
|
| |
| cybernative_dpo: |
| hf_id: CyberNative/Code_Vulnerability_Security_DPO |
| config: default |
| train_split: train |
| eval_split: null |
| adapter: dpo_to_sft |
| params: {} |
| group: preference_positives_for_sft |
| license: Apache-2.0 |
| think: needs_synthesis |
| auth: public |
| enabled: true |
|
|
| all_cve_records: |
| hf_id: AlicanKiraz0/All-CVE-Records-Training-Dataset |
| config: default |
| train_split: train |
| eval_split: null |
| adapter: system_user_assistant |
| params: {} |
| group: defensive_breadth |
| license: Apache-2.0 |
| think: needs_synthesis |
| auth: public |
| sample_cap: 60000 |
| enabled: true |
|
|
| |
| |
| |
| |
| eval_only_sources: |
| pentest_mcq_eval: |
| hf_id: theelderemo/pentesting-explanations |
| config: mitre_attack |
| split: train |
| kind: mcq |
| license: Apache-2.0 |
| auth: public |
| sample_cap: 500 |
|
|