artidoro / qlora

QLoRA: Efficient Finetuning of Quantized LLMs
https://arxiv.org/abs/2305.14314
MIT License
9.74k stars 800 forks source link

How to support FLAN v2 dataset. #283

Open ChenMnZ opened 7 months ago

ChenMnZ commented 7 months ago

Hello,

Thanks for your excellent work. I noticed that the code does not support for FLAN v2 dataset.

I want to know how to support for FLAN v2 dataset and reproduce the results reported in paper.

Thanks.