shivam commited on
Commit
b7bc1c8
·
1 Parent(s): 75781e0

Initial Commit

Browse files
Files changed (1) hide show
  1. split-test.py +3 -9
split-test.py CHANGED
@@ -48,15 +48,9 @@ _LICENSE = ""
48
  # The HuggingFace Datasets library doesn't host the datasets but only points to the original files.
49
  # This can be an arbitrary nested dict/list of URLs (see below in `_split_generators` method)
50
  _URLS = {
51
- "english":
52
- {
53
- "train": "./data/text.en"
54
- },
55
- "hindi":
56
- {
57
- "train": "./data/text.hi"
58
- }
59
- }
60
 
61
  _LANGS = {
62
  "english": "en",
 
48
  # The HuggingFace Datasets library doesn't host the datasets but only points to the original files.
49
  # This can be an arbitrary nested dict/list of URLs (see below in `_split_generators` method)
50
  _URLS = {
51
+ "english": "./data/text.en",
52
+ "hindi": "./data/text.hi"
53
+ }
 
 
 
 
 
 
54
 
55
  _LANGS = {
56
  "english": "en",