I re-ran the chatbot example end-to-end to re-generate data in the new file format. In doing so I discovered a variety of little issues that I resolved:
I implemented a search space that exactly reproduces all and only the systems in the online report using the new CompositeSearchSpace functionality. I also fixed a bug in creating report names when using this search space.
The alpaca model was throwing an error with the most recent version of transformers, and Cohere was not responding well so I removed these (for now).
I switched to using the ExhaustiveOptimizer to enumerate over exactly these systems.
I made it so that evaluation results are saved after each run so that evaluation doesn't need to be run in duplicate.
Description
I re-ran the chatbot example end-to-end to re-generate data in the new file format. In doing so I discovered a variety of little issues that I resolved:
CompositeSearchSpace
functionality. I also fixed a bug in creating report names when using this search space.Blocked by