Update HuggingFace URLs from dolev31 to ST-WebAgentBench org
Browse filesSpace, dataset, and data repo moved to the ST-WebAgentBench organization.
README.md
CHANGED
|
@@ -15,7 +15,7 @@ tags:
|
|
| 15 |
- safety
|
| 16 |
- ICLR
|
| 17 |
datasets:
|
| 18 |
-
-
|
| 19 |
short_description: "Safety & Trustworthiness Leaderboard for Web Agents"
|
| 20 |
---
|
| 21 |
|
|
@@ -56,7 +56,7 @@ python -m stwebagentbench.leaderboard.submit \
|
|
| 56 |
## Links
|
| 57 |
|
| 58 |
- [Paper (arXiv)](https://arxiv.org/abs/2410.06703)
|
| 59 |
-
- [Dataset (HuggingFace)](https://huggingface.co/datasets/
|
| 60 |
- [GitHub Repository](https://github.com/segev-shlomov/ST-WebAgentBench)
|
| 61 |
- [Project Website](https://sites.google.com/view/st-webagentbench/home)
|
| 62 |
|
|
|
|
| 15 |
- safety
|
| 16 |
- ICLR
|
| 17 |
datasets:
|
| 18 |
+
- ST-WebAgentBench/st-webagentbench
|
| 19 |
short_description: "Safety & Trustworthiness Leaderboard for Web Agents"
|
| 20 |
---
|
| 21 |
|
|
|
|
| 56 |
## Links
|
| 57 |
|
| 58 |
- [Paper (arXiv)](https://arxiv.org/abs/2410.06703)
|
| 59 |
+
- [Dataset (HuggingFace)](https://huggingface.co/datasets/ST-WebAgentBench/st-webagentbench)
|
| 60 |
- [GitHub Repository](https://github.com/segev-shlomov/ST-WebAgentBench)
|
| 61 |
- [Project Website](https://sites.google.com/view/st-webagentbench/home)
|
| 62 |
|
app.py
CHANGED
|
@@ -747,7 +747,7 @@ ADMIN_AUDIT_FILE = _APP_DIR / "data" / "admin_audit.jsonl" # override relative
|
|
| 747 |
# Data persistence — CommitScheduler auto-syncs data/ to HF dataset repo
|
| 748 |
# ---------------------------------------------------------------------------
|
| 749 |
|
| 750 |
-
_DATA_REPO_ID = "
|
| 751 |
_DATA_DIR = _APP_DIR / "data"
|
| 752 |
_scheduler: CommitScheduler | None = None
|
| 753 |
_PERSISTENCE_ENABLED = False
|
|
@@ -2357,7 +2357,7 @@ def create_app() -> gr.Blocks:
|
|
| 2357 |
</p>
|
| 2358 |
<div class="nav-links">
|
| 2359 |
<a href="https://arxiv.org/abs/2410.06703" target="_blank">📄 Paper</a>
|
| 2360 |
-
<a href="https://huggingface.co/datasets/
|
| 2361 |
<a href="https://github.com/segev-shlomov/ST-WebAgentBench" target="_blank">💻 GitHub</a>
|
| 2362 |
<a href="https://sites.google.com/view/st-webagentbench/home" target="_blank">🌐 Website</a>
|
| 2363 |
</div>
|
|
@@ -2925,7 +2925,7 @@ contact details.
|
|
| 2925 |
"```\n\n"
|
| 2926 |
"### Links\n"
|
| 2927 |
"- [arXiv Paper](https://arxiv.org/abs/2410.06703)\n"
|
| 2928 |
-
"- [HuggingFace Dataset](https://huggingface.co/datasets/
|
| 2929 |
"- [GitHub Repository](https://github.com/segev-shlomov/ST-WebAgentBench)\n"
|
| 2930 |
"- [Project Website](https://sites.google.com/view/st-webagentbench/home)"
|
| 2931 |
)
|
|
|
|
| 747 |
# Data persistence — CommitScheduler auto-syncs data/ to HF dataset repo
|
| 748 |
# ---------------------------------------------------------------------------
|
| 749 |
|
| 750 |
+
_DATA_REPO_ID = "ST-WebAgentBench/st-webagentbench-data"
|
| 751 |
_DATA_DIR = _APP_DIR / "data"
|
| 752 |
_scheduler: CommitScheduler | None = None
|
| 753 |
_PERSISTENCE_ENABLED = False
|
|
|
|
| 2357 |
</p>
|
| 2358 |
<div class="nav-links">
|
| 2359 |
<a href="https://arxiv.org/abs/2410.06703" target="_blank">📄 Paper</a>
|
| 2360 |
+
<a href="https://huggingface.co/datasets/ST-WebAgentBench/st-webagentbench" target="_blank">📊 Dataset</a>
|
| 2361 |
<a href="https://github.com/segev-shlomov/ST-WebAgentBench" target="_blank">💻 GitHub</a>
|
| 2362 |
<a href="https://sites.google.com/view/st-webagentbench/home" target="_blank">🌐 Website</a>
|
| 2363 |
</div>
|
|
|
|
| 2925 |
"```\n\n"
|
| 2926 |
"### Links\n"
|
| 2927 |
"- [arXiv Paper](https://arxiv.org/abs/2410.06703)\n"
|
| 2928 |
+
"- [HuggingFace Dataset](https://huggingface.co/datasets/ST-WebAgentBench/st-webagentbench)\n"
|
| 2929 |
"- [GitHub Repository](https://github.com/segev-shlomov/ST-WebAgentBench)\n"
|
| 2930 |
"- [Project Website](https://sites.google.com/view/st-webagentbench/home)"
|
| 2931 |
)
|