cdleong commited on
Commit
0728e41
·
1 Parent(s): 2cc53e0

Update piglatin-mt.py

Browse files
Files changed (1) hide show
  1. piglatin-mt.py +2 -2
piglatin-mt.py CHANGED
@@ -51,8 +51,8 @@ _LICENSE = "MIT License, derived from public domain text and converted with MIT-
51
  # The HuggingFace dataset library don't host the datasets but only point to the original files
52
  # This can be an arbitrary nested dict/list of URLs (see below in `_split_generators` method)
53
  _URLS = {
54
- "train": "./piglatin-mt-train.json",
55
- "test": "./piglatin-mt-test.json",
56
  }
57
 
58
 
 
51
  # The HuggingFace dataset library don't host the datasets but only point to the original files
52
  # This can be an arbitrary nested dict/list of URLs (see below in `_split_generators` method)
53
  _URLS = {
54
+ "train": "piglatin-mt-train.json",
55
+ "test": "piglatin-mt-test.json",
56
  }
57
 
58