File size: 1,189 Bytes
f5b2212
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
---
dataset_info:
  features:
  - name: file_name
    dtype: string
  - name: method_name
    dtype: string
  - name: code_before
    dtype: string
  - name: code_after
    dtype: string
  - name: func_before
    dtype: string
  - name: func_after
    dtype: string
  - name: diff
    dtype: string
  - name: num_lines_added
    dtype: float64
  - name: num_lines_deleted
    dtype: float64
  - name: num_lines_in_file
    dtype: float64
  - name: num_tokens_in_file
    dtype: float64
  - name: repo
    dtype: string
  - name: cve_id
    dtype: string
  - name: cwe_id
    dtype: string
  splits:
  - name: c
    num_bytes: 376249635
    num_examples: 2621
  - name: go
    num_bytes: 16673352
    num_examples: 145
  - name: java
    num_bytes: 26747914
    num_examples: 573
  - name: python
    num_bytes: 78001734
    num_examples: 587
  - name: ruby
    num_bytes: 16026947
    num_examples: 453
  download_size: 97738307
  dataset_size: 513699582
configs:
- config_name: default
  data_files:
  - split: c
    path: data/c-*
  - split: go
    path: data/go-*
  - split: java
    path: data/java-*
  - split: python
    path: data/python-*
  - split: ruby
    path: data/ruby-*
---