Hey, thank you for this interesting blog post and paper, and for providing the code. As a PEFT maintainer, I was wondering about the possibility to include this benchmark into the PEFT repo benchmark suite. We already have a benchmark for fine-tuning on MetaMath and for image generation, there is a PR to add a RL benchmark too. I think the benefit of adding such a benchmark to PEFT would be higher visibility and also more exhaustive coverage of many PEFT methods. As you know, OFT is already integrated in PEFT so that would also be covered.
I could see two ways to proceed with an integration:
- Add a completely new benchmark based on the work in this repo.
- Extend the existing benchmarks to include the additional metrics you present in the paper. We already have very crude ways of measuring "forgetting" by evaluation the fine-tuned model on wikipedia text for MetaMath and calculating image drift for the image benchmark, but having more detailed metrics would be helpful.
Anyway, let me know if you're interested in cooperating.
Hey, thank you for this interesting blog post and paper, and for providing the code. As a PEFT maintainer, I was wondering about the possibility to include this benchmark into the PEFT repo benchmark suite. We already have a benchmark for fine-tuning on MetaMath and for image generation, there is a PR to add a RL benchmark too. I think the benefit of adding such a benchmark to PEFT would be higher visibility and also more exhaustive coverage of many PEFT methods. As you know, OFT is already integrated in PEFT so that would also be covered.
I could see two ways to proceed with an integration:
Anyway, let me know if you're interested in cooperating.