Instructions to use SpeechFlow/spoken_language_identification with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- TF-Keras
How to use SpeechFlow/spoken_language_identification with TF-Keras:
# Note: 'keras<3.x' or 'tf_keras' must be installed (legacy) # See https://github.com/keras-team/tf-keras for more details. from huggingface_hub import from_pretrained_keras model = from_pretrained_keras("SpeechFlow/spoken_language_identification") - Keras
How to use SpeechFlow/spoken_language_identification with Keras:
# Available backend options are: "jax", "torch", "tensorflow". import os os.environ["KERAS_BACKEND"] = "jax" import keras model = keras.saving.load_model("hf://SpeechFlow/spoken_language_identification") - Notebooks
- Google Colab
- Kaggle
ZhongYing commited on
Commit ·
d4358a7
1
Parent(s): 8899852
Add pb model
Browse files- saved_model.pb +3 -0
- variables/variables.data-00000-of-00001 +3 -0
- variables/variables.index +3 -0
saved_model.pb
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:36b6bdd44c8805e74110426bc494ffb366b8b21fbe8aa316443cc205e95ebfde
|
| 3 |
+
size 1229993
|
variables/variables.data-00000-of-00001
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:fdbc1069730730c3e758812c25d5150630c87f4a995b8bd1c2551a334d42a56a
|
| 3 |
+
size 4196996
|
variables/variables.index
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:73ff1ecbb28084a426d8213a93507c460ed83d872dd896a53eb77e8421392cad
|
| 3 |
+
size 1487
|