Feiyang Lee

Results 8 issues of Feiyang Lee

比如 bert-base-chinese,作者是否有做过这方面的评估测试呀~

中文貌似不能搜索诶

python 3.7 tensorflow 1.13.2 ![image](https://user-images.githubusercontent.com/11297491/65240787-aaa0bb00-db14-11e9-8519-d22c7f59a276.png)

https://github.com/PaddlePaddle/ERNIE/blob/develop/README.zh.md#%E9%A2%84%E8%AE%AD%E7%BB%83%E6%A8%A1%E5%9E%8B%E4%B8%8B%E8%BD%BD

Thanks for this job, I don’t know if the pre-train model & code will be released in the future~

https://github.com/PKU-YuanGroup/Chat-UniVi/blob/main/ChatUniVi/train/llama_flash_attn_monkey_patch.py is different with https://github.com/haotian-liu/LLaVA/blob/main/llava/train/llama_flash_attn_monkey_patch.py for example: https://github.com/PKU-YuanGroup/Chat-UniVi/blob/main/ChatUniVi/train/llama_flash_attn_monkey_patch.py ![image](https://github.com/PKU-YuanGroup/Chat-UniVi/assets/11297491/8734a20b-9fca-40eb-ac42-9bcfe4ae5ae0) and https://github.com/haotian-liu/LLaVA/blob/main/llava/train/llama_flash_attn_monkey_patch.py ![image](https://github.com/PKU-YuanGroup/Chat-UniVi/assets/11297491/a6e1dcb8-215a-45c1-ab86-98d0381e4058) it seems chat-univi change some code in **llama_flash_attn_monkey_patch**, can you help explain the reason for modifying the code?...