sagawa commited on
Commit
45002b3
·
1 Parent(s): aa903dc

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -1
README.md CHANGED
@@ -1,6 +1,6 @@
1
  ---
2
  title: Predictproduct T5
3
- emoji: 🏃
4
  colorFrom: green
5
  colorTo: red
6
  sdk: streamlit
@@ -10,4 +10,9 @@ pinned: false
10
  license: mit
11
  ---
12
 
 
 
 
 
 
13
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
1
  ---
2
  title: Predictproduct T5
3
+ emoji: 🧪
4
  colorFrom: green
5
  colorTo: red
6
  sdk: streamlit
 
10
  license: mit
11
  ---
12
 
13
+ At this space, you can predict the products of reactions from their inputs.
14
+ The format of the string is like "REACTANT:{reactants of the reaction}CATALYST:{catalysts of the reaction}REAGENT:{reagents of the reaction}SOLVENT:{solvent of the reaction}".
15
+ If there are no catalyst or reagent, fill the blank with a space. And if there are multiple reactants, concatenate them with ".".
16
+ (e.g. REACTANT:CNc1nc(SC)ncc1CO.O.O=[Cr](=O)([O-])O[Cr](=O)(=O)[O-].[Na+]CATALYST: REAGENT: SOLVENT:CC(=O)O)
17
+
18
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference