jmeadows17
commited on
Commit
•
0037299
1
Parent(s):
7073d08
Update README.md
Browse files
README.md
CHANGED
@@ -21,9 +21,7 @@ It was trained on 155 physics symbols, but struggles with out-of-vocabulary symb
|
|
21 |
|
22 |
**Example prompt:**
|
23 |
|
24 |
-
```prompt = "Given \\cos{(q)} = \\theta{(q)},
|
25 |
-
then derive - \\sin{(q)} = \\frac{d}{d q} \\theta{(q)},
|
26 |
-
then obtain (- \\sin{(q)})^{q} (\\frac{d}{d q} \\cos{(q)})^{q} = (- \\sin{(q)})^{2 q}"```
|
27 |
|
28 |
Output derivations are equations separated by "and".
|
29 |
|
|
|
21 |
|
22 |
**Example prompt:**
|
23 |
|
24 |
+
```prompt = "Given \\cos{(q)} = \\theta{(q)}, then derive - \\sin{(q)} = \\frac{d}{d q} \\theta{(q)}, then obtain (- \\sin{(q)})^{q} (\\frac{d}{d q} \\cos{(q)})^{q} = (- \\sin{(q)})^{2 q}"```
|
|
|
|
|
25 |
|
26 |
Output derivations are equations separated by "and".
|
27 |
|