Datasets:

ArXiv:
License:
Anjaly commited on
Commit
51e47b0
1 Parent(s): c1ad6db

added gaddi

Browse files
Files changed (1) hide show
  1. 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