Update content.py
Browse files- content.py +2 -0
content.py
CHANGED
@@ -58,7 +58,9 @@ If you have conducted your own human evaluation, please also attach your human-e
|
|
58 |
The result of each task is stored in a folder named as its `task_id`, containing:
|
59 |
- `trajectory/`: Stores screenshots of each step.
|
60 |
- `result.json`: Task metadata and action history.
|
|
|
61 |
Here is an [example](https://github.com/OSU-NLP-Group/Online-Mind2Web/tree/main/data/example/fb7b4f784cfde003e2548fdf4e8d6b4f) of the format.
|
|
|
62 |
**Structure:**
|
63 |
```
|
64 |
main_directory/
|
|
|
58 |
The result of each task is stored in a folder named as its `task_id`, containing:
|
59 |
- `trajectory/`: Stores screenshots of each step.
|
60 |
- `result.json`: Task metadata and action history.
|
61 |
+
|
62 |
Here is an [example](https://github.com/OSU-NLP-Group/Online-Mind2Web/tree/main/data/example/fb7b4f784cfde003e2548fdf4e8d6b4f) of the format.
|
63 |
+
|
64 |
**Structure:**
|
65 |
```
|
66 |
main_directory/
|