Set `library_name` to `tf-keras`.
Browse filesModel 'SpeechFlow/spoken_language_identification' 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,7 +1,4 @@
|
|
1 |
---
|
2 |
-
license: apache-2.0
|
3 |
-
metrics:
|
4 |
-
- accuracy
|
5 |
language:
|
6 |
- en
|
7 |
- zh
|
@@ -16,11 +13,14 @@ language:
|
|
16 |
- it
|
17 |
- ru
|
18 |
- id
|
|
|
|
|
|
|
|
|
|
|
19 |
tags:
|
20 |
-
- keras
|
21 |
- tensorflow
|
22 |
libraries: TensorBoard
|
23 |
-
pipeline_tag: audio-classification
|
24 |
---
|
25 |
|
26 |
# Spoken_language_identification
|
|
|
1 |
---
|
|
|
|
|
|
|
2 |
language:
|
3 |
- en
|
4 |
- zh
|
|
|
13 |
- it
|
14 |
- ru
|
15 |
- id
|
16 |
+
library_name: tf-keras
|
17 |
+
license: apache-2.0
|
18 |
+
metrics:
|
19 |
+
- accuracy
|
20 |
+
pipeline_tag: audio-classification
|
21 |
tags:
|
|
|
22 |
- tensorflow
|
23 |
libraries: TensorBoard
|
|
|
24 |
---
|
25 |
|
26 |
# Spoken_language_identification
|