Calcformers
Collection
A collection of language models interacting with a calculator to improve accuracy in solving math problems. • 6 items • Updated
How to use MU-NLPC/calc-baseline-t5-large with Transformers:
# Load model directly
from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
tokenizer = AutoTokenizer.from_pretrained("MU-NLPC/calc-baseline-t5-large")
model = AutoModelForSeq2SeqLM.from_pretrained("MU-NLPC/calc-baseline-t5-large")YAML Metadata Warning:empty or missing yaml metadata in repo card
Check out the documentation for more information.
This is a baseline model for our calculator-assisted models trained on a mixture of all our Calc-X datasets. See the corresponding paper for details.
The reported results can be reproduced by using evaluation script from the project repository.