boris commited on
Commit
66bfb99
2 Parent(s): 894a546 8f058ae

Merge pull request #14 from khalidsaifullaah/main

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"