File size: 2,270 Bytes
4f7b24e | 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 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 | {
"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"
}
}
} |