Skip to content

Commit

Permalink
alignement heads for large-v3
Browse files Browse the repository at this point in the history
  • Loading branch information
Valentin Berkes committed Nov 8, 2023
1 parent bd3e7df commit 2ffb482
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion python/ctranslate2/converters/transformers.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
import gc
import itertools
import os

from typing import List, Optional

import numpy as np
Expand Down Expand Up @@ -2039,4 +2038,16 @@ def main():
(26, 12),
(27, 15),
],
"openai/whisper-large-v3": [
(7, 0),
(10, 17),
(12, 18),
(13, 12),
(16, 1),
(17, 14),
(19, 11),
(21, 4),
(24, 1),
(25, 6),
],
}

0 comments on commit 2ffb482

Please sign in to comment.