1. add model and dataset info to support webui

Former-commit-id: 0f669f221a
This commit is contained in:
huniu20
2024-10-10 16:46:34 +08:00
parent 26e897e861
commit 132c1f1b0f
7 changed files with 28 additions and 7 deletions

View File

@@ -417,7 +417,7 @@ Download the pre-built Docker images: [32GB](http://mirrors.cn-central-221.ovaij
### Data Preparation
Please refer to [data/README.md](data/README.md) for checking the details about the format of dataset files. You can use datasets on HuggingFace hub, ModelScope hub, modelers hub or load the dataset in local disk.
Please refer to [data/README.md](data/README.md) for checking the details about the format of dataset files. You can either use datasets on HuggingFace / ModelScope / Modelers hub or load the dataset in local disk.
> [!NOTE]
> Please update `data/dataset_info.json` to use your custom dataset.