Alpha-VLLM / LLaMA2-Accessory

An Open-source Toolkit for LLM Development
https://llama2-accessory.readthedocs.io/
Other
2.68k stars 170 forks source link

change dataset config in yaml files to dictionary format #57

Closed ChrisLiu6 closed 1 year ago

ChrisLiu6 commented 1 year ago

We plan to support more options for more flexible dataset configuration, e.g. defining which prompt template to use. However, the current tuple-based config style can no longer support this requirement. Therefore we refactor the configuration format, and now a dictionary is used to configure a dataset.