File size: 499 Bytes
adf7c9a
 
 
 
 
 
 
 
 
 
 
 
 
0daa810
 
 
 
 
 
 
adf7c9a
 
 
 
 
0daa810
 
adf7c9a
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
---
dataset_info:
  features:
  - name: repo_name
    dtype: string
  - name: repo_commit
    dtype: string
  - name: repo_content
    dtype: string
  - name: repo_readme
    dtype: string
  splits:
  - name: train
    num_bytes: 29227644
    num_examples: 158
  - name: test
    num_bytes: 8765331
    num_examples: 40
  download_size: 12307532
  dataset_size: 37992975
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: test
    path: data/test-*
---