Ecosyste.ms: Timeline

Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.

sixsixcoder

sixsixcoder created a comment on an issue on THUDM/GLM-4
在模型文件中,`tokenization_chatglm.py`文件,`ChatGLM4Tokenizer`类的`_pad`函数的传入参数中加一条`padding_side`: Optional[str] = None, ```Python def _pad( self, encoded_inputs: Union[Dict[str, ...

View on GitHub

sixsixcoder created a comment on an issue on THUDM/GLM-4
尝试一下这个代码会不会出错 ```Python from datasets import load_dataset DATA_DIR = "YOUR/DATA/DIR" data_files = {"train": "train.jsonl", "dev": "dev.jsonl"} dataset = load_dataset(DATA_DIR, data_files=data_...

View on GitHub

sixsixcoder created a comment on an issue on THUDM/GLM-4
问题重复,该问题请参阅[issue 591](https://github.com/THUDM/GLM-4/issues/591),本issue关闭

View on GitHub

sixsixcoder closed an issue on THUDM/GLM-4
文生文微调时候是否有数据集数量限制?
### System Info / 系統信息 absl-py 2.0.0 accelerate 0.33.0 addict 2.4.0 aiofiles 23.2.1 aiohttp ...
sixsixcoder created a comment on an issue on THUDM/GLM-4
与[issue 574](https://github.com/THUDM/GLM-4/issues/574)同样的问题,关闭[issue 574](https://github.com/THUDM/GLM-4/issues/574)

View on GitHub

sixsixcoder created a comment on an issue on THUDM/GLM-4
你好,你是否能删除前718个数据中其中几个数据集,定位一下问题所在,如果还是在718位置处报错,说明是训练参数的问题,如果报错位置提前了,说明是数据集格式的问题

View on GitHub

sixsixcoder created a comment on an issue on THUDM/GLM-4
你先尝试更新pip版本,`pip install --upgrade` 如果还不行的话,把这个`bitsandbytes`包注释掉再重新执行,`pip3 install -r requirements.txt`

View on GitHub

sixsixcoder created a comment on a pull request on sgl-project/sglang
> 看起来模型没有看到图像并开始产生幻觉。你输入的图像正确吗? Where does sglang receive and process multimodal input?

View on GitHub