MathGLM
MathGLM copied to clipboard
Official Pytorch Implementation for MathGLM
``` def main(args): model, model_args = AutoModel.from_pretrained('/data/model/MathGLM-10B', args) model = model.eval() ``` Error: No such file or directory: '/data/model/MathGLM-10B/1/mp_rank_00_model_states.pt' **...but there is no such file and directory in the model...
按照env.yml安装环境,在Cloud上下载了MathGLM-2B模型,执行inference.sh报错。 ``` Setting ds_accelerator to cuda (auto detect) Please install apex to use fused_layer_norm, fall back to torch.nn.LayerNorm Please install apex to use FusedScaleMaskSoftmax, otherwise the inference efficiency will be...
(test) PS F:\python\MathGLM> conda env create -f env.yml Collecting package metadata (repodata.json): done Solving environment: failed ResolvePackageNotFound: - deepspeed=0.6.0 - icetk==0.0.7
按照[SwissArmyTransformer](https://github.com/THUDM/SwissArmyTransformer)这个项目调整了inference代码 但还是有很多报错
清华云盘的下载地址 https://cloud.tsinghua.edu.cn/d/ab7eaac27ebd4d088834/,MathGLM-ChatGLM2-6B的模型文件是空的,可以上传嘛?我们很需要这个模型的数学能力,以便解决制度问答有关金额比较的问题~感谢。
如题, 
Hi! Thanks for releasing this! From what I saw you did not release the code that was used to synthesize the pre-training data. Is that correct? Are you planning to...
License
Hi! Thanks for releasing the code and data! Could you add a License so that this can also be used by industry labs? Thanks a lot!
你好!请问在哪里可以下载Arithmetic Training Dataset呢?在训练word problem时,是不是先预训练一下Arithmetic比较好