Set `library_name` to `tf-keras`.
#1
by
Wauplin
HF staff
- opened
README.md
CHANGED
@@ -1,11 +1,11 @@
|
|
1 |
---
|
2 |
-
license: openrail
|
3 |
datasets:
|
4 |
- food101
|
5 |
language:
|
6 |
- en
|
|
|
|
|
7 |
metrics:
|
8 |
- accuracy
|
9 |
-
library_name: keras
|
10 |
pipeline_tag: image-classification
|
11 |
-
---
|
|
|
1 |
---
|
|
|
2 |
datasets:
|
3 |
- food101
|
4 |
language:
|
5 |
- en
|
6 |
+
library_name: tf-keras
|
7 |
+
license: openrail
|
8 |
metrics:
|
9 |
- accuracy
|
|
|
10 |
pipeline_tag: image-classification
|
11 |
+
---
|