File size: 1,255 Bytes
898f432
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1158697
 
 
00ad4b6
 
 
 
 
898f432
 
 
 
 
eb5face
 
898f432
f105114
b588e30
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
f105114
 
b588e30
 
 
 
 
 
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
65
66
67
68
---
dataset_info:
  features:
  - name: processed_func
    dtype: string
  - name: target
    dtype: int64
  - name: flaw_line
    dtype: string
  - name: flaw_line_index
    dtype: int64
  - name: commit_url
    dtype: string
  - name: language
    dtype:
      class_label:
        names:
          '0': CCPP
          '1': CS
          '2': Java
          '3': JavaScript
          '4': Python
          '5': TypeScript
  splits:
  - name: train
    num_bytes: 12698440.509200197
    num_examples: 15663
  - name: test
    num_bytes: 806674.8583703119
    num_examples: 995
  download_size: 88405613
  dataset_size: 13505115.367570505
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: test
    path: data/test-*
---

Number of training examples: 15663
Number of test examples: 995

Target distribution in train dataset:
- Target 0: 7832 (50.0%)
- Target 1: 7831 (50.0%)

Target distribution in test dataset:
- Target 0: 497 (49.9%)
- Target 1: 498 (50.1%)

Language distribution in train dataset:
- CCPP: 9424
- CS: 389
- Java: 1153
- JavaScript: 3378
- Python: 1093
- TypeScript: 226

Language distribution in test dataset:
- CCPP: 601
- CS: 24
- Java: 72
- JavaScript: 215
- Python: 69
- TypeScript: 14