Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
KellerJordan committed Oct 12, 2024
1 parent 2176948 commit 234add2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/cached_fineweb10B.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ def get(fname):
if not os.path.exists(os.path.join(local_dir, fname)):
hf_hub_download(repo_id="kjj0/fineweb10B-gpt2", filename=fname,
repo_type="dataset", local_dir=local_dir)
get("fineweb_val_%06d.bin" % 0)
for i in range(1, 104):
get("fineweb_train_%06d.bin" % i)
get("fineweb_val_%06d.bin" % 0)

0 comments on commit 234add2

Please sign in to comment.