Yinan He

Results 3 issues of Yinan He

Thanks for your amazing work! We have simply extended StableLM for video question answering in our project [Ask-Anything](https://github.com/OpenGVLab/Ask-Anything/tree/main/video_chat_with_StableLM). In our attempts, it can generate longer content than chatGPT, but without...

感谢OpenLMLab的出色工作! 我们在我们的项目 [Ask-Anything](https://github.com/OpenGVLab/Ask-Anything/) 中简单地扩展了 MOSS 以用于视频问答。 https://github.com/OpenGVLab/Ask-Anything/tree/main/video_chat_with_MOSS ![image](https://user-images.githubusercontent.com/43169235/233559424-5ed30b61-3768-490c-b8a6-7334642eb02a.png) 现在我们正在尝试用更加优雅的技术构建一个真正的视频 ChatBot,我们在repo中提供了chatGPT的demo,希望大家可以试试我们的demo :)

**Describe the feature** Currently, downloading the dataset is done using a single thread. Could it be possible to perform multi-threaded downloads based on the existing meta file? **Motivation** When downloading...