Commit
·
04162a9
1
Parent(s):
27da063
Update README.md
Browse files
README.md
CHANGED
|
@@ -133,14 +133,14 @@ And statistics of the evaluation data of 9 task are as follows:
|
|
| 133 |
| **\#Environment** | 134 | 90 | 112 | 20 | 60 | 251 | 245 | 60 | 40 |
|
| 134 |
|
| 135 |
|
| 136 |
-
To help researchers quickly understand evaluation data of each task, we provide **Dataset Viewer** at Huggingface Dataset: [🤗 AgentBoard](https://huggingface.co/datasets/
|
| 137 |
|
| 138 |
> Note: Please download the dataset from the link provided below for the reason that the data in Dataset Viewer is not complete.
|
| 139 |
|
| 140 |
## 2. Download Link
|
| 141 |
You can download the whole evaluation data by running the following command:
|
| 142 |
```shell
|
| 143 |
-
wget https://huggingface.co/datasets/
|
| 144 |
```
|
| 145 |
Please uncommpress the file and move the data to `agent-board/data`.
|
| 146 |
```shell
|
|
|
|
| 133 |
| **\#Environment** | 134 | 90 | 112 | 20 | 60 | 251 | 245 | 60 | 40 |
|
| 134 |
|
| 135 |
|
| 136 |
+
To help researchers quickly understand evaluation data of each task, we provide **Dataset Viewer** at Huggingface Dataset: [🤗 AgentBoard](https://huggingface.co/datasets/hkust-nlp/agentboard/).
|
| 137 |
|
| 138 |
> Note: Please download the dataset from the link provided below for the reason that the data in Dataset Viewer is not complete.
|
| 139 |
|
| 140 |
## 2. Download Link
|
| 141 |
You can download the whole evaluation data by running the following command:
|
| 142 |
```shell
|
| 143 |
+
wget https://huggingface.co/datasets/hkust-nlp/agentboard/resolve/main/data.tar.gz
|
| 144 |
```
|
| 145 |
Please uncommpress the file and move the data to `agent-board/data`.
|
| 146 |
```shell
|