Transformers
Safetensors
English
t5
text2text-generation
flan-t5
math
nli
catastrophic-forgetting
mixed-training
finetuned
mathematical-reasoning
text-generation-inference
Instructions to use MarioBarbeque/flan-t5-base-math-only-catastrophic with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use MarioBarbeque/flan-t5-base-math-only-catastrophic with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("MarioBarbeque/flan-t5-base-math-only-catastrophic") model = AutoModelForSeq2SeqLM.from_pretrained("MarioBarbeque/flan-t5-base-math-only-catastrophic", device_map="auto") - Notebooks
- Google Colab
- Kaggle
update arXiv ID
Browse files
README.md
CHANGED
|
@@ -26,7 +26,7 @@ This model investigates catastrophic forgetting when finetuning language models
|
|
| 26 |
|
| 27 |
## Quick Links
|
| 28 |
|
| 29 |
-
- 📄 **Paper**: [arXiv](https://arxiv.org/abs/
|
| 30 |
- 💻 **Code**: [GitHub Repository](https://github.com/johngrahamreynolds/mathematical_catastrophe_mitigation)
|
| 31 |
- 🤗 **Model Collection**: [All experiment checkpoints](https://huggingface.co/MarioBarbeque)
|
| 32 |
|
|
@@ -129,10 +129,10 @@ The complete training code, evaluation scripts, and experiment configurations ar
|
|
| 129 |
If you use this model in your research, please cite:
|
| 130 |
|
| 131 |
```bibtex
|
| 132 |
-
@article{
|
| 133 |
title={Mitigating Catastrophic Forgetting in Mathematical Reasoning Finetuning through Mixed Training},
|
| 134 |
author={Reynolds, John Graham},
|
| 135 |
-
journal={arXiv preprint},
|
| 136 |
year={2025},
|
| 137 |
url={https://github.com/johngrahamreynolds/mathematical_catastrophe_mitigation}
|
| 138 |
}
|
|
|
|
| 26 |
|
| 27 |
## Quick Links
|
| 28 |
|
| 29 |
+
- 📄 **Paper**: [arXiv:2512.13706](https://arxiv.org/abs/2512.13706)
|
| 30 |
- 💻 **Code**: [GitHub Repository](https://github.com/johngrahamreynolds/mathematical_catastrophe_mitigation)
|
| 31 |
- 🤗 **Model Collection**: [All experiment checkpoints](https://huggingface.co/MarioBarbeque)
|
| 32 |
|
|
|
|
| 129 |
If you use this model in your research, please cite:
|
| 130 |
|
| 131 |
```bibtex
|
| 132 |
+
@article{reynolds2025catastrophic,
|
| 133 |
title={Mitigating Catastrophic Forgetting in Mathematical Reasoning Finetuning through Mixed Training},
|
| 134 |
author={Reynolds, John Graham},
|
| 135 |
+
journal={arXiv preprint arXiv:2512.13706},
|
| 136 |
year={2025},
|
| 137 |
url={https://github.com/johngrahamreynolds/mathematical_catastrophe_mitigation}
|
| 138 |
}
|