whisperkit-pro / config.json
ardaibis's picture
Update config.json
be14403 verified
raw
history blame
5.12 kB
Invalid JSON: Unexpected token ']', ..." ] "... is not valid JSON
{
"name": "whisperkit-coreml",
"version": "0.2",
"device_support": [
{
"identifiers": ["iPhone11", "iPhone12", "Watch7", "Watch8"],
"models": {
"default": "openai_whisper-tiny",
"supported": [
"openai_whisper-tiny",
"openai_whisper-tiny.en",
"openai_whisper-base",
"openai_whisper-base.en"
]
}
},
{
"identifiers": ["iPhone13", "iPad13,18", "iPad13,1"],
"models": {
"default": "openai_whisper-base",
"supported": [
"openai_whisper-tiny",
"openai_whisper-tiny.en",
"openai_whisper-base",
"openai_whisper-base.en",
"openai_whisper-small",
"openai_whisper-small.en",
"openai_whisper-small_216MB",
"openai_whisper-small.en_217MB",
]
}
},
{
"identifiers": [
"iPhone14",
"iPhone15",
"iPhone16",
"iPhone17",
"iPad14,1",
"iPad14,2"
],
"models": {
"default": "openai_whisper-base",
"supported": [
"openai_whisper-tiny",
"openai_whisper-tiny.en",
"openai_whisper-base",
"openai_whisper-base.en",
"openai_whisper-small",
"openai_whisper-small.en",
"openai_whisper-small_216MB",
"openai_whisper-small.en_217MB",
"openai_whisper-large-v3-v20240930_626MB",
]
}
},
{
"identifiers": [
"Mac13",
"iMac21",
"MacBookAir10,1",
"MacBookPro17",
"MacBookPro18",
"Macmini9",
"iPad13,16",
"iPad13,4",
"iPad13,8"
],
"models": {
"default": "openai_whisper-large-v3-v20240930",
"supported": [
"openai_whisper-tiny",
"openai_whisper-tiny.en",
"openai_whisper-base",
"openai_whisper-base.en",
"openai_whisper-small",
"openai_whisper-small.en",
"openai_whisper-small_216MB",
"openai_whisper-small.en_217MB",
"distil-whisper_distil-large-v3",
"openai_whisper-large-v3-v20240930",
"openai_whisper-large-v3-v20240930_626MB",
]
}
},
{
"identifiers": [
"Mac14",
"Mac15",
"Mac16",
"iPad14,3",
"iPad14,4",
"iPad14,5",
"iPad14,6",
"iPad14,8",
"iPad14,9",
"iPad14,10",
"iPad14,11",
"iPad16"
],
"models": {
"default": "openai_whisper-large-v3-v20240930",
"supported": [
"openai_whisper-tiny",
"openai_whisper-tiny.en",
"openai_whisper-base",
"openai_whisper-base.en",
"openai_whisper-small",
"openai_whisper-small.en",
"openai_whisper-small_216MB",
"openai_whisper-small.en_217MB",
"distil-whisper_distil-large-v3",
"distil-whisper_distil-large-v3_turbo",
"openai_whisper-large-v3-v20240930",
"openai_whisper-large-v3-v20240930_626MB",
"openai_whisper-large-v3-v20240930_turbo",
]
}
}
],
"model_checksums": {
"openai_whisper-tiny.en": "8fb84af1ddf1111317536b1f76cf7212",
"openai_whisper-small_216MB": "2ad52b77916bb98955c476f58d3dad20",
"distil-whisper_distil-large-v3": "c87be28423880a465532fe46a9a5c661",
"openai_whisper-large-v3-v20240930": "5d295e85eff97f068fb52cee470d7c08",
"openai_whisper-tiny": "9568b121b209b755e37ca17902108e3a",
"openai_whisper-small": "9e8c4410a7c763f459e43bbb9a19a917",
"openai_whisper-small.en_217MB": "c37db641db4c35864a62035ad98ac6ac",
"openai_whisper-large-v3-v20240930_turbo": "4fe350b7b8a53385c7038602ef8c4831",
"openai_whisper-large-v3-v20240930_626MB": "3809f2ea741bc265e7abed13e38e0546",
"openai_whisper-base.en": "59122ac050f5ca2e99908156cb3a3a67",
"openai_whisper-small.en": "6ac617d05682bdae030ee3acd833ebcb",
"distil-whisper_distil-large-v3_turbo": "b3fc9b66ae7f86426595f803e4c3a466",
"openai_whisper-base": "a486d0f75d21035e3863a5766028e90c"
}
}