| { | |
| "id": "k2-fsa/OmniVoice", | |
| "format": "onnxruntime-web", | |
| "runtime": [ | |
| "webgpu" | |
| ], | |
| "sampleRate": 24000, | |
| "frameRate": 25, | |
| "numAudioCodebooks": 8, | |
| "audioVocabSize": 1025, | |
| "audioMaskId": 1024, | |
| "padTokenId": 151643, | |
| "entrypoints": { | |
| "step": "omnivoice_step.onnx", | |
| "stepExternalData": "omnivoice_step.data", | |
| "audioDecoder": "audio_decoder.onnx", | |
| "tokenizer": "tokenizer" | |
| }, | |
| "generationDefaults": { | |
| "numStep": 32, | |
| "guidanceScale": 2.0, | |
| "tShift": 0.1, | |
| "layerPenaltyFactor": 5.0, | |
| "positionTemperature": 5.0, | |
| "classTemperature": 0.0 | |
| }, | |
| "files": [ | |
| { | |
| "path": "audio_decoder.onnx", | |
| "bytes": 87070954 | |
| }, | |
| { | |
| "path": "omnivoice_step.data", | |
| "bytes": 2450280448 | |
| }, | |
| { | |
| "path": "omnivoice_step.onnx", | |
| "bytes": 4205760 | |
| }, | |
| { | |
| "path": "tokenizer/chat_template.jinja", | |
| "bytes": 4168 | |
| }, | |
| { | |
| "path": "tokenizer/config.json", | |
| "bytes": 2254 | |
| }, | |
| { | |
| "path": "tokenizer/tokenizer.json", | |
| "bytes": 11423986 | |
| }, | |
| { | |
| "path": "tokenizer/tokenizer_config.json", | |
| "bytes": 563 | |
| } | |
| ] | |
| } |