pass-lin
pass-lin
> Hi, > > Could you please provide the simple standalone code to reproduce the issue in a colab Gist? This is a simple, reproducible error code ` #pip install...
th > 我认为代码仍然不完整,请[在此处](https://colab.sandbox.google.com/gist/sachinprasadhs/7066a0ea584c810d4f8ed4846764f633/19003.ipynb)找到带有错误的附件 Gist。 The error you are encountering is "TypeError: 'NoneType' object is not subscriptable." If you comment out `os.environ['RECOMPUTE']="1"`, you will find that the model can be loaded...
> Hi @pass-lin - > > Thanks for reporting the issue. I have tested the code snippet and doesn't reproduces the reported behaviour in keras 3.3.3 version with torch backend....
> @pass-lin Could you provide a colab that reproduces the issue? I don't think I can provide you with a Windows environment or one with an RTX 30 or 40...
> @pass-lin Unfortunately, I don't think we would be able to help with debugging if we can't reproduce the issue on our side. Can't you reproduce this bug in A100...
> Hi @mattdangerw, @pass-lin, @sachinprasadhs, > > I would love to contribute to this issue. I'm curious about the integration process and eager to help implement the Qwen 2 model...
> Hi @mattdangerw, @pass-lin, @sachinprasadhs, > > I would love to contribute to this issue. I'm curious about the integration process and eager to help implement the Qwen 2 model...
> Hi @pass-lin, thank you for sharing your insights and for pointing out the #1993 issue early. I’d like to understand more about the challenges you’ve identified. Could you elaborate...
Currently, there are two models, Bert and XLMroberta, which have Chinese and multilingual versions. However, one problem is that they have a limit on the length, making it difficult to...
https://github.com/ZhuiyiTechnology/roformer-v2 (Sorry, the webpage only has a Chinese interface.) I found that RoFormer also has a more powerful v2 version, which doesn't have a corresponding implementation in HF, but its...