hcaoaf commited on
Commit
b1c6cf2
1 Parent(s): a312a6a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -0
README.md CHANGED
@@ -1,3 +1,19 @@
1
  ---
2
  license: mit
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: mit
3
  ---
4
+
5
+ ## Data Source
6
+ Combine Buchwald-Hartwig and Suzuki-Miyaura two major yields prediction dataset.
7
+
8
+ ## Data Stats
9
+ Train: 9515 \
10
+ Test: 200
11
+
12
+ Example:
13
+ ```json
14
+ 'messages': [{'content': 'You are a chemist. Now you are given a reaction equation. Please predict the possible reagents of the reaction. The reaction equation has the following format:\n```\nreactant1.reactant2. ... .reactantN>>product\n```\nThe return value should be in range of 0-1. The higher the value, the more likely the reaction is to occur. \nWe provide the structure of the reactions.',
15
+ 'role': 'system'},
16
+ {'content': "<molecule_2d>.<molecule_2d>.<molecule_2d>.<molecule_2d>.<molecule_2d>.<molecule_2d>>><molecule_2d> Using the chemical reaction information, what is the ratio of the reaction's yield?",
17
+ 'role': 'user'},
18
+ {'content': '0.0368', 'role': 'assistant'}]}
19
+ ```