Skip to content

Commit 688e7b7

Browse files
committed
Version 1.0.0
1 parent ffce145 commit 688e7b7

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

Diff for: examples/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ https://portal.dbmi.hms.harvard.edu/data-challenges/
44

55
For training, simply alter the config.ini present in /examples file for your purposes. Relevant variables are:
66

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.

Diff for: examples/training.py

+2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@
66
For training, simply alter the config.ini present in /examples file for your purposes. Relevant variables are:
77
88
model_storage_directory: directory to store logging information, tensorboard checkpoints, model checkpoints
9+
910
bert_model_path: the file path to a pretrained bert mode. can be the pytorch-transformers alias.
11+
1012
labels: an ordered list of labels you are training against. this should match the order given in a .fit() instance.
1113
1214

0 commit comments

Comments
 (0)