Instructions to use jmeadows17/MathT5-base with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use jmeadows17/MathT5-base with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("jmeadows17/MathT5-base") model = AutoModelForSeq2SeqLM.from_pretrained("jmeadows17/MathT5-base") - Notebooks
- Google Colab
- Kaggle
Commit ·
a99190e
1
Parent(s): 4d71fff
Update README.md
Browse files
README.md
CHANGED
|
@@ -18,7 +18,7 @@ pipeline_tag: text-generation
|
|
| 18 |
|
| 19 |
**Overview**
|
| 20 |
|
| 21 |
-
MathT5-base is a version of T5-base (_not FLAN-T5_) that is fine-tuned for 25 epochs on 15K (LaTeX) synthetic mathematical derivations (containing
|
| 22 |
|
| 23 |
|
| 24 |
**Example prompt:**
|
|
|
|
| 18 |
|
| 19 |
**Overview**
|
| 20 |
|
| 21 |
+
MathT5-base is a version of T5-base (_not FLAN-T5_) that is fine-tuned for 25 epochs on 15K (LaTeX) synthetic mathematical derivations (containing 4 - 10 equations), that were generated using a symbolic solver (SymPy). Paper available soon.
|
| 22 |
|
| 23 |
|
| 24 |
**Example prompt:**
|