khalidsaifullaah commited on
Commit
8f058ae
1 Parent(s): 2f69241

Updated with train_file flag to resolve the error

Browse files
Files changed (1) hide show
  1. seq2seq/sweep.yaml +4 -0
seq2seq/sweep.yaml CHANGED
@@ -18,6 +18,10 @@ parameters:
18
  command:
19
  - python3
20
  - ${program}
 
 
 
 
21
  - "--output_dir"
22
  - "./output_sweep"
23
  - "--overwrite_output_dir"
 
18
  command:
19
  - python3
20
  - ${program}
21
+ - "--train_file"
22
+ - "/data/CC12M/encoded-small-train.tsv"
23
+ - "--validation_file"
24
+ - "/data/CC12M/encoded-small-valid.tsv"
25
  - "--output_dir"
26
  - "./output_sweep"
27
  - "--overwrite_output_dir"