Skip to content
Merged
Show file tree
Hide file tree
Changes from all 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
14 changes: 13 additions & 1 deletion src/datasets/utils/resources/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,10 +77,22 @@
"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",
"accented-speech-recognition",
"noisy-speech-recognition",
"other"
]
},
"other": {
"description": "other task family not mentioned here",
"options": [
"other"
]
}
}
}