File size: 636 Bytes
722e494
 
a12523e
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
722e494
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
---

license: apache-2.0
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
dataset_info:
  features:
  - name: ID
    dtype: int64
  - name: Language
    dtype: string
  - name: Repository Name
    dtype: string
  - name: File Name
    dtype: string
  - name: File Path in Repository
    dtype: string
  - name: File Path for Unit Test
    dtype: string
  - name: Code
    dtype: string
  - name: Unit Test - (Ground Truth)
    dtype: string
  splits:
  - name: train
    num_bytes: 40035853
    num_examples: 1085
  download_size: 8811063
  dataset_size: 40035853
---