We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90ee34c commit ed3dbeaCopy full SHA for ed3dbea
tests/test_training.py
@@ -649,8 +649,8 @@ def test_pretrain_shared_t5_mlm(self):
649
--checkpoint-activations
650
--exit-interval {exit_interval}
651
652
- --merge-file {data_dir}/gpt2-tiny-merges.txt
653
- --vocab-file {data_dir}/gpt2-tiny-vocab.json
+ --tokenizer-type PretrainedFromHF
+ --tokenizer-name-or-path gpt2
654
--log-path {logs_dir}
655
--save {output_dir}/checkpoints
656
--load {output_dir}/checkpoints
0 commit comments