YAML Metadata Warning:empty or missing yaml metadata in repo card
Check out the documentation for more information.
This repo contains all the heads necessary to run the superb downstream models.
Goal: Convert all fine-tuned heads to HF Wav2Vec2 and HuBERT models.
Steps:
- Make sure model evaluation runs correctly as explained here - it seems like a certain git commit should be used to avoid known bugs - we should probs sync with the authors again on this. The
run_downstream.pyfile corresponds to this script: https://github.com/s3prl/s3prl/blob/master/s3prl/run_downstream.py - Debug the evaluation code to see how the model architectures look like for each task.
- Add the different model architectures to Wav2Vec2 and HuBERT - the architectures are probably called something like
Wav2Vec2ForSequenceClassification, etc... -> The idea is to cluster all tasks to the minimum amount of heads (most tasks will probs have the same head architecture, called...ForSequenceClassification - Convert the weights to work correctly with those architectures
- Test all fine-tuned downstream models to make sure they work correctly.
- Push converted weights to the hub and merge PR.
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support