Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions src/datasets/utils/resources/languages.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"ab": "Abkhazian",
"af": "Afrikaans",
"af-NA": "Afrikaans (Namibia)",
"af-ZA": "Afrikaans (South Africa)",
Expand Down Expand Up @@ -109,6 +110,7 @@
"ckb": "Central Kurdish",
"ckb-IQ": "Central Kurdish (Iraq)",
"ckb-IR": "Central Kurdish (Iran)",
"cnh": "Hakha Chin",
"cs": "Czech",
"cs-CZ": "Czech (Czechia)",
"cu": "Church Slavic",
Expand Down Expand Up @@ -825,6 +827,7 @@
"vi-VN": "Vietnamese (Vietnam)",
"vo": "Volap\u00fck",
"vo-001": "Volap\u00fck (World)",
"vot": "Votic",
"vun": "Vunjo",
"vun-TZ": "Vunjo (Tanzania)",
"wa": "Walloon",
Expand Down
15 changes: 14 additions & 1 deletion src/datasets/utils/resources/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,10 +77,23 @@
"other"
]
},
"automatic-speech-recognition": {
"description": "recognising speech within audio and converting it to text",
"options": [
"speech-recognition",
"visual-speech-recognition",
"distant-speech-recognition",
"robust-speech-recognition",
"seq2seq-speech-recognition",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

seq2seq-speech-recognition is just regular speech-recognition with seq2seq models ?
Not sure this should be a separate task, since the difference is about an aspect of the model. I think we can remove it

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yeah good idea - i'll remove it!

"accented-speech-recognition",
"noisy-speech-recognition",
"other"
]
},
"other": {
"description": "other task family not mentioned here",
"options": [
"other"
]
}
}
}