Commit
·
7097acf
1
Parent(s):
2e1acee
Update pokemon_canny.py
Browse files- pokemon_canny.py +1 -1
pokemon_canny.py
CHANGED
@@ -20,7 +20,7 @@ _FEATURES = datasets.Features(
|
|
20 |
|
21 |
METADATA_URL = hf_hub_url(
|
22 |
"ShariqFarhan/pokemon_canny",
|
23 |
-
filename="pokemon_dict.
|
24 |
repo_type="dataset",
|
25 |
)
|
26 |
|
|
|
20 |
|
21 |
METADATA_URL = hf_hub_url(
|
22 |
"ShariqFarhan/pokemon_canny",
|
23 |
+
filename="pokemon_dict.jsonl",
|
24 |
repo_type="dataset",
|
25 |
)
|
26 |
|