File size: 525 Bytes
2979d2c
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
07d8305
 
2979d2c
 
07d8305
2979d2c
07d8305
 
2979d2c
 
 
 
 
 
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
---
dataset_info:
  features:
  - name: path
    dtype: string
  - name: imports
    sequence: string
  - name: full_name
    dtype: string
  - name: code
    dtype: string
  - name: start
    sequence: int64
  - name: end
    sequence: int64
  - name: kind
    dtype: string
  - name: pid
    dtype: int64
  splits:
  - name: train
    num_bytes: 138835434
    num_examples: 248893
  download_size: 25671157
  dataset_size: 138835434
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
---