File size: 547 Bytes
ac7e6bf
5acfbe0
d8bcef3
5acfbe0
 
d8bcef3
5acfbe0
d8bcef3
985c241
 
 
d8bcef3
985c241
d8bcef3
51305f0
a825da0
51305f0
 
d8bcef3
51305f0
d8bcef3
ac7e6bf
d8bcef3
ac7e6bf
 
 
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
---
configs:
- config_name: something
  data_files:
  - split: train
    path: data/train-*
  - split: test
    path: data/test-*
- config_name: second
  data_files:
  - split: train
    path: second/train-*
  - split: test
    path: second/test-*
- config_name: third
  default: true
  data_files:
  - split: train
    path: third/train-*
  - split: test
    path: third/test-*
---

# Dataset Card for "test_yaml"

[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)