MCPcopy Create free account

hub / github.com/HuiResearch/cail2019_track2 / types & classes

Types & classes35 in github.com/HuiResearch/cail2019_track2

↓ 5 callersClassInputExample
A single training/test example for simple sequence classification.
bert/run_classifier.py:127
↓ 2 callersClassBERTModel
utils/predict.py:74
↓ 2 callersClassFeatureWriter
Writes InputFeature to TF example file.
bert/run_squad.py:1058
↓ 2 callersClassInputFeatures
A single set of features of data.
train.py:215
↓ 2 callersClassInputFeatures
A single set of features of data.
bert/run_classifier.py:161
↓ 2 callersClassPaddingInputExample
Fake example so the num input examples is a multiple of the batch size. When running eval/predict on the TPU, we need to pad the number of exampl
train.py:202
↓ 2 callersClassPaddingInputExample
Fake example so the num input examples is a multiple of the batch size. When running eval/predict on the TPU, we need to pad the number of examples
bert/run_classifier.py:148
↓ 1 callersClassAdamWeightDecayOptimizer
A basic Adam optimizer that includes "correct" L2 weight decay.
bert/optimization.py:87
↓ 1 callersClassBasicTokenizer
Runs basic tokenization (punctuation splitting, lower casing, etc.).
bert/tokenization.py:185
↓ 1 callersClassBertConfig
Configuration for `BertModel`.
bert/modeling.py:31
↓ 1 callersClassInputExample
A single training/test example for simple sequence classification.
train.py:181
↓ 1 callersClassInputExample
bert/extract_features.py:81
↓ 1 callersClassInputFeatures
A single set of features of data.
utils/predict.py:14
↓ 1 callersClassInputFeatures
A single set of features of data.
bert/run_squad.py:197
↓ 1 callersClassInputFeatures
A single set of features of data.
bert/extract_features.py:89
↓ 1 callersClassJudger
utils/evaluate.py:6
↓ 1 callersClassSquadExample
A single training/test example for simple sequence classification. For examples without an answer, the start and end position are -1.
bert/run_squad.py:157
↓ 1 callersClassTrainingInstance
A single training instance (sentence pair).
createPretrainData.py:78
↓ 1 callersClassTrainingInstance
A single training instance (sentence pair).
bert/create_pretraining_data.py:64
↓ 1 callersClassWordpieceTokenizer
Runs WordPiece tokenziation.
bert/tokenization.py:300
ClassBertModel
BERT model ("Bidirectional Encoder Representations from Transformers"). Example usage: ```python # Already been converted into WordPiece token
bert/modeling.py:107
ClassBertModelTest
bert/modeling_test.py:29
ClassBertModelTester
bert/modeling_test.py:31
ClassColaProcessor
Processor for the CoLA data set (GLUE version).
bert/run_classifier.py:336
ClassDataProcessor
Base class for data converters for sequence classification data sets.
train.py:231
ClassDataProcessor
Base class for data converters for sequence classification data sets.
bert/run_classifier.py:177
ClassFullTokenizer
Runs end-to-end tokenziation.
bert/tokenization.py:161
ClassMnliProcessor
Processor for the MultiNLI data set (GLUE version).
bert/run_classifier.py:255
ClassMrpcProcessor
Processor for the MRPC data set (GLUE version).
bert/run_classifier.py:296
ClassMultilabelClassfier
Processor for the CoLA data set (GLUE version).
train.py:265
ClassOptimizationTest
bert/optimization_test.py:23
ClassRCNN
utils/models.py:3
ClassRCNNATT
utils/models.py:43
ClassTokenizationTest
bert/tokenization_test.py:26
ClassXnliProcessor
Processor for the XNLI data set.
bert/run_classifier.py:207