mirror of
https://github.com/open-compass/opencompass.git
synced 2025-05-30 16:03:24 +08:00
[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:
parent
8e7ad2e981
commit
3aeabbc427
@ -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)
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user