jmeadows17 commited on
Commit
a0952fb
1 Parent(s): 98e291f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -15,7 +15,7 @@ pipeline_tag: text-generation
15
  **Overview**
16
 
17
  MathT5-large is a version of FLAN-T5-large fine-tuned for 25 epochs on 15K (LaTeX) synthetic mathematical derivations (containing 4 - 10 equations), that were generated using a symbolic solver (SymPy).
18
- It outperforms GPT-4 and ChatGPT on a derivation generation task in ROUGE, BLEU, BLEURT, and GLEU scores, and shows some generalisation capabilities.
19
  It was trained on 155 physics symbols, but struggles with out-of-vocabulary symbols. Paper available soon.
20
 
21
 
 
15
  **Overview**
16
 
17
  MathT5-large is a version of FLAN-T5-large fine-tuned for 25 epochs on 15K (LaTeX) synthetic mathematical derivations (containing 4 - 10 equations), that were generated using a symbolic solver (SymPy).
18
+ It outperforms the few-shot performance of GPT-4 and ChatGPT on a derivation generation task in ROUGE, BLEU, BLEURT, and GLEU scores, and shows some generalisation capabilities.
19
  It was trained on 155 physics symbols, but struggles with out-of-vocabulary symbols. Paper available soon.
20
 
21