How to add a new LLM for generating the benchmarkΒΆ

To add a new LLM, the following file needs to be modified:

  • modify: detector_benchmark/generation/gen_loader.py

See how other LLMs are loaded with the loader class.