Theoreticallyhugo commited on
Commit
5150720
·
1 Parent(s): 873d6ed

removed essays from repo, as its against the license

Browse files
Files changed (2) hide show
  1. essay.json +0 -3
  2. essays_SuG.py +4 -4
essay.json DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:694d63b5f4bdaf897bf5070a417d7f31c092a6bec8452cac8e07a5054e00a44a
3
- size 36215049
 
 
 
 
essays_SuG.py CHANGED
@@ -263,10 +263,10 @@ class Fancy(datasets.GeneratorBasedBuilder):
263
  # if it isnt, change cwd to its parent directory
264
  # do this three times only (dont want infinite recursion)
265
  for _ in range(5):
266
- if Path.is_dir(cwd / "essays_SuG"):
267
- print(f"found 'essays_SuG' folder at {cwd}")
268
- # input(f"returning {cwd / 'essays_SuG'}")
269
- return cwd / "essays_SuG"
270
  if Path.is_dir(cwd / "data"):
271
  print(f"found 'data' folder at {cwd}")
272
  # input(f"returning {cwd / 'data'}")
 
263
  # if it isnt, change cwd to its parent directory
264
  # do this three times only (dont want infinite recursion)
265
  for _ in range(5):
266
+ # if Path.is_dir(cwd / "essays_SuG"):
267
+ # print(f"found 'essays_SuG' folder at {cwd}")
268
+ # # input(f"returning {cwd / 'essays_SuG'}")
269
+ # return cwd / "essays_SuG"
270
  if Path.is_dir(cwd / "data"):
271
  print(f"found 'data' folder at {cwd}")
272
  # input(f"returning {cwd / 'data'}")