Yifan Du

Results 27 issues of Yifan Du

Thanks for your awesome work. Do you have any plan to release the code and the checkpoint?

Thanks for your awesome work in Otter-HD! I have a question about the resizing operation in fuyu. Since fuyu-8b claims that the model can accept images with any resolution as...

Thanks for your awesome work! When I wanted to download the OpenImages dataset, I found it quite large to download the whole dataset. How can I just download the images...

Hi, I benefited a lot from your blog about CVAE, but I have a question about sampling in the testing phase. During testing, you sample a latent variable z from...

Thanks for your awesome work! I have downloaded the dataset but find that there is no samples with task type of M4.

Thanks for your awesome work. When I download the model from huggingface and use fastchat to deploy it, the result has the right json format, but the tag result is...

Thanks for your awesome work so that the community can train LLM on very long context! However, I find that in the `preprocess` function, line https://github.com/DachengLi1/LongChat/blob/a824bda25c0082e60973c35c79b0f35d69c6be2d/longchat/train/fine_tune/train.py#L125 and line: https://github.com/DachengLi1/LongChat/blob/a824bda25c0082e60973c35c79b0f35d69c6be2d/longchat/train/fine_tune/train.py#L137 will...