Skip to content

Commit

Permalink
[Fix] update Faq (#1313)
Browse files Browse the repository at this point in the history
* fix pip version

* fix pip version

* update faq

* update faq

* update faq

---------

Co-authored-by: Leymore <[email protected]>
  • Loading branch information
bittersweet1999 and Leymore authored Jul 12, 2024
1 parent 8e7ad2e commit 3aeabbc
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/en/get_started/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
7 changes: 7 additions & 0 deletions docs/zh_cn/get_started/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit 3aeabbc

Please sign in to comment.