Add task category and code link
#1
by nielsr HF Staff - opened
README.md
CHANGED
|
@@ -1,5 +1,7 @@
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
|
|
|
|
|
|
| 3 |
configs:
|
| 4 |
- config_name: default
|
| 5 |
data_files:
|
|
@@ -35,3 +37,7 @@ Agent_happyhorse, Agent_ltx2, Agent_wan2.7, Davinci, JavisDiT++, MiniMax-H3, hap
|
|
| 35 |
## Paper
|
| 36 |
|
| 37 |
For more details, see the paper on [arXiv:2609.08275](https://arxiv.org/abs/2609.08275).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
| 3 |
+
task_categories:
|
| 4 |
+
- other
|
| 5 |
configs:
|
| 6 |
- config_name: default
|
| 7 |
data_files:
|
|
|
|
| 37 |
## Paper
|
| 38 |
|
| 39 |
For more details, see the paper on [arXiv:2609.08275](https://arxiv.org/abs/2609.08275).
|
| 40 |
+
|
| 41 |
+
## Code
|
| 42 |
+
|
| 43 |
+
The official benchmark code and agentic editing baseline are available on GitHub: [AlibabaResearch/cut-craft-bench](https://github.com/AlibabaResearch/cut-craft-bench).
|