balaramas commited on
Commit
dd39ba3
1 Parent(s): 74ab57c

Update prep_mustc_data_hindi_single.py

Browse files
Files changed (1) hide show
  1. prep_mustc_data_hindi_single.py +1 -1
prep_mustc_data_hindi_single.py CHANGED
@@ -48,7 +48,7 @@ class MUSTC(Dataset):
48
  """
49
 
50
  SPLITS = ["tst-COMMON"]
51
- LANGUAGES = ["de", "es", "fr", "it", "nl", "pt", "ro", "ru", "hi", "bn", "ne", "gj", "tm"]
52
 
53
  def __init__(self, root: str, lang: str, split: str) -> None:
54
  assert split in self.SPLITS and lang in self.LANGUAGES
 
48
  """
49
 
50
  SPLITS = ["tst-COMMON"]
51
+ LANGUAGES = ["de", "es", "fr", "it", "nl", "pt", "ro", "ru", "hi", "bn", "ne", "gj", "tm", "mt", "pn", "tl" , "ml", "kn"]
52
 
53
  def __init__(self, root: str, lang: str, split: str) -> None:
54
  assert split in self.SPLITS and lang in self.LANGUAGES