README.md
setup.py
theta/__init__.py
theta/__main__.py
theta/__version__.py
theta/tokenizers.py
theta.egg-info/PKG-INFO
theta.egg-info/SOURCES.txt
theta.egg-info/dependency_links.txt
theta.egg-info/requires.txt
theta.egg-info/top_level.txt
theta/losses/__init__.py
theta/losses/circleloss.py
theta/losses/dice_loss.py
theta/losses/focalloss.py
theta/losses/label_smoothing.py
theta/modeling/REmodel.py
theta/modeling/__init__.py
theta/modeling/app.py
theta/modeling/brat.py
theta/modeling/common_args.py
theta/modeling/dataset_glue.py
theta/modeling/dataset_ner.py
theta/modeling/dataset_spo.py
theta/modeling/glue_utils.py
theta/modeling/ie_torch4.py
theta/modeling/ner_utils.py
theta/modeling/onnx.py
theta/modeling/poplar.py
theta/modeling/spo_utils.py
theta/modeling/token_utils.py
theta/modeling/trainer.py
theta/modeling/utils.py
theta/modeling/glue/__init__.py
theta/modeling/glue/args.py
theta/modeling/glue/dataset.py
theta/modeling/glue/metrics.py
theta/modeling/glue/trainer.py
theta/modeling/glue/trainer_multilabels.py
theta/modeling/models/__init__.py
theta/modeling/models/bert_for_ner.py
theta/modeling/models/crf.py
theta/modeling/models/crf_0.py
theta/modeling/models/crf_0_backup.py
theta/modeling/models/linears.py
theta/modeling/models/lstm_crf.py
theta/modeling/models/mish.py
theta/modeling/models/ncrfpp_crf.py
theta/modeling/models/sltk_crf.py
theta/modeling/models/swish.py
theta/modeling/ner/__init__.py
theta/modeling/ner/args.py
theta/modeling/ner/dataset.py
theta/modeling/ner/trainer.py
theta/modeling/ner/utils.py
theta/modeling/ner_pn/__init__.py
theta/modeling/ner_pn/args.py
theta/modeling/ner_pn/dataset.py
theta/modeling/ner_pn/trainer.py
theta/modeling/ner_pn/utils.py
theta/modeling/ner_span/__init__.py
theta/modeling/ner_span/args.py
theta/modeling/ner_span/dataset.py
theta/modeling/ner_span/trainer.py
theta/modeling/ner_span/utils.py
theta/modeling/re_casrel/REmodel.py
theta/modeling/re_casrel/__init__.py
theta/modeling/re_casrel/args.py
theta/modeling/re_casrel/dataset.py
theta/modeling/re_casrel/datset.py
theta/modeling/re_casrel/ie_torch4.py
theta/modeling/re_casrel/trainer.py
theta/modeling/re_casrel/utils.py
theta/modeling/senemb/__init__.py
theta/modeling/senemb/dataset.py
theta/modeling/senemb/trainer.py
theta/modeling/seqlabel/__init__.py
theta/modeling/seqlabel/adamw.py
theta/modeling/seqlabel/aug_utils.py
theta/modeling/seqlabel/data.py
theta/modeling/seqlabel/easyai.py
theta/modeling/seqlabel/ensemble.py
theta/modeling/seqlabel/predict.py
theta/modeling/seqlabel/predict_config.py
theta/modeling/seqlabel/seqlabel_model.py
theta/modeling/seqlabel/seqlabel_utils.py
theta/modeling/seqlabel/tf_utils.py
theta/modeling/seqlabel/tpu.py
theta/modeling/seqlabel/train.py
theta/modeling/seqlabel/train_config.py
theta/modeling/seqlabel/trainer.py
theta/modules/__init__.py
theta/modules/modules.py
theta/nlp/__init__.py
theta/nlp/arguments.py
theta/nlp/defaults.py
theta/nlp/data/__init__.py
theta/nlp/data/data_utils.py
theta/nlp/data/samples.py
theta/nlp/data/token_utils.py
theta/nlp/eda/__init__.py
theta/nlp/eda/__main__.py
theta/nlp/models/__init__.py
theta/nlp/models/modeling_bert.py
theta/nlp/models/modeling_xlnet.py
theta/nlp/pipelines/__init__.py
theta/nlp/pipelines/pipeline_text_classification.py
theta/nlp/tasks/__init__.py
theta/nlp/tasks/ner_decodes.py
theta/nlp/tasks/ner_evaluations.py
theta/nlp/tasks/ner_models.py
theta/nlp/tasks/task.py
theta/nlp/tasks/task_glue.py
theta/nlp/tasks/task_ner.py
theta/nlp/tokenizers/__init__.py
theta/nlp/tokenizers/huggingface_tokenizer.py
theta/nlp_old/__init__.py
theta/nlp_old/trainer.py
theta/nlp_old/data/__init__.py
theta/nlp_old/data/sample.py
theta/nlp_old/data/utils.py
theta/nlp_old/dataflow/__init__.py
theta/nlp_old/dataflow/brat.py
theta/nlp_old/dataflow/entity_dataflow.py
theta/nlp_old/dataflow/poplar.py
theta/nlp_old/dataflow/dataflow/__init__.py
theta/nlp_old/dataflow/dataflow/base.py
theta/nlp_old/dataflow/dataflow/common.py
theta/nlp_old/dataflow/dataflow/format.py
theta/nlp_old/dataflow/dataflow/image.py
theta/nlp_old/dataflow/dataflow/parallel.py
theta/nlp_old/dataflow/dataflow/parallel_map.py
theta/nlp_old/dataflow/dataflow/raw.py
theta/nlp_old/dataflow/dataflow/remote.py
theta/nlp_old/dataflow/dataflow/serialize.py
theta/nlp_old/dataflow/dataflow/serialize_test.py
theta/nlp_old/dataflow/dataflow/dataset/__init__.py
theta/nlp_old/dataflow/dataflow/dataset/bsds500.py
theta/nlp_old/dataflow/dataflow/dataset/caltech101.py
theta/nlp_old/dataflow/dataflow/dataset/cifar.py
theta/nlp_old/dataflow/dataflow/dataset/ilsvrc.py
theta/nlp_old/dataflow/dataflow/dataset/mnist.py
theta/nlp_old/dataflow/dataflow/dataset/svhn.py
theta/nlp_old/dataflow/dataflow/imgaug/__init__.py
theta/nlp_old/dataflow/dataflow/imgaug/base.py
theta/nlp_old/dataflow/dataflow/imgaug/convert.py
theta/nlp_old/dataflow/dataflow/imgaug/crop.py
theta/nlp_old/dataflow/dataflow/imgaug/deform.py
theta/nlp_old/dataflow/dataflow/imgaug/external.py
theta/nlp_old/dataflow/dataflow/imgaug/geometry.py
theta/nlp_old/dataflow/dataflow/imgaug/imgaug_test.py
theta/nlp_old/dataflow/dataflow/imgaug/imgproc.py
theta/nlp_old/dataflow/dataflow/imgaug/meta.py
theta/nlp_old/dataflow/dataflow/imgaug/misc.py
theta/nlp_old/dataflow/dataflow/imgaug/noise.py
theta/nlp_old/dataflow/dataflow/imgaug/paste.py
theta/nlp_old/dataflow/dataflow/imgaug/transform.py
theta/nlp_old/dataflow/utils/__init__.py
theta/nlp_old/dataflow/utils/argtools.py
theta/nlp_old/dataflow/utils/compatible_serialize.py
theta/nlp_old/dataflow/utils/concurrency.py
theta/nlp_old/dataflow/utils/develop.py
theta/nlp_old/dataflow/utils/fs.py
theta/nlp_old/dataflow/utils/loadcaffe.py
theta/nlp_old/dataflow/utils/logger.py
theta/nlp_old/dataflow/utils/serialize.py
theta/nlp_old/dataflow/utils/stats.py
theta/nlp_old/dataflow/utils/timer.py
theta/nlp_old/dataflow/utils/utils.py
theta/nlp_old/extractors/__init__.py
theta/nlp_old/extractors/base_extractor.py
theta/nlp_old/extractors/pointer_sequence_extractor.py
theta/nlp_old/layers/__init__.py
theta/nlp_old/layers/encoders/__init__.py
theta/nlp_old/modeling/__init__.py
theta/nlp_old/modeling/base_model.py
theta/nlp_old/modeling/entity_extraction/__init__.py
theta/nlp_old/modeling/entity_extraction/entity_extraction_model.py
theta/nlp_old/modeling/entity_extraction/base/__init__.py
theta/nlp_old/modeling/entity_extraction/base/base_extractor.py
theta/nlp_old/modeling/entity_extraction/base/base_tagger.py
theta/nlp_old/modeling/entity_extraction/base/base_trainer.py
theta/nlp_old/modeling/entity_extraction/pointer_sequence/__init__.py
theta/nlp_old/modeling/entity_extraction/pointer_sequence/extractor.py
theta/nlp_old/modeling/entity_extraction/pointer_sequence/tagger.py
theta/nlp_old/modeling/entity_extraction/pointer_sequence/trainer.py
theta/nlp_old/runner/__init__.py
theta/nlp_old/runner/base_runner.py
theta/nlp_old/runner/epoch_based_runner.py
theta/nlp_old/runner/fp16_utils.py
theta/nlp_old/runner/iter_based_runner.py
theta/nlp_old/runner/utils.py
theta/nlp_old/taggers/__init__.py
theta/nlp_old/taggers/base_tagger.py
theta/nlp_old/taggers/pointer_sequence_tagger.py
theta/nlp_old/taggers/tagger_utils.py
theta/nlp_old/tokenizers/__init__.py
theta/nlp_old/tokenizers/hugging_face_tokenizer.py
theta/nlp_old/trainers/__init__.py
theta/nlp_old/trainers/base_trainer.py
theta/nlp_old/trainers/pointer_sequence_trainer.py
theta/nlp_old/utils/__init__.py
theta/nlp_old/utils/augment.py
theta/nlp_old/utils/multiprocess_utils.py
theta/nlp_old/utils/multiprocesses.py
theta/nlp_old/utils/ner_utils.py
theta/nlp_old/utils/progbar.py
theta/nlp_old/utils/utils.py
theta/utils/SessionState.py
theta/utils/__init__.py
theta/utils/arguments.py
theta/utils/attack_utils.py
theta/utils/augment.py
theta/utils/config.py
theta/utils/misc.py
theta/utils/multiprocess_utils.py
theta/utils/multiprocesses.py
theta/utils/ner_utils.py
theta/utils/path.py
theta/utils/progbar.py
theta/utils/trainer_utils.py
theta/utils/utils.py