Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -143,7 +143,7 @@ Datasets are organized to support a **fixed-threshold robustness evaluation**.
|
|
| 143 |
from huggingface_hub import hf_hub_download
|
| 144 |
import tarfile, os
|
| 145 |
|
| 146 |
-
REPO = "eoguzakin/
|
| 147 |
|
| 148 |
def fetch_and_extract(filename, target_dir):
|
| 149 |
path = hf_hub_download(repo_id=REPO, filename=filename, repo_type="dataset")
|
|
|
|
| 143 |
from huggingface_hub import hf_hub_download
|
| 144 |
import tarfile, os
|
| 145 |
|
| 146 |
+
REPO = "eoguzakin/Robustness-of-AI-Generated-Image-Detection-Against-Localized-Inpainting-Attacks"
|
| 147 |
|
| 148 |
def fetch_and_extract(filename, target_dir):
|
| 149 |
path = hf_hub_download(repo_id=REPO, filename=filename, repo_type="dataset")
|