Link dataset to paper
Browse filesHi,
It seems the current citation doesn't link the dataset correctly to https://huggingface.co/papers/2306.10012.
This PR fixes that.
Cheers,
Niels
Open-source @ HF
README.md
CHANGED
@@ -79,10 +79,13 @@ This work is licensed under a Creative Commons Attribution 4.0 International Lic
|
|
79 |
If you find this dataset useful, please consider citing our paper:
|
80 |
|
81 |
```
|
82 |
-
@
|
83 |
-
|
84 |
-
|
85 |
-
|
86 |
-
|
|
|
|
|
|
|
87 |
}
|
88 |
```
|
|
|
79 |
If you find this dataset useful, please consider citing our paper:
|
80 |
|
81 |
```
|
82 |
+
@misc{zhang2024magicbrushmanuallyannotateddataset,
|
83 |
+
title={MagicBrush: A Manually Annotated Dataset for Instruction-Guided Image Editing},
|
84 |
+
author={Kai Zhang and Lingbo Mo and Wenhu Chen and Huan Sun and Yu Su},
|
85 |
+
year={2024},
|
86 |
+
eprint={2306.10012},
|
87 |
+
archivePrefix={arXiv},
|
88 |
+
primaryClass={cs.CV},
|
89 |
+
url={https://arxiv.org/abs/2306.10012},
|
90 |
}
|
91 |
```
|