Instructions to use devendradhakad/autodroid-moonshine-ai-moonshine-tiny with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use devendradhakad/autodroid-moonshine-ai-moonshine-tiny with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="devendradhakad/autodroid-moonshine-ai-moonshine-tiny")# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("devendradhakad/autodroid-moonshine-ai-moonshine-tiny", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 1,463 Bytes
3685184 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 | {
"sourceRepository": "moonshine-ai/moonshine-tiny",
"sourceRevision": "390624ed33d594443aa4aa221f5b9f283b545b5a",
"purpose": "Unmodified pinned artifacts used by AutoDroid",
"licenseReview": {
"sourceRevision": "390624ed33d594443aa4aa221f5b9f283b545b5a",
"declaredLicense": "mit",
"evidence": "https://huggingface.co/moonshine-ai/moonshine-tiny/blob/390624ed33d594443aa4aa221f5b9f283b545b5a/README.md",
"status": "approved",
"reason": "Pinned upstream card permits redistribution. Preserve upstream cards and notices, original authorship, and the applicable license texts; artifact bytes are unmodified.",
"additionalFiles": [
{
"localPath": "tools/hf_mirror/licenses/Moonshine-LICENSE.txt",
"pathInRepo": "licenses/Moonshine-LICENSE.txt",
"source": "https://raw.githubusercontent.com/moonshine-ai/moonshine/main/LICENSE",
"sha256": "fa7d1174dd8af6a7cd280be20b80d10095ed4c19b5b20b61a7715c3ad790dc5f"
}
]
},
"artifacts": [
{
"repo": "moonshine-ai/moonshine-tiny",
"revision": "390624ed33d594443aa4aa221f5b9f283b545b5a",
"filename": "tokenizer.json",
"sizeBytes": 1985530,
"sha256": "6579793438bc4fbafffacf699169ff53e3769c5a0a0f5e71cdee8853e8130deb",
"source": "speech-runtime-moonshine-litert/src/main/java/com/example/autodroid/speech/runtime/moonshine/MoonshineArtifacts.kt:37"
}
],
"preservedDocuments": [
"README.md"
]
}
|