EntropyYue
EntropyYue
Have you added a visual projector to the modelfile?
You should download the visual projector and include it in the modelfile
Import the model and projector separately like this ```modelfile FROM model.gguf FROM projector.gguf ```

When using grpo, garbled characters will be generated
> This is a good idea. Need Open WebUI support for this though. Currently tools cannot emit messages that would show up in this manner. I'm not very familiar with...
I proposed a PR that displays the executed code in a citation #23
在提示词模板中添加Human: Assistant:,这样模型就不会再次输出了
> 具体要添加在哪一部分呢,刚开始接触不是很懂 Human: Assistant:是模型生成的吗,如果是的话,应该是在训练的时候使用了错误的模板构建数据集,导致模型有时候会使用新的模板生成文本,把停止token设置为Human:和 Assistant:可以暂时解决这个问题,最好的办法是重新训练 查询你使用的框架的文档找到设定这些东西的方法
Perhaps we can use a function to add custom buttons (similar to enabling a filter when pressed, and if they are checked in the model settings interface, they will be...