Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

License issue for the default alignment torchaudio models #962

Open
ir2718 opened this issue Dec 30, 2024 · 0 comments
Open

License issue for the default alignment torchaudio models #962

ir2718 opened this issue Dec 30, 2024 · 0 comments

Comments

@ir2718
Copy link

ir2718 commented Dec 30, 2024

Hi,

I've noticed an issue regarding the licenses in this repository. The alignment.py file uses the following alignment models:

DEFAULT_ALIGN_MODELS_TORCH = {
    "en": "WAV2VEC2_ASR_BASE_960H",
    "fr": "VOXPOPULI_ASR_BASE_10K_FR",
    "de": "VOXPOPULI_ASR_BASE_10K_DE",
    "es": "VOXPOPULI_ASR_BASE_10K_ES",
    "it": "VOXPOPULI_ASR_BASE_10K_IT",
}

However, only the en model is under an MIT license, while the others (fr, de, es, it) are under a CC-BY-NC 4.0 license. I'm pretty sure a lot of people use this repository for commercial purposes as the code is licensed under a BSD-2-Clause license, and I would like to propose to replace the fr, de, es, and it models to commercially available equivalents.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant