Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/brightmart/multi-label_classification
/ types & classes
Types & classes
20 in github.com/brightmart/multi-label_classification
⨍
Functions
145
◇
Types & classes
20
↓ 7 callers
Class
InputExample
A single training/test example for simple sequence classification.
run_classifier.py:128
↓ 2 callers
Class
InputExample
A single training/test example for simple sequence classification.
zuo/run_classifier_predict_online.py:64
↓ 2 callers
Class
InputFeatures
A single set of features of data.
run_classifier.py:159
↓ 2 callers
Class
PaddingInputExample
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 callers
Class
AdamWeightDecayOptimizer
A basic Adam optimizer that includes "correct" L2 weight decay.
bert/optimization_finetuning.py:87
↓ 1 callers
Class
BasicTokenizer
Runs basic tokenization (punctuation splitting, lower casing, etc.).
bert/tokenization.py:187
↓ 1 callers
Class
BertConfig
Configuration for `BertModel`.
bert/modeling.py:31
↓ 1 callers
Class
InputFeatures
A single set of features of data.
zuo/run_classifier_predict_online.py:85
↓ 1 callers
Class
WordpieceTokenizer
Runs WordPiece tokenziation.
bert/tokenization.py:302
Class
BertModel
BERT model ("Bidirectional Encoder Representations from Transformers"). Example usage: ```python # Already been converted into WordPiece token
bert/modeling.py:107
Class
ColaProcessor
Processor for the CoLA data set (GLUE version).
run_classifier.py:334
Class
DataProcessor
Base class for data converters for sequence classification data sets.
run_classifier.py:175
Class
DataProcessor
Base class for data converters for sequence classification data sets.
zuo/run_classifier_predict_online.py:95
Class
FullTokenizer
Runs end-to-end tokenziation.
bert/tokenization.py:163
Class
LCQMCPairClassificationProcessor
Processor for the internal data set. sentence pair classification
run_classifier.py:770
Class
MnliProcessor
Processor for the MultiNLI data set (GLUE version).
run_classifier.py:253
Class
MrpcProcessor
Processor for the MRPC data set (GLUE version).
run_classifier.py:294
Class
SentencePairClassificationProcessor
Processor for the internal data set. sentence pair classification
run_classifier.py:815
Class
SentencePairClassificationProcessor
Processor for the internal data set. sentence pair classification
zuo/run_classifier_predict_online.py:125
Class
XnliProcessor
Processor for the XNLI data set.
run_classifier.py:205