Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -4,14 +4,16 @@ license: apache-2.0
|
|
| 4 |
|
| 5 |
<div align="center">
|
| 6 |
<h1>X2Edit</h1>
|
|
|
|
| 7 |
<a href='https://arxiv.org/abs/2508.07607'><img src='https://img.shields.io/badge/arXiv-2508.07607-b31b1b.svg'></a>
|
| 8 |
<a href='https://huggingface.co/datasets/OPPOer/X2Edit-Dataset'><img src='https://img.shields.io/badge/🤗%20HuggingFace-X2Edit Dataset-ffd21f.svg'></a>
|
| 9 |
-
<a href='https://huggingface.co/OPPOer/X2Edit'><img src='https://img.shields.io/badge/🤗%20HuggingFace-X2Edit-ffd21f.svg'></a>
|
| 10 |
<a href='https://www.modelscope.cn/datasets/AIGCer-OPPO/X2Edit-Dataset'><img src='https://img.shields.io/badge/🤖%20ModelScope-X2Edit Dataset-purple.svg'></a>
|
| 11 |
</div>
|
| 12 |
|
| 13 |
## Environment
|
| 14 |
|
|
|
|
|
|
|
| 15 |
Prepare the environment, install the required libraries:
|
| 16 |
|
| 17 |
```shell
|
|
|
|
| 4 |
|
| 5 |
<div align="center">
|
| 6 |
<h1>X2Edit</h1>
|
| 7 |
+
<a href='https://github.com/OPPO-Mente-Lab/X2Edit'><img src="https://img.shields.io/badge/GitHub-OPPOer/X2Edit-blue.svg?logo=github" alt="GitHub"></a>
|
| 8 |
<a href='https://arxiv.org/abs/2508.07607'><img src='https://img.shields.io/badge/arXiv-2508.07607-b31b1b.svg'></a>
|
| 9 |
<a href='https://huggingface.co/datasets/OPPOer/X2Edit-Dataset'><img src='https://img.shields.io/badge/🤗%20HuggingFace-X2Edit Dataset-ffd21f.svg'></a>
|
|
|
|
| 10 |
<a href='https://www.modelscope.cn/datasets/AIGCer-OPPO/X2Edit-Dataset'><img src='https://img.shields.io/badge/🤖%20ModelScope-X2Edit Dataset-purple.svg'></a>
|
| 11 |
</div>
|
| 12 |
|
| 13 |
## Environment
|
| 14 |
|
| 15 |
+
For the relevant data construction scripts, model training and inference scripts, please refer to [**X2Edit**](https://github.com/OPPO-Mente-Lab/X2Edit).
|
| 16 |
+
|
| 17 |
Prepare the environment, install the required libraries:
|
| 18 |
|
| 19 |
```shell
|