Clarify dataset PR wording in README
Browse files
README.md
CHANGED
|
@@ -11,7 +11,7 @@ pinned: false
|
|
| 11 |
|
| 12 |
# ResearchClawBench Hugging Face Submission Space
|
| 13 |
|
| 14 |
-
This directory contains
|
| 15 |
|
| 16 |
## What it does
|
| 17 |
|
|
@@ -19,7 +19,7 @@ This directory contains a deployable MVP for a Hugging Face Space that lets user
|
|
| 19 |
- requires exactly one top-level task directory inside the archive
|
| 20 |
- validates the full ResearchClawBench task structure and JSON/path format
|
| 21 |
- allocates the next available `Domain_NNN` task id from the Hugging Face dataset repo
|
| 22 |
-
- creates a PR against `InternScience/ResearchClawBench` when validation passes
|
| 23 |
|
| 24 |
## Files
|
| 25 |
|
|
@@ -44,11 +44,11 @@ Astronomy_submission.zip
|
|
| 44 |
└── images/
|
| 45 |
```
|
| 46 |
|
| 47 |
-
The top-level directory name inside the zip does not need to be the final task id. The Space validates the structure, then renames it to the next available `Domain_NNN` id when opening the PR.
|
| 48 |
|
| 49 |
## Required environment variables / Space secrets
|
| 50 |
|
| 51 |
-
- `RCB_SPACE_HF_TOKEN` or `HF_TOKEN`: Hugging Face write token for creating PRs to `InternScience/ResearchClawBench`
|
| 52 |
|
| 53 |
Optional limits:
|
| 54 |
|
|
@@ -66,7 +66,8 @@ cd /mnt/d/xwh/ailab记录/工作/26年03月/sgi-bench/ResearchClawBench-HF/space
|
|
| 66 |
|
| 67 |
## Notes
|
| 68 |
|
| 69 |
-
- validation does not modify the
|
| 70 |
- PR creation targets the Hugging Face dataset repo directly with `create_pr=True`
|
|
|
|
| 71 |
- after a PR is created, maintainers still decide whether to merge it
|
| 72 |
- on Hugging Face Spaces, the Gradio version comes from the README YAML `sdk_version`, not from `requirements.txt`
|
|
|
|
| 11 |
|
| 12 |
# ResearchClawBench Hugging Face Submission Space
|
| 13 |
|
| 14 |
+
This directory contains the deployable Hugging Face Space used for ResearchClawBench task submissions. It validates a task ZIP locally inside the Space and, after passing checks, opens a PR against the official Hugging Face dataset repository for maintainer review.
|
| 15 |
|
| 16 |
## What it does
|
| 17 |
|
|
|
|
| 19 |
- requires exactly one top-level task directory inside the archive
|
| 20 |
- validates the full ResearchClawBench task structure and JSON/path format
|
| 21 |
- allocates the next available `Domain_NNN` task id from the Hugging Face dataset repo
|
| 22 |
+
- creates a PR against the Hugging Face dataset repository `InternScience/ResearchClawBench` when validation passes
|
| 23 |
|
| 24 |
## Files
|
| 25 |
|
|
|
|
| 44 |
└── images/
|
| 45 |
```
|
| 46 |
|
| 47 |
+
The top-level directory name inside the zip does not need to be the final task id. The Space validates the structure, then renames it to the next available `Domain_NNN` id when opening the dataset PR.
|
| 48 |
|
| 49 |
## Required environment variables / Space secrets
|
| 50 |
|
| 51 |
+
- `RCB_SPACE_HF_TOKEN` or `HF_TOKEN`: Hugging Face write token for creating PRs to the dataset repository `InternScience/ResearchClawBench`
|
| 52 |
|
| 53 |
Optional limits:
|
| 54 |
|
|
|
|
| 66 |
|
| 67 |
## Notes
|
| 68 |
|
| 69 |
+
- validation does not modify the GitHub benchmark repository
|
| 70 |
- PR creation targets the Hugging Face dataset repo directly with `create_pr=True`
|
| 71 |
+
- the dataset repo on Hugging Face is also named `InternScience/ResearchClawBench`, so call it the dataset repo explicitly to avoid confusion with the GitHub repository of the same benchmark name
|
| 72 |
- after a PR is created, maintainers still decide whether to merge it
|
| 73 |
- on Hugging Face Spaces, the Gradio version comes from the README YAML `sdk_version`, not from `requirements.txt`
|