Skip to content

Commit

Permalink
Removed streaming version 2 from yaml since version 1 is default (#1551)
Browse files Browse the repository at this point in the history
Co-authored-by: bandish-shah <86627118+bandish-shah@users.noreply.github.com>
  • Loading branch information
2 people authored and Bandish Shah committed Sep 21, 2022
1 parent 77b5eb3 commit 1937d2e
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 8 deletions.
2 changes: 0 additions & 2 deletions composer/yamls/models/bert-base.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ model:
# Train the model on the English C4 corpus
train_dataset:
streaming_c4:
version: 2
remote: s3://mosaicml-internal-dataset-c4/mds/2/
local: /tmp/mds-cache/mds-c4/
split: train
Expand All @@ -32,7 +31,6 @@ evaluators:
- label: bert_pre_training
eval_dataset:
streaming_c4:
version: 2
remote: s3://mosaicml-internal-dataset-c4/mds/2/
local: /tmp/mds-cache/mds-c4/
split: val
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
train_dataset:
streaming_ade20k:
version: 2
remote: your-bucket-here
local: /tmp/mds-cache/mds-ade20k/
split: train
Expand All @@ -13,7 +12,6 @@ train_dataset:
shuffle: true
val_dataset:
streaming_ade20k:
version: 2
remote: your-bucket-here
local: /tmp/mds-cache/mds-ade20k/
split: val
Expand Down
2 changes: 0 additions & 2 deletions composer/yamls/models/resnet50_streaming.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
train_dataset:
streaming_imagenet1k:
version: 2
remote: your-bucket-here
local: /tmp/mds-cache/mds-imagenet1k/
split: train
Expand All @@ -10,7 +9,6 @@ train_dataset:
drop_last: true
val_dataset:
streaming_imagenet1k:
version: 2
remote: your-bucket-here
local: /tmp/mds-cache/mds-imagenet1k/
split: val
Expand Down
2 changes: 0 additions & 2 deletions composer/yamls/models/resnet56_streaming_cifar10.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
train_dataset:
streaming_cifar10:
version: 2
remote: your-bucket-here
local: /tmp/mds-cache/mds-cifar10/
split: train
shuffle: true
drop_last: true
val_dataset:
streaming_cifar10:
version: 2
remote: your-bucket-here
local: /tmp/mds-cache/mds-cifar10/
split: val
Expand Down

0 comments on commit 1937d2e

Please sign in to comment.