RUCAIBox / LLMBox

A comprehensive library for implementing LLMs, including a unified training pipeline and comprehensive model evaluation.
MIT License
603 stars 78 forks source link

ReadMe -error. "dataset/generation_dataset.py" file not found #249

Closed wangzaistone closed 4 months ago

wangzaistone commented 4 months ago

Hi, thanks for your great work , a small problem found , that's the link of "GenerationDataset, MultipleChoiceDataset" in "https://github.com/RUCAIBox/LLMBox/tree/main/utilization#customize-dataset" readme shows " file not found " , readme.md need to be update.

image
huyiwen commented 4 months ago

Those files should be under the utilization folder. Feel free to submit a PR if you would like to help us.