whisper-large-v3-ct2 / MANIFEST.json
dawidope's picture
Whisper Large V3 CT2 bundle: CT2 engine + wav2vec2 aligners (en/pl/multi) + pyannote diarization
4f7b24e
Raw
History Blame Contribute Delete
2.27 kB
{
"name": "whisper-large-v3-ct2",
"components": [
{
"target": "engine",
"upstream": "openai/whisper-large-v3 (CTranslate2 conversion, faster-whisper layout)",
"method": "copy",
"source": "local:faster-whisper-large-v3-ct2",
"license": "Whisper large-v3 weights: MIT (OpenAI). CTranslate2 conversion format: MIT."
},
{
"target": "aligners/en",
"upstream": "jonatasgrosman/wav2vec2-large-xlsr-53-english",
"method": "copy",
"source": "local:wav2vec2-large-xlsr-53-english",
"license": "jonatasgrosman/wav2vec2-large-xlsr-53-english: Apache-2.0."
},
{
"target": "aligners/pl",
"upstream": "jonatasgrosman/wav2vec2-large-xlsr-53-polish",
"method": "copy",
"source": "local:wav2vec2-large-xlsr-53-polish",
"license": "jonatasgrosman/wav2vec2-large-xlsr-53-polish: Apache-2.0."
},
{
"target": "aligners/multi",
"upstream": "voidful/wav2vec2-xlsr-multilingual-56",
"method": "hf_download",
"source": "voidful/wav2vec2-xlsr-multilingual-56",
"license": "voidful/wav2vec2-xlsr-multilingual-56: Apache-2.0."
},
{
"target": "diarization",
"upstream": "pyannote/speaker-diarization-community-1",
"method": "hf_download",
"source": "pyannote/speaker-diarization-community-1",
"license": "pyannote.audio code: MIT. pyannote/speaker-diarization-community-1 weights: CC-BY-4.0 (commercial use OK WITH attribution; see model card)."
}
],
"diarization": {
"self_contained": true,
"resolution": "pyannote expands $model/<sub> against the dir holding config.yaml",
"local_refs": [
{
"key": "segmentation",
"ref": "$model/segmentation",
"local": "diarization/segmentation",
"present": true
},
{
"key": "embedding",
"ref": "$model/embedding",
"local": "diarization/embedding",
"present": true
},
{
"key": "plda",
"ref": "$model/plda",
"local": "diarization/plda",
"present": true
}
],
"rewritten_from_hf_ids": [],
"requires": {
"pyannote.audio": "4.0.0"
}
}
}