Set `library_name` to `tf-keras`.
Browse filesModel 'keras-io/Image-Classification-using-EANet' seems to be compatible only with "Keras 2" and not "Keras 3". To distinguish them, models compatible with legacy Keras 2.x should be tagged as `tf-keras` while models compatible with Keras 3.x are tagged as `keras`.
This PR updates the model card to replace the explicit `library_name: keras` metadata which is now outdated by `library_name: tf-keras`. Updating this metadata will facilitate its discoverability and usage.
For more information about `keras` and `tf-keras` library names, check out this pull request: https://github.com/huggingface/huggingface.js/pull/774.
README.md
CHANGED
@@ -1,32 +1,27 @@
|
|
1 |
---
|
2 |
-
language:
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
|
|
7 |
tags:
|
8 |
-
- keras
|
9 |
- tensorflow
|
10 |
- image-classification
|
11 |
-
|
12 |
-
library_name: generic
|
13 |
libraries: TensorBoard
|
14 |
-
license: apache-2.0
|
15 |
-
metrics:
|
16 |
-
- accuracy
|
17 |
model-index:
|
18 |
- name: Image-Classification-using-EANet
|
19 |
results:
|
20 |
-
- task:
|
21 |
type: Image-Classification-using-EANet
|
22 |
dataset:
|
23 |
-
type: Image
|
24 |
name: CIFAR100
|
|
|
25 |
metrics:
|
26 |
- type: accuracy
|
27 |
value: []
|
28 |
- type: validation loss
|
29 |
-
value: []
|
30 |
---
|
31 |
|
32 |
## Image-Classification-using-EANet with Keras
|
|
|
1 |
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
+
library_name: tf-keras
|
5 |
+
license: apache-2.0
|
6 |
+
metrics:
|
7 |
+
- accuracy
|
8 |
tags:
|
|
|
9 |
- tensorflow
|
10 |
- image-classification
|
|
|
|
|
11 |
libraries: TensorBoard
|
|
|
|
|
|
|
12 |
model-index:
|
13 |
- name: Image-Classification-using-EANet
|
14 |
results:
|
15 |
+
- task:
|
16 |
type: Image-Classification-using-EANet
|
17 |
dataset:
|
|
|
18 |
name: CIFAR100
|
19 |
+
type: Image
|
20 |
metrics:
|
21 |
- type: accuracy
|
22 |
value: []
|
23 |
- type: validation loss
|
24 |
+
value: []
|
25 |
---
|
26 |
|
27 |
## Image-Classification-using-EANet with Keras
|