diff --git a/docs/en/get_started/faq.md b/docs/en/get_started/faq.md index 570605c72..5d5117e19 100644 --- a/docs/en/get_started/faq.md +++ b/docs/en/get_started/faq.md @@ -119,3 +119,10 @@ If you have already download the checkpoints of the model, you can specify the l ```bash python run.py --datasets siqa_gen winograd_ppl --hf-type base --hf-path /path/to/model ``` + +## Dataset + +### How to build a new dataset? + +- For building new objective dataset: [new_dataset](../advanced_guides/new_dataset.md) +- For building new subjective dataset: [subjective_evaluation](../advanced_guides/subjective_evaluation.md) diff --git a/docs/zh_cn/get_started/faq.md b/docs/zh_cn/get_started/faq.md index 44e0f9ea5..30d346766 100644 --- a/docs/zh_cn/get_started/faq.md +++ b/docs/zh_cn/get_started/faq.md @@ -119,3 +119,10 @@ OpenCompass 中的每个任务代表等待评估的特定模型和数据集部 ```bash python run.py --datasets siqa_gen winograd_ppl --hf-type base --hf-path /path/to/model ``` + +## 数据集 + +### 如何构建自己的评测数据集 + +- 客观数据集构建参见:[支持新数据集](../advanced_guides/new_dataset.md) +- 主观数据集构建参见:[主观评测指引](../advanced_guides/subjective_evaluation.md)