Instructions to use mazesmazes/tiny-audio-swift-bundle with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use mazesmazes/tiny-audio-swift-bundle with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="mazesmazes/tiny-audio-swift-bundle")# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("mazesmazes/tiny-audio-swift-bundle", dtype="auto") - Notebooks
- Google Colab
- Kaggle
File size: 1,151 Bytes
b63775a | 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 35 36 37 | {
"format_version": 1,
"files": {
"tokenizer_config.json": {
"sha256": "2b682cdd791448785caf44a1da2bafffdecaaf88ae6654fd8c3b59cc3b7470ab",
"size": 4766
},
"decoder_config.json": {
"sha256": "a8374eef7dacf1580738fd8ddc1f7e0b9e948866e1dd0d044f17eb85a3a42014",
"size": 1865
},
"config.json": {
"sha256": "c63e8bf5ea9b76fbcd734694d62e2b75ba6d6483fd2881cd18b00b71b2ab76bf",
"size": 630
},
"tokenizer.json": {
"sha256": "33b674fb8444e2553eae8f1b261093371920a28ef75b5c18f4deb3f9217ed0ba",
"size": 11422834
},
"README.md": {
"sha256": "c38020c601a9d28abb1dc01661161ffb0a3c8cf362ce2bec029aeaa53437115b",
"size": 928
},
"projector.safetensors": {
"sha256": "44e021cee2070bffabf612ff1f02028f58948dc854ad69b743bc8847314a9f04",
"size": 50344282
},
"encoder.safetensors": {
"sha256": "40ae3b9cdc513670685eec797168a80a78dd9808ea5a10e25177e03213cf063e",
"size": 682529665
},
"decoder.safetensors": {
"sha256": "e0af2959045dad826ab3dda66dbece3440d049f6115d6022336b0b52b9afbac8",
"size": 670516209
}
}
} |