# 采用 PAL 在 InternLM1-Chat 上评测 GSM8K [English](pal_inference.md) | 简体中文 在 [GSM8K](https://huggingface.co/datasets/gsm8k) 数据集上使用 [PAL](https://github.com/reasoning-machines/pal) 范式推理,使模型编写代码并通过 Python 解释器执行来解决数学问题。其用法如下: ```bash python pal_inference.py \ \ \ [--dataset ] \ [--max_length ] \ [--top_p ] \ [--eoh ] \ [--eoa ] \ [--eos ] \ [--temperature ] \ [--time_out