[Fix] update Faq (#1313)

* fix pip version

* fix pip version

* update faq

* update faq

* update faq

---------

Co-authored-by: Leymore <zfz-960727@163.com>
This commit is contained in:
bittersweet1999 2024-07-12 11:29:26 +08:00 committed by GitHub
parent 8e7ad2e981
commit 3aeabbc427
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 14 additions and 0 deletions

View File

@ -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)

View File

@ -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)