File size: 305 Bytes
f96cd28
 
 
 
 
 
1c458b5
 
9c5a399
bba6486
9c5a399
 
 
f68fce3
 
f96cd28
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
---
configs:
- config_name: classification
  data_files:
  - split: train
    path: classification/train-*
  - split: test
    path: classification/test-*
- config_name: regression
  default: true
  data_files:
  - split: train
    path: regression/train-*
  - split: test
    path: regression/test-*
---