Instructions to use UsefulSensors/moonshine with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Keras
How to use UsefulSensors/moonshine with Keras:
# Available backend options are: "jax", "torch", "tensorflow". import os os.environ["KERAS_BACKEND"] = "jax" import keras model = keras.saving.load_model("hf://UsefulSensors/moonshine") - Notebooks
- Google Colab
- Kaggle
Upload folder using huggingface_hub
#2
by njeffrie - opened
ctranslate2/base/config.json
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"alignment_heads": null,
|
| 3 |
+
"lang_ids": null,
|
| 4 |
+
"suppress_ids": null,
|
| 5 |
+
"suppress_ids_begin": null
|
| 6 |
+
}
|
ctranslate2/base/model.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:fdaf4aaded4c6e0dbacb5cadc5f8bd73f309efb3d0ff30417f8c896c7a0e05f6
|
| 3 |
+
size 246074380
|
ctranslate2/base/tokenizer.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
ctranslate2/base/vocabulary.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
ctranslate2/tiny/config.json
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"alignment_heads": null,
|
| 3 |
+
"lang_ids": null,
|
| 4 |
+
"suppress_ids": null,
|
| 5 |
+
"suppress_ids_begin": null
|
| 6 |
+
}
|
ctranslate2/tiny/model.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6bd2ded3066fa2354b0defacfd1c061713b0d39c676d80a884ac93d7ec679591
|
| 3 |
+
size 108385186
|
ctranslate2/tiny/tokenizer.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
ctranslate2/tiny/vocabulary.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|