---
# For reference on model card metadata, see the spec: https://github.com/huggingface/hub-docs/blob/main/modelcard.md?plain=1
# Doc / guide: https://huggingface.co/docs/hub/model-cards
datasets:
- MU-NLPC/Calc-gsm8k
- MU-NLPC/Calc-aqua_rat
- MU-NLPC/Calc-math_qa
- MU-NLPC/Calc-ape210k
metrics:
- exact_match
- rouge
license: apache-2.0
language:
- en
---
# Model Card for calc-flan-xl
This model generates reasoning chains over mathematical questions while **using an external tool: Sympy calculator**.
## Model Description
With the idea to offload a symbolic reasoning from the stochastic language model,
we train this model to utilize a calculator **for all applicable numeric operations**.
This is achieved by training the model to construct calls to the tool's API in this format:
```html
100/2
```
where `` segment triggers a call of the tool,
which is subsequently served by extending model's decoder input context by adding the output of the tool within the `