koutch commited on
Commit
156f6b1
·
1 Parent(s): 16d8464

dash not allowed in split names

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -15,11 +15,11 @@ configs:
15
  default: true
16
  - config_name: execution
17
  data_files:
18
- - split: 2024_1
19
  path: data/2024_1/execution*.csv
20
  - config_name: grade
21
  data_files:
22
- - split: 2024_1
23
  path: data/2024_1/grade*.csv
24
  ---
25
 
 
15
  default: true
16
  - config_name: execution
17
  data_files:
18
+ - split: 2024_first
19
  path: data/2024_1/execution*.csv
20
  - config_name: grade
21
  data_files:
22
+ - split: 2024_first
23
  path: data/2024_1/grade*.csv
24
  ---
25