jmeadows17 commited on
Commit
4c8dbc2
·
1 Parent(s): f24d853

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -18,6 +18,8 @@ MathT5-base is a version of _T5-base_ (not FLAN-T5) that is fine-tuned for 25 ep
18
  then derive - \\sin{(q)} = \\frac{d}{d q} \\theta{(q)},
19
  then obtain (- \\sin{(q)})^{q} (\\frac{d}{d q} \\cos{(q)})^{q} = (- \\sin{(q)})^{2 q}"```
20
 
 
 
21
  **To use MathT5 easily:**
22
 
23
  1. Download ```MathT5.py``` to your working directory.
 
18
  then derive - \\sin{(q)} = \\frac{d}{d q} \\theta{(q)},
19
  then obtain (- \\sin{(q)})^{q} (\\frac{d}{d q} \\cos{(q)})^{q} = (- \\sin{(q)})^{2 q}"```
20
 
21
+ Output derivations are equations separated by "and".
22
+
23
  **To use MathT5 easily:**
24
 
25
  1. Download ```MathT5.py``` to your working directory.