This commit is contained in:
Myhs-phz 2025-03-05 09:48:31 +00:00
parent 300c567b14
commit afec558845
2 changed files with 6 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# Use public data stations to share and persist evaluation results # Evaluation Results Persistence
## Introduction ## Introduction
@ -39,7 +39,9 @@ opencompass ... -sp '/your_path' --read-from-station
``` ```
### Command Combination ### Command Combination
1. Only upload the results under your latest working directory to the data station, without supplementing tasks that missing results: 1. Only upload the results under your latest working directory to the data station, without supplementing tasks that missing results:
```bash ```bash
opencompass ... -sp '/your_path' -r latest -m viz opencompass ... -sp '/your_path' -r latest -m viz
``` ```

View File

@ -1,4 +1,4 @@
# 使用公共数据站来进行评测结果共享与持久化 # 评测结果持久化
## 介绍 ## 介绍
@ -39,7 +39,9 @@ opencompass ... -sp '/your_path' --read-from-station
``` ```
### 指令组合 ### 指令组合
1. 仅向数据站上传最新工作目录下结果,不补充运行缺失结果的任务: 1. 仅向数据站上传最新工作目录下结果,不补充运行缺失结果的任务:
```bash ```bash
opencompass ... -sp '/your_path' -r latest -m viz opencompass ... -sp '/your_path' -r latest -m viz
``` ```