Fine-tuned Model Submission Template
This is a template reprository for the SUPERB benchmark for the fine-tuned model category. In this category, participants are asked to fine-tuned a pretrained model in each of SUPERB's downstream tasks and then store the model weights and hyperparameters in this repo.
There are four steps involved in making a submission:
- Fine-tune a pretrained model on a downstream task.
- Implement the
PreTrainedModel
interface defined in eachmodel.py
module. - Store the weights and hyperparameters in the task directory
- Push all the files to the Hugging Face Hub.