YANG-Cheng commited on
Commit
ad608b1
1 Parent(s): 33ef567

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -65,7 +65,7 @@ pretty_name: AgentBoard
65
  <img src="./assets/agentboard.png" style="width: 20%;height: 10%">
66
  <h1> AgentBoard: An Analytical Evaluation Board of Multi-turn LLM Agents </h1>
67
  </div>
68
- This is the official dataset repository of [AgentBoard]().
69
 
70
  ## 1. Data Overview
71
  AgentBoard is composed of 9 diverse tasks which can be divided into 4 types, including **Embodied AI**, **Game**, **Web**, and **Tool**:
@@ -145,7 +145,7 @@ wget https://huggingface.co/datasets/hkust-nlp/agentboard/resolve/main/data.tar.
145
  ```
146
  Please uncommpress the file and move the data to `agent-board/data`.
147
  ```shell
148
- cd agentboard
149
  mkdir data
150
  tar -zxvf data.tar.gz -C ./data
151
  ```
 
65
  <img src="./assets/agentboard.png" style="width: 20%;height: 10%">
66
  <h1> AgentBoard: An Analytical Evaluation Board of Multi-turn LLM Agents </h1>
67
  </div>
68
+ This is the official dataset repository of [AgentBoard](https://github.com/hkust-nlp/agentboard).
69
 
70
  ## 1. Data Overview
71
  AgentBoard is composed of 9 diverse tasks which can be divided into 4 types, including **Embodied AI**, **Game**, **Web**, and **Tool**:
 
145
  ```
146
  Please uncommpress the file and move the data to `agent-board/data`.
147
  ```shell
148
+ cd AgentBoard
149
  mkdir data
150
  tar -zxvf data.tar.gz -C ./data
151
  ```