File size: 492 Bytes
1fc13be
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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: code
    dtype: string
  - name: cwe
    sequence: string
  - name: project
    dtype: string
  - name: commit_id
    dtype: string
  - name: hash
    dtype: string
  - name: size
    dtype: int64
  - name: message
    dtype: string
  splits:
  - name: train
    num_bytes: 599337217
    num_examples: 311547
  download_size: 152580772
  dataset_size: 599337217
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
---