Add language tag
#2
by
Leo1212
- opened
Hi, can you please add the language tag to the model so we can find it by filtering for the language?
Here is an example how to do it:
kwargs = {
"dataset_tags": "SwissDialDataset_ETH",
"dataset": "SwissDialDataset_ETH",
"language": "gsw", # this is the swiss-german language ISO code
"model_name": "Whisper large v3 peft- swiss-german", # a 'pretty' name for your model
"finetuned_from": "openai/whisper-large-v3",
"tasks": "automatic-speech-recognition",
}
trainer.push_to_hub(**kwargs)