Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Datasets:
ai4bharat
/
kathbath
like
8
Follow
AI4Bharat
161
Tasks:
Automatic Speech Recognition
Size:
100K<n<1M
ArXiv:
arxiv:
2208.11761
License:
mit
Dataset card
Files
Files and versions
Community
2
2bdfded
kathbath
/
languages.py
kaushal98b
Add code files
2bdfded
almost 2 years ago
raw
Copy download link
history
blame
Safe
260 Bytes
LANGUAGES = {
"bn"
:
"Bengali"
,
"gu"
:
"Gujarati"
,
"hi"
:
"Hindi"
,
"kn"
:
"Kannada"
,
"ml"
:
"Malayalam"
,
"mr"
:
"Marathi"
,
"or"
:
"Odia"
,
"pa"
:
"Punjabi"
,
"sa"
:
"Sanskrit"
,
"ta"
:
"Tamil"
,
"te"
:
"Telugu"
,
"ur"
:
"Urdu"
}