AdaptLLM commited on
Commit
de528b6
·
verified ·
1 Parent(s): 2fa977f

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -7
README.md CHANGED
@@ -1,9 +1,11 @@
1
  ---
2
- data_files:
3
- - split: train
4
- path: "train.json"
5
- - split: validation
6
- path: "dev.json"
7
- - split: test
8
- path: "test.json"
 
 
9
  ---
 
1
  ---
2
+ configs:
3
+ - config_name: ChemProt
4
+ data_files:
5
+ - split: train
6
+ path: "train.json"
7
+ - split: validation
8
+ path: "dev.json"
9
+ - split: test
10
+ path: "test.json"
11
  ---