transformertc
latest
Contents:
API Reference
transformertc
Docs
»
Index
Edit on GitHub
Index
_
|
A
|
B
|
C
|
D
|
E
|
F
|
G
|
I
|
L
|
M
|
N
|
P
|
R
|
S
|
T
_
__eq__() (transformertc.configtc.ConfigTC method)
(transformertc.datatc.InputFeaturesTC method)
__repr__() (transformertc.configtc.ConfigTC method)
(transformertc.datatc.InputExampleTC method)
(transformertc.datatc.InputFeaturesTC method)
(transformertc.datatc.ResultTC method)
__version__ (in module transformertc)
_create_examples() (transformertc.datatc.CONLLProcessor method)
_get_features() (transformertc.datatc.DataBunchLoaderTC method)
_load_cached() (transformertc.datatc.DataBunchLoaderTC method)
_path_for_cached() (transformertc.datatc.DataBunchLoaderTC method)
_read_conll_file() (transformertc.datatc.DataProcessor class method)
_read_tsv() (transformertc.datatc.DataProcessor class method)
_save_cached() (transformertc.datatc.DataBunchLoaderTC method)
A
attention_mask (transformertc.datatc.InputFeaturesTC attribute)
B
BertTC (class in transformertc)
(class in transformertc.berttc)
C
classify() (transformertc.BertTC method)
(transformertc.berttc.BertTC method)
config (transformertc.BertTC attribute)
(transformertc.berttc.BertTC attribute)
ConfigTC (class in transformertc.configtc)
configtc (transformertc.BertTC attribute)
(transformertc.berttc.BertTC attribute)
CONLLProcessor (class in transformertc.datatc)
convert_classification_to_result() (in module transformertc.classification)
convert_classifications_to_result() (in module transformertc.classification)
convert_example_to_features() (in module transformertc.datatc)
convert_examples_to_features() (in module transformertc.datatc)
convert_features_to_dataset() (in module transformertc.datatc)
convert_features_to_pytorch_dataset() (in module transformertc.datatc)
convert_tokens_to_example() (in module transformertc.datatc)
create_from_pretrained() (transformertc.BertTC class method)
(transformertc.berttc.BertTC class method)
D
DataBunchLoaderTC (class in transformertc.datatc)
DataProcessor (class in transformertc.datatc)
E
ExampleAttType (in module transformertc.datatc)
extract_bio() (in module transformertc.classification)
extract_features() (in module transformertc.classification)
extract_simple() (in module transformertc.classification)
F
features_from_tokens() (in module transformertc.classification)
finetune() (transformertc.BertTC method)
(transformertc.berttc.BertTC method)
FNAME (transformertc.configtc.ConfigTC attribute)
from_dict() (transformertc.configtc.ConfigTC class method)
from_json_file() (transformertc.configtc.ConfigTC class method)
from_pretrained() (transformertc.BertTC class method)
(transformertc.berttc.BertTC class method)
(transformertc.configtc.ConfigTC class method)
G
get_dev() (transformertc.datatc.DataBunchLoaderTC method)
get_dev_examples() (transformertc.datatc.CONLLProcessor method)
(transformertc.datatc.DataProcessor method)
get_labels() (transformertc.datatc.CONLLProcessor method)
(transformertc.datatc.DataBunchLoaderTC method)
(transformertc.datatc.DataProcessor method)
get_optimizer_and_scheduler() (in module transformertc.train)
get_steps_and_epochs() (in module transformertc.train)
get_test() (transformertc.datatc.DataBunchLoaderTC method)
get_test_examples() (transformertc.datatc.CONLLProcessor method)
(transformertc.datatc.DataProcessor method)
get_train() (transformertc.datatc.DataBunchLoaderTC method)
get_train_examples() (transformertc.datatc.CONLLProcessor method)
(transformertc.datatc.DataProcessor method)
guid (transformertc.datatc.InputExampleTC attribute)
I
input_ids (transformertc.datatc.InputFeaturesTC attribute)
InputExampleTC (class in transformertc.datatc)
InputFeaturesTC (class in transformertc.datatc)
L
label (transformertc.datatc.ResultTC attribute)
label_ids (transformertc.datatc.InputFeaturesTC attribute)
labels (transformertc.configtc.ConfigTC attribute)
(transformertc.datatc.InputExampleTC attribute)
log_eval_end() (in module transformertc.evaluation)
log_eval_start() (in module transformertc.evaluation)
log_example_features() (in module transformertc.datatc)
log_step() (in module transformertc.train)
log_train_start() (in module transformertc.train)
logger (in module transformertc.classification)
(in module transformertc.configtc)
(in module transformertc.datatc)
(in module transformertc.evaluation)
(in module transformertc.train)
M
max_seq_length (transformertc.configtc.ConfigTC attribute)
model (transformertc.BertTC attribute)
(transformertc.berttc.BertTC attribute)
N
name (transformertc.datatc.ResultTC attribute)
P
pytorch_classify() (in module transformertc.classification)
pytorch_evaluate() (in module transformertc.evaluation)
pytorch_train() (in module transformertc.train)
R
ResultTC (class in transformertc.datatc)
S
save_eval() (in module transformertc.evaluation)
save_pretrained() (transformertc.BertTC method)
(transformertc.berttc.BertTC method)
(transformertc.configtc.ConfigTC method)
score (transformertc.datatc.ResultTC attribute)
set_seed() (in module transformertc.train)
T
task_format (transformertc.configtc.ConfigTC attribute)
to() (transformertc.BertTC method)
(transformertc.berttc.BertTC method)
to_dict() (transformertc.configtc.ConfigTC method)
(transformertc.datatc.InputExampleTC method)
(transformertc.datatc.InputFeaturesTC method)
(transformertc.datatc.ResultTC method)
to_json_file() (transformertc.configtc.ConfigTC method)
to_json_string() (transformertc.configtc.ConfigTC method)
(transformertc.datatc.InputExampleTC method)
(transformertc.datatc.InputFeaturesTC method)
(transformertc.datatc.ResultTC method)
to_txt_string() (transformertc.datatc.ResultTC method)
token_end (transformertc.datatc.ResultTC attribute)
token_positions (transformertc.datatc.InputFeaturesTC attribute)
token_start (transformertc.datatc.ResultTC attribute)
token_type_ids (transformertc.datatc.InputFeaturesTC attribute)
tokenizer (transformertc.BertTC attribute)
,
[1]
(transformertc.berttc.BertTC attribute)
,
[1]
(transformertc.datatc.DataBunchLoaderTC attribute)
tokenizer() (transformertc.datatc.DataBunchLoaderTC property)
tokens (transformertc.datatc.InputExampleTC attribute)
transformertc (module)
transformertc.berttc (module)
transformertc.classification (module)
transformertc.configtc (module)
transformertc.datatc (module)
transformertc.evaluation (module)
transformertc.train (module)