File size: 556 Bytes
833b97b
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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: language
    dtype: string
  - name: source_code
    dtype: string
  - name: test_code
    dtype: string
  - name: source_path
    dtype: string
  - name: test_path
    dtype: string
  - name: repo_name
    dtype: string
  - name: instruction
    dtype: string
  - name: meta_class
    dtype: string
  splits:
  - name: train
    num_bytes: 177371724
    num_examples: 7637
  download_size: 38787617
  dataset_size: 177371724
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
---