Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# Breaking DataMix – Pretrained Models
|
| 2 |
|
| 3 |
This repository provides pretrained models used in our study on inversion attacks against DataMix.
|
|
@@ -37,4 +46,4 @@ model.load_state_dict(torch.load(path))
|
|
| 37 |
|
| 38 |
## License
|
| 39 |
|
| 40 |
-
Please refer to the main GitHub repository for licensing and usage terms.
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: mit
|
| 3 |
+
datasets:
|
| 4 |
+
- flwrlabs/celeba
|
| 5 |
+
metrics:
|
| 6 |
+
- accuracy
|
| 7 |
+
base_model:
|
| 8 |
+
- microsoft/resnet-18
|
| 9 |
+
---
|
| 10 |
# Breaking DataMix – Pretrained Models
|
| 11 |
|
| 12 |
This repository provides pretrained models used in our study on inversion attacks against DataMix.
|
|
|
|
| 46 |
|
| 47 |
## License
|
| 48 |
|
| 49 |
+
Please refer to the main GitHub repository for licensing and usage terms.
|