File size: 546 Bytes
e90dd39 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 |
---
dataset_info:
features:
- name: commit_id
dtype: string
- name: cve
dtype: string
splits:
- name: test
num_bytes: 131502768
num_examples: 2132770
- name: validation
num_bytes: 152346862
num_examples: 2469331
- name: train
num_bytes: 224081961
num_examples: 3635511
download_size: 349249661
dataset_size: 507931591
configs:
- config_name: default
data_files:
- split: test
path: data/test-*
- split: validation
path: data/validation-*
- split: train
path: data/train-*
---
|