DeepPrinciple commited on
Commit
07f1ea4
·
verified ·
1 Parent(s): 0e56c5d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +17 -1
README.md CHANGED
@@ -9,10 +9,26 @@ configs:
9
  data_files:
10
  - split: test
11
  path: multiple-choice.jsonl
12
- - config_name: structure_elucidation
13
  data_files:
14
  - split: test
15
  path: structure_elucidation_reformatted.jsonl
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
16
  language:
17
  - en
18
  ---
 
9
  data_files:
10
  - split: test
11
  path: multiple-choice.jsonl
12
+ - config_name: NMR_structure_elucidation
13
  data_files:
14
  - split: test
15
  path: structure_elucidation_reformatted.jsonl
16
+ - config_name: IR_structure_elucidation
17
+ data_files:
18
+ - split: test
19
+ path: ir_structure_elucidation.jsonl
20
+ - config_name: TMC_properties
21
+ data_files:
22
+ - split: test
23
+ path: TMC_properties.jsonl
24
+ - config_name: mw2formula
25
+ data_files:
26
+ - split: test
27
+ path: molecular_weights_to_formula.jsonl
28
+ - config_name: redox_potential
29
+ data_files:
30
+ - split: test
31
+ path: redox_potential.jsonl
32
  language:
33
  - en
34
  ---