EricR401S commited on
Commit
9ca16dd
1 Parent(s): 08037d9

testing generating examples

Browse files
Files changed (1) hide show
  1. Pill_Ideologies-Post_Titles.py +1 -1
Pill_Ideologies-Post_Titles.py CHANGED
@@ -196,7 +196,7 @@ class SubRedditPosts(datasets.GeneratorBasedBuilder):
196
  # The `key` is for legacy reasons (tfds) and is not important in itself, but must be unique for each example.
197
  print("inside generate examples")
198
  print(split, "is the split")
199
- print(filepath, "is the filepath")
200
  # with open(filepath, encoding="utf-8") as f:
201
  # for key, row in enumerate(f):
202
  # data = json.loads(row)
 
196
  # The `key` is for legacy reasons (tfds) and is not important in itself, but must be unique for each example.
197
  print("inside generate examples")
198
  print(split, "is the split")
199
+ print(filepath.shape, "is the filepath")
200
  # with open(filepath, encoding="utf-8") as f:
201
  # for key, row in enumerate(f):
202
  # data = json.loads(row)