Skip to content

Commit

Permalink
Revert bert-base.yaml benchmark to use uncompressed streaming datasets (
Browse files Browse the repository at this point in the history
  • Loading branch information
bandish-shah authored Jul 21, 2022
1 parent 38ba394 commit 8418a67
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer/yamls/models/bert-base.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ model:
# Train the model on the English C4 corpus
train_dataset:
streaming_c4:
remote: s3://allenai-c4/mds/1-gz/
remote: s3://allenai-c4/mds/1/
local: /tmp/mds-cache/mds-c4/
split: train
shuffle: true
Expand All @@ -32,7 +32,7 @@ evaluators:
label: bert_pre_training
eval_dataset:
streaming_c4:
remote: s3://allenai-c4/mds/1-gz/
remote: s3://allenai-c4/mds/1/
local: /tmp/mds-cache/mds-c4/
split: val
shuffle: false
Expand Down

0 comments on commit 8418a67

Please sign in to comment.