Skip to content

Commit

Permalink
Fixing scratch config
Browse files Browse the repository at this point in the history
  • Loading branch information
dchaplinsky committed Jun 22, 2023
1 parent 252f14c commit 123bd80
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"output_dir": "exps/roberta.oscar.nofilter.scratch",
"model_type": "roberta",
"config_name": "exps/roberta.oscar.nofilter.scratch",
"tokenizer_name": "exps/roberta.oscar.nofilter.scratch",
"train_file": "data/oscar.nofilter",
"max_seq_length": 512,
Expand All @@ -25,4 +26,4 @@
"adam_epsilon": 1e-6,
"preprocessing_num_workers": 48,
"fp16": true
}
}

0 comments on commit 123bd80

Please sign in to comment.