Commit
·
bc328a0
1
Parent(s):
b9a84e0
Update README.md
Browse files
README.md
CHANGED
@@ -6,8 +6,8 @@ pipeline_tag: text-generation
|
|
6 |
**Overview**
|
7 |
|
8 |
MathT5-large is a version of FLAN-T5-large fine-tuned for 25 epochs on 15K (LaTeX) synthetic mathematical derivations (containing 5 - 9 equations), that were generated using a symbolic solver (SymPy).
|
9 |
-
It outperforms GPT-4 and ChatGPT
|
10 |
-
It was trained on 155 physics symbols, but struggles with out-of-vocabulary symbols.
|
11 |
|
12 |
|
13 |
**Example prompt:**
|
|
|
6 |
**Overview**
|
7 |
|
8 |
MathT5-large is a version of FLAN-T5-large fine-tuned for 25 epochs on 15K (LaTeX) synthetic mathematical derivations (containing 5 - 9 equations), that were generated using a symbolic solver (SymPy).
|
9 |
+
It outperforms GPT-4 and ChatGPT on a derivation generation task in ROUGE, BLEU, BLEURT, and GLEU scores, and shows some generalisation capabilities.
|
10 |
+
It was trained on 155 physics symbols, but struggles with out-of-vocabulary symbols. Paper available soon.
|
11 |
|
12 |
|
13 |
**Example prompt:**
|