Skip to content
Snippets Groups Projects
Commit a7dfecab authored by Mateusz Klimaszewski's avatar Mateusz Klimaszewski
Browse files

Add seeds to configs.

parent 2aa41eba
Branches
Tags
2 merge requests!15Merge develop to master,!14Install and docs
This commit is part of merge request !15. Comments created here will be created in the context of that merge request.
......@@ -419,4 +419,7 @@ assert pretrained_tokens == null || pretrained_transformer_name == null: "Can't
},
validation_metric: "+EM",
}),
random_seed: 8787,
pytorch_seed: 8787,
numpy_seed: 8787,
}
......@@ -386,4 +386,7 @@ assert pretrained_tokens == null || pretrained_transformer_name == null: "Can't
},
validation_metric: "+EM",
}),
random_seed: 8787,
pytorch_seed: 8787,
numpy_seed: 8787,
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment