facebookresearch / seamless_communication

Foundational Models for State-of-the-Art Speech and Text Translation
Other
10.81k stars 1.05k forks source link

ValueError: `lang` must be a supported langauge, but is <LANG> isntead. #49

Closed aindilis closed 1 year ago

aindilis commented 1 year ago

Looks to be a great system. However, cannot seem to find the list of supported languages for s2st. Please advise.

cbalioglu commented 1 year ago

Here you go: https://github.com/facebookresearch/seamless_communication/blob/main/src/seamless_communication/assets/cards/seamlessM4T_large.yaml#L12

aindilis commented 1 year ago

Awesome, ty!