-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[#42] Refactor modeling, training, and preprocess
- Loading branch information
atenzer
committed
Feb 11, 2022
1 parent
9bec9d8
commit ee020a8
Showing
7 changed files
with
568 additions
and
1,262 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
from .config import DualBertConfig | ||
from .modeling import DualBert | ||
from .preprocess import prepare_data_for_training | ||
from .preprocess import DualBertPreprocessor | ||
from .postprocess import DualBertPostprocessor |
Oops, something went wrong.