README.md
setup.py
kbert/__init__.py
kbert/bert_models.py
kbert/common_flags.py
kbert/configs.py
kbert/input_pipeline.py
kbert/model_saving_utils.py
kbert/model_training_utils.py
kbert/modeling.py
kbert/optimization.py
kbert/run_squad.py
kbert/run_squad_helper.py
kbert/tokenization.py
kbert/version.py
kbert.egg-info/PKG-INFO
kbert.egg-info/SOURCES.txt
kbert.egg-info/dependency_links.txt
kbert.egg-info/requires.txt
kbert.egg-info/top_level.txt
kbert/evaluate/__init__.py
kbert/evaluate/squad_evaluate_v1_1.py
kbert/evaluate/squad_evaluate_v2_0.py
kbert/models/__init__.py
kbert/models/bert_classifier.py
kbert/models/bert_pretrainer.py
kbert/models/bert_span_labeler.py
kbert/networks/__init__.py
kbert/networks/albert_transformer_encoder.py
kbert/networks/albert_transformer_encoder_test.py
kbert/networks/classification.py
kbert/networks/classification_test.py
kbert/networks/encoder_scaffold.py
kbert/networks/encoder_scaffold_test.py
kbert/networks/masked_lm.py
kbert/networks/masked_lm_test.py
kbert/networks/span_labeling.py
kbert/networks/span_labeling_test.py
kbert/networks/transformer_encoder.py
kbert/networks/transformer_encoder_test.py
kbert/preprocessing/__init__.py
kbert/preprocessing/classifier_data_lib.py
kbert/preprocessing/create_finetuning_data.py
kbert/preprocessing/squad_lib.py
kbert/preprocessing/squad_lib_sp.py
kbert/utils/__init__.py
kbert/utils/gpu_utils.py
kbert/utils/grad_utils.py
kbert/utils/performance.py
kbert/utils/tf_utils.py
kbert/utils/activations/__init__.py
kbert/utils/activations/gelu.py
kbert/utils/activations/swish.py
kbert/utils/flags/__init__.py
kbert/utils/flags/_base.py
kbert/utils/flags/_benchmark.py
kbert/utils/flags/_conventions.py
kbert/utils/flags/_device.py
kbert/utils/flags/_distribution.py
kbert/utils/flags/_misc.py
kbert/utils/flags/_performance.py
kbert/utils/flags/core.py
kbert/utils/flags/flags_test.py
kbert/utils/logs/__init__.py
kbert/utils/logs/cloud_lib.py
kbert/utils/logs/cloud_lib_test.py
kbert/utils/logs/hooks.py
kbert/utils/logs/hooks_helper.py
kbert/utils/logs/hooks_helper_test.py
kbert/utils/logs/hooks_test.py
kbert/utils/logs/logger.py
kbert/utils/logs/logger_test.py
kbert/utils/logs/metric_hook.py
kbert/utils/logs/metric_hook_test.py
kbert/utils/logs/mlperf_helper.py
kbert/utils/misc/__init__.py
kbert/utils/misc/callstack_sampler.py
kbert/utils/misc/distribution_utils.py
kbert/utils/misc/distribution_utils_test.py
kbert/utils/misc/keras_utils.py
kbert/utils/misc/model_helpers.py
kbert/utils/misc/model_helpers_test.py
kbert/utils/misc/tpu_lib.py