jmeadows17 commited on
Commit
3da82ae
·
1 Parent(s): dab8570

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -16,6 +16,8 @@ It was trained on 155 physics symbols, but struggles with out-of-vocabulary symb
16
  then derive - \\sin{(q)} = \\frac{d}{d q} \\theta{(q)},
17
  then obtain (- \\sin{(q)})^{q} (\\frac{d}{d q} \\cos{(q)})^{q} = (- \\sin{(q)})^{2 q}"```
18
 
 
 
19
  **To use MathT5 easily:**
20
 
21
  1. Download ```MathT5.py``` to your working directory.
 
16
  then derive - \\sin{(q)} = \\frac{d}{d q} \\theta{(q)},
17
  then obtain (- \\sin{(q)})^{q} (\\frac{d}{d q} \\cos{(q)})^{q} = (- \\sin{(q)})^{2 q}"```
18
 
19
+ Output derivations are equations separated by "and".
20
+
21
  **To use MathT5 easily:**
22
 
23
  1. Download ```MathT5.py``` to your working directory.