chillizex

Results 3 issues of chillizex

I just downloaded the dataset and the notebook and encounter error when training the model. I didn't modify any code yet. I guess there is something wrong with the __getitem__...

**问题描述 / Problem Description** 在知识库问答中,如何提高模型的数学计算正确率? 在涉及到知识库问答且带有简单四则运算的场景中,模型难以得出正确的计算结果。 **环境信息 / Environment Information** - langchain-ChatGLM 版本/commit 号:0.2.10 - 是否使用 Docker 部署(是/否):否 - 使用的模型(ChatGLM2-6B / Qwen-7B 等):QWEN1.5-72B-INT4-GPTQ - 使用的 Embedding 模型(moka-ai/m3e-base 等):bce-embedding-base + bce-reranker-base...

bug

fastchat version 0.2.36 First, start the services: `python3 -m fastchat.serve.controller --port 21002 --host 0.0.0.0` `python3 -m fastchat.serve.model_worker --port 21003 --model-names bge-m3 --model-path /root/proj/models/bge-m3 --device cpu --controller-address http://0.0.0.0:21002 --host 0.0.0.0` `python3...