254288008

Results 6 comments of 254288008

> 现在又报ValueError: 130001 is not in list ![image](https://user-images.githubusercontent.com/42863413/231099234-76e05bc6-a4d4-4c44-8c6a-48a4192110e3.png) 大哥 解决了没

> 问题已解决 > > ![image](https://user-images.githubusercontent.com/131581396/234500002-1b81afed-47aa-4791-a662-98acea304722.png) > > 添加 > > config = AutoConfig.from_pretrained("./ptuning/THUDM/chatglm-6b", trust_remote_code=True) config.pre_seq_len = 64 model = AutoModel.from_pretrained("./ptuning/THUDM/chatglm-6b", config=config, trust_remote_code=True) > > pre_seq_len和训练设置的一致,就可以运行 大佬 你这是部署的训练之后的模型吗

> tokenize_dataset_rows.py 老哥 tokenize_dataset_rows.py 这个文件在哪呀 没找到呀

> > > tokenize_dataset_rows.py > > > 老哥 tokenize_dataset_rows.py 这个文件在哪呀 没找到呀 > > 我说的这个文件就在这个git下面呀,其实不管你用的哪份代码,找一下构建input_ids 的地方就行 ![image](https://github.com/mymusise/ChatGLM-Tuning/assets/79265389/5caa5d6a-6410-4235-ae4e-d08bda6fbd7e) 就是最新的 也有input_ids = tokenizer.build_inputs_with_special_tokens(a_ids, b_ids)这行代码 还是不行呀,大神什么情况这是