File size: 272 Bytes
4462c13 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 |
---
configs:
- config_name: train
data_files:
- split: train
path: train/*
- config_name: test
data_files:
- split: test
path: test/*
- config_name: neighbors
data_files:
- split: neighbors
path: neighbors/*
---
|