Add pipeline tag, paper and code links
Browse filesThis PR improves the model card by:
- Adding the `pipeline_tag: image-classification` to ensure discoverability for users looking for AI-generated image detectors.
- Including direct links to the paper ([Is Artificial Intelligence Generated Image Detection a Solved Problem?](https://huggingface.co/papers/2505.12335)) and the GitHub repository (https://github.com/HorizonTEL/AIGIBench) within the model card content.
Please review and merge if these changes are appropriate.
README.md
CHANGED
|
@@ -1,8 +1,10 @@
|
|
| 1 |
---
|
| 2 |
-
license: cc-by-nc-sa-4.0
|
| 3 |
datasets:
|
| 4 |
- HorizonTEL/AIGIBench
|
|
|
|
|
|
|
| 5 |
---
|
|
|
|
| 6 |
<div align="center">
|
| 7 |
<br>
|
| 8 |
<h1>Is Artificial Intelligence Generated Image Detection a Solved Problem?</h1>
|
|
@@ -22,6 +24,9 @@ datasets:
|
|
| 22 |
|
| 23 |
**This repository is the official pre-trained checkpoints of the AIGIBench in Setting-II**: Training on 144K images generated by both SD-v1.4 and ProGAN, covering the same four object categories.
|
| 24 |
|
|
|
|
|
|
|
|
|
|
| 25 |
If this project helps you, please fork, watch, and give a star to this repository.
|
| 26 |
|
| 27 |
## Contact
|
|
|
|
| 1 |
---
|
|
|
|
| 2 |
datasets:
|
| 3 |
- HorizonTEL/AIGIBench
|
| 4 |
+
license: cc-by-nc-sa-4.0
|
| 5 |
+
pipeline_tag: image-classification
|
| 6 |
---
|
| 7 |
+
|
| 8 |
<div align="center">
|
| 9 |
<br>
|
| 10 |
<h1>Is Artificial Intelligence Generated Image Detection a Solved Problem?</h1>
|
|
|
|
| 24 |
|
| 25 |
**This repository is the official pre-trained checkpoints of the AIGIBench in Setting-II**: Training on 144K images generated by both SD-v1.4 and ProGAN, covering the same four object categories.
|
| 26 |
|
| 27 |
+
**Paper:** [Is Artificial Intelligence Generated Image Detection a Solved Problem?](https://huggingface.co/papers/2505.12335)
|
| 28 |
+
**Code/Project Page:** https://github.com/HorizonTEL/AIGIBench
|
| 29 |
+
|
| 30 |
If this project helps you, please fork, watch, and give a star to this repository.
|
| 31 |
|
| 32 |
## Contact
|