Matīss commited on
Commit
4c3223a
1 Parent(s): a309534

Upload liv4ever.py

Browse files
Files changed (1) hide show
  1. liv4ever.py +3 -1
liv4ever.py CHANGED
@@ -86,7 +86,9 @@ class liv4ever(datasets.GeneratorBasedBuilder):
86
  {
87
  "source": datasets.Value("string"),
88
  "en": datasets.Value("string"),
89
- "liv": datasets.Value("string")
 
 
90
  # These are the features of your dataset like images, labels ...
91
  }
92
  )
 
86
  {
87
  "source": datasets.Value("string"),
88
  "en": datasets.Value("string"),
89
+ "liv": datasets.Value("string"),
90
+ "lv": datasets.Value("string"),
91
+ "et": datasets.Value("string")
92
  # These are the features of your dataset like images, labels ...
93
  }
94
  )