File tree 2 files changed +5
-3
lines changed
2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,6 @@ https://portal.dbmi.hms.harvard.edu/data-challenges/
4
4
5
5
For training, simply alter the config.ini present in /examples file for your purposes. Relevant variables are:
6
6
7
- model_storage_directory: directory to store logging information, tensorboard checkpoints, model checkpoints
8
- bert_model_path: the file path to a pretrained bert mode. can be the pytorch-transformers alias.
9
- labels: an ordered list of labels you are training against. this should match the order given in a .fit() instance.
7
+ - model_storage_directory: directory to store logging information, tensorboard checkpoints, model checkpoints
8
+ - bert_model_path: the file path to a pretrained bert mode. can be the pytorch-transformers alias.
9
+ - labels: an ordered list of labels you are training against. this should match the order given in a .fit() instance.
Original file line number Diff line number Diff line change 6
6
For training, simply alter the config.ini present in /examples file for your purposes. Relevant variables are:
7
7
8
8
model_storage_directory: directory to store logging information, tensorboard checkpoints, model checkpoints
9
+
9
10
bert_model_path: the file path to a pretrained bert mode. can be the pytorch-transformers alias.
11
+
10
12
labels: an ordered list of labels you are training against. this should match the order given in a .fit() instance.
11
13
12
14
You can’t perform that action at this time.
0 commit comments