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

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -25,4 +25,6 @@ Output derivations are equations separated by "and".
25
  1. Download ```MathT5.py``` to your working directory.
26
  2. ```from MathT5 import load_model, inference```
27
  3. ```tokenizer, model = load_model("jmeadows17/MathT5-base")```
28
- 4. ```inference(prompt, tokenizer, model)```
 
 
 
25
  1. Download ```MathT5.py``` to your working directory.
26
  2. ```from MathT5 import load_model, inference```
27
  3. ```tokenizer, model = load_model("jmeadows17/MathT5-base")```
28
+ 4. ```inference(prompt, tokenizer, model)```
29
+
30
+ ```MathT5.pretty_print(text, prompt=True)``` makes prompts and outputs (```prompt=False```) easier to read.