Yue Zhang

Results 4 issues of Yue Zhang

First, thanks for your excellent work. Here is my question: - I used your code to reproduce the results in your paper, but found the CPU utilization rate was really...

Hi, thanks for this fantastic work. Here is my question: I try to use BRIO in another generation task and re-implement it in Fairseq. However, I find that the performance...

I have found that using errant to process huge amounts of data will cost a lot of time. To speed up, I add features of multi-CPU processing into `errant_parallel`. Please...

I found some unexpected contents when generating prompts, e.g., `` # noqa: E501'', please refer to: https://github.com/AGI-Edgerunners/LLM-Adapters/blob/main/generate.py#L169 I think this may be a bug?