Datasets:
ArXiv:
License:
added gaddi
Browse files- snow-mountain.py +2 -2
snow-mountain.py
CHANGED
@@ -46,7 +46,7 @@ _LICENSE = ""
|
|
46 |
_URL = "https://gitlabdev.bridgeconn.com/software/research/datasets/snow-mountain/"
|
47 |
|
48 |
_FILES = {}
|
49 |
-
_LANGUAGES = ['hindi', 'dogri']
|
50 |
for lang in _LANGUAGES:
|
51 |
file_dic = {
|
52 |
"train_500": f"data/experiments/{lang}/train_500.csv",
|
@@ -155,4 +155,4 @@ class Test(datasets.GeneratorBasedBuilder):
|
|
155 |
"path": row["path"],
|
156 |
"audio":{"path": row["path"], "bytes": content}
|
157 |
}
|
158 |
-
key+=1
|
|
|
46 |
_URL = "https://gitlabdev.bridgeconn.com/software/research/datasets/snow-mountain/"
|
47 |
|
48 |
_FILES = {}
|
49 |
+
_LANGUAGES = ['hindi', 'dogri', 'gaddi']
|
50 |
for lang in _LANGUAGES:
|
51 |
file_dic = {
|
52 |
"train_500": f"data/experiments/{lang}/train_500.csv",
|
|
|
155 |
"path": row["path"],
|
156 |
"audio":{"path": row["path"], "bytes": content}
|
157 |
}
|
158 |
+
key+=1
|