Set `library_name` to `tf-keras`. (#1)
Browse files- Set `library_name` to `tf-keras`. (e1139a817d32c93f182fefcc9bf1697c701ff7ce)
Co-authored-by: Lucain Pouget <Wauplin@users.noreply.huggingface.co>
README.md
CHANGED
@@ -1,9 +1,9 @@
|
|
1 |
---
|
2 |
-
library_name: keras
|
3 |
-
tags:
|
4 |
-
- clustering
|
5 |
datasets:
|
6 |
- CIFAR-10
|
|
|
|
|
|
|
7 |
---
|
8 |
|
9 |
## Model description
|
|
|
1 |
---
|
|
|
|
|
|
|
2 |
datasets:
|
3 |
- CIFAR-10
|
4 |
+
library_name: tf-keras
|
5 |
+
tags:
|
6 |
+
- clustering
|
7 |
---
|
8 |
|
9 |
## Model description
|