Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
|
2 |
+
---
|
3 |
+
language: en
|
4 |
+
license: apache-2.0
|
5 |
+
library_name: tensorflow
|
6 |
+
tags:
|
7 |
+
- image-classification
|
8 |
+
- mobilenetv2
|
9 |
+
---
|
10 |
+
|
11 |
+
# Malicious Model Example
|
12 |
+
|
13 |
+
This is a demonstration model that simulates information leakage.
|