Skip to content

Commit

Permalink
Revert CC ordering change
Browse files Browse the repository at this point in the history
  • Loading branch information
leogao2 committed Nov 10, 2020
1 parent 86f3f96 commit d1ead88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion the_pile/pile.py
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ def docs_for_dedupe():

if args.using != 'pile_reprod_no_cc':
# add CC
datasets.insert(0, (CommonCrawlDataset(), 1.))
datasets.append((CommonCrawlDataset(), 1.))

print(mk_table(datasets, parse_size(args.read_amount)))

Expand Down

0 comments on commit d1ead88

Please sign in to comment.