Update meta.py for whisper-ppg

This commit is contained in:
KakaruHayate 2023-05-25 21:45:32 +08:00 committed by GitHub
parent ec1a5493fa
commit a94fa70fc6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -12,6 +12,10 @@ def download_dict():
"url": "https://github.com/bshall/hubert/releases/download/v0.1/hubert-soft-0d54a1f4.pt", "url": "https://github.com/bshall/hubert/releases/download/v0.1/hubert-soft-0d54a1f4.pt",
"output": "./pretrain/hubert-soft-0d54a1f4.pt" "output": "./pretrain/hubert-soft-0d54a1f4.pt"
} }
"whisper-ppg": {
"url": "https://openaipublic.azureedge.net/main/whisper/models/345ae4da62f9b3d59415adc60127b97c714f32e89e936602e85993674d08dcb1/medium.pt",
"output": "./pretrain/medium.pt"
}
} }