exnx commited on
Commit
3b7bb45
·
1 Parent(s): 2732b53

add config for a small sample

Browse files
Files changed (1) hide show
  1. README.md +5 -3
README.md CHANGED
@@ -35,6 +35,8 @@ configs:
35
  path: "stage2/valid_stage2.parquet"
36
  - split: test
37
  path: "stage2/test_stage2.parquet"
38
- ---
39
-
40
- # Test readme!
 
 
 
35
  path: "stage2/valid_stage2.parquet"
36
  - split: test
37
  path: "stage2/test_stage2.parquet"
38
+ - config_name: sample
39
+ data_files:
40
+ - split: validation
41
+ path: "stage2/valid_stage2.parquet"
42
+ ---