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

Potential better structure for downloaded transcriptions zip file. #7

Open
harrykeightley opened this issue Nov 9, 2022 · 0 comments
Labels
feature request New feature or request low priority Low impact "would be nice"s

Comments

@harrykeightley
Copy link
Contributor

Currently, for inference performed with hugging face models (not local pretrained models), some workarounds were required because the model names have forwardslashes in their name e.g. facebook/wav2vec2-base....

To get around this, we base64 encode the model names on the server to give them standardized, unique paths for when we try and make a folder that links with the model name.

When downloading the zipped transcription files, users might prefer to see the original model name (somehow) than the b64 encoded versions.

This is not a high priority issue, just recording it here so that I don't forget.

@harrykeightley harrykeightley added the low priority Low impact "would be nice"s label Nov 9, 2022
@harrykeightley harrykeightley added the feature request New feature or request label Nov 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request New feature or request low priority Low impact "would be nice"s
Projects
None yet
Development

No branches or pull requests

1 participant