yixin commited on
Commit
11dbaba
1 Parent(s): 99c2802

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -43,6 +43,8 @@ dataset_info:
43
 
44
  This repository provides datasets from the [MetaCloak](https://github.com/liuyixin-louis/MetaCloak).
45
 
 
 
46
  ```python
47
  from datasets import load_dataset
48
  dataset = load_dataset("yixin/metacloak_celeba_vggface2")
 
43
 
44
  This repository provides datasets from the [MetaCloak](https://github.com/liuyixin-louis/MetaCloak).
45
 
46
+ For each dataset, *-gen is the subset used for protecting, and *-eval is used as a clean reference to calculate some quality metrics.
47
+
48
  ```python
49
  from datasets import load_dataset
50
  dataset = load_dataset("yixin/metacloak_celeba_vggface2")