MCPcopy Create free account

hub / github.com/brightmart/multi-label_classification / types & classes

Types & classes20 in github.com/brightmart/multi-label_classification

↓ 7 callersClassInputExample
A single training/test example for simple sequence classification.
run_classifier.py:128
↓ 2 callersClassInputExample
A single training/test example for simple sequence classification.
zuo/run_classifier_predict_online.py:64
↓ 2 callersClassInputFeatures
A single set of features of data.
run_classifier.py:159
↓ 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
run_classifier.py:148
↓ 1 callersClassAdamWeightDecayOptimizer
A basic Adam optimizer that includes "correct" L2 weight decay.
bert/optimization_finetuning.py:87
↓ 1 callersClassBasicTokenizer
Runs basic tokenization (punctuation splitting, lower casing, etc.).
bert/tokenization.py:187
↓ 1 callersClassBertConfig
Configuration for `BertModel`.
bert/modeling.py:31
↓ 1 callersClassInputFeatures
A single set of features of data.
zuo/run_classifier_predict_online.py:85
↓ 1 callersClassWordpieceTokenizer
Runs WordPiece tokenziation.
bert/tokenization.py:302
ClassBertModel
BERT model ("Bidirectional Encoder Representations from Transformers"). Example usage: ```python # Already been converted into WordPiece token
bert/modeling.py:107
ClassColaProcessor
Processor for the CoLA data set (GLUE version).
run_classifier.py:334
ClassDataProcessor
Base class for data converters for sequence classification data sets.
run_classifier.py:175
ClassDataProcessor
Base class for data converters for sequence classification data sets.
zuo/run_classifier_predict_online.py:95
ClassFullTokenizer
Runs end-to-end tokenziation.
bert/tokenization.py:163
ClassLCQMCPairClassificationProcessor
Processor for the internal data set. sentence pair classification
run_classifier.py:770
ClassMnliProcessor
Processor for the MultiNLI data set (GLUE version).
run_classifier.py:253
ClassMrpcProcessor
Processor for the MRPC data set (GLUE version).
run_classifier.py:294
ClassSentencePairClassificationProcessor
Processor for the internal data set. sentence pair classification
run_classifier.py:815
ClassSentencePairClassificationProcessor
Processor for the internal data set. sentence pair classification
zuo/run_classifier_predict_online.py:125
ClassXnliProcessor
Processor for the XNLI data set.
run_classifier.py:205