LICENSE.txt
MANIFEST.in
README.rst
requirements.txt
requirements_dev.txt
setup.cfg
setup.py
nerblackbox/MLproject
nerblackbox/__about__.py
nerblackbox/__init__.py
nerblackbox/cli.py
nerblackbox.egg-info/PKG-INFO
nerblackbox.egg-info/SOURCES.txt
nerblackbox.egg-info/dependency_links.txt
nerblackbox.egg-info/entry_points.txt
nerblackbox.egg-info/not-zip-safe
nerblackbox.egg-info/requires.txt
nerblackbox.egg-info/top_level.txt
nerblackbox/api/__init__.py
nerblackbox/api/annotation_tool.py
nerblackbox/api/dataset.py
nerblackbox/api/experiment.py
nerblackbox/api/model.py
nerblackbox/api/store.py
nerblackbox/api/utils.py
nerblackbox/modules/__init__.py
nerblackbox/modules/experiment_results.py
nerblackbox/modules/annotation/__init__.py
nerblackbox/modules/annotation/annotation.py
nerblackbox/modules/data/datasets/.gitignore
nerblackbox/modules/data/experiment_configs/.gitignore
nerblackbox/modules/data/experiment_configs/default.ini
nerblackbox/modules/data/experiment_configs/my_experiment.ini
nerblackbox/modules/data/experiment_configs/my_experiment_conll2003.ini
nerblackbox/modules/data/experiment_configs/my_experiment_sic.ini
nerblackbox/modules/data/experiment_configs/my_experiment_suc.ini
nerblackbox/modules/data/experiment_configs/my_experiment_swe_nerc.ini
nerblackbox/modules/data/experiment_configs/my_experiment_swedish_ner_corpus.ini
nerblackbox/modules/data/pretrained_models/.gitignore
nerblackbox/modules/datasets/__init__.py
nerblackbox/modules/datasets/analyzer.py
nerblackbox/modules/datasets/plots.py
nerblackbox/modules/datasets/formatter/__init__.py
nerblackbox/modules/datasets/formatter/auto_formatter.py
nerblackbox/modules/datasets/formatter/base_formatter.py
nerblackbox/modules/datasets/formatter/conll2003_formatter.py
nerblackbox/modules/datasets/formatter/huggingface_datasets_formatter.py
nerblackbox/modules/datasets/formatter/sic_formatter.py
nerblackbox/modules/datasets/formatter/suc_formatter.py
nerblackbox/modules/datasets/formatter/sucx_formatter.py
nerblackbox/modules/datasets/formatter/swe_nerc_formatter.py
nerblackbox/modules/datasets/formatter/swedish_ner_corpus_formatter.py
nerblackbox/modules/datasets/formatter/util_functions.py
nerblackbox/modules/experiment_config/__init__.py
nerblackbox/modules/experiment_config/experiment.py
nerblackbox/modules/experiment_config/experiment_config.py
nerblackbox/modules/experiment_config/preset.py
nerblackbox/modules/ner_training/__init__.py
nerblackbox/modules/ner_training/ner_model.py
nerblackbox/modules/ner_training/ner_model_evaluation.py
nerblackbox/modules/ner_training/ner_model_train.py
nerblackbox/modules/ner_training/ner_model_train2model.py
nerblackbox/modules/ner_training/single_run.py
nerblackbox/modules/ner_training/annotation_tags/__init__.py
nerblackbox/modules/ner_training/annotation_tags/annotation.py
nerblackbox/modules/ner_training/annotation_tags/input_examples_utils.py
nerblackbox/modules/ner_training/annotation_tags/tags.py
nerblackbox/modules/ner_training/annotation_tags/token_tags.py
nerblackbox/modules/ner_training/callbacks/__init__.py
nerblackbox/modules/ner_training/callbacks/custom_early_stopping.py
nerblackbox/modules/ner_training/callbacks/learning_rate_changer.py
nerblackbox/modules/ner_training/data_preprocessing/__init__.py
nerblackbox/modules/ner_training/data_preprocessing/data_preprocessor.py
nerblackbox/modules/ner_training/data_preprocessing/text_encoder.py
nerblackbox/modules/ner_training/data_preprocessing/tools/__init__.py
nerblackbox/modules/ner_training/data_preprocessing/tools/csv_reader.py
nerblackbox/modules/ner_training/data_preprocessing/tools/encodings_dataset.py
nerblackbox/modules/ner_training/data_preprocessing/tools/input_example.py
nerblackbox/modules/ner_training/data_preprocessing/tools/input_examples_to_tensors.py
nerblackbox/modules/ner_training/data_preprocessing/tools/utils.py
nerblackbox/modules/ner_training/logging/__init__.py
nerblackbox/modules/ner_training/logging/default_logger.py
nerblackbox/modules/ner_training/logging/mlflow_client.py
nerblackbox/modules/ner_training/metrics/__init__.py
nerblackbox/modules/ner_training/metrics/logged_metrics.py
nerblackbox/modules/ner_training/metrics/ner_metrics.py
nerblackbox/modules/scripts/__init__.py
nerblackbox/modules/scripts/script_run_experiment.py
nerblackbox/modules/utils/__init__.py
nerblackbox/modules/utils/env_variable.py
nerblackbox/modules/utils/parameters.py
nerblackbox/modules/utils/util_functions.py
nerblackbox/tests/__init__.py
nerblackbox/tests/test_analyzer.py
nerblackbox/tests/test_annotation.py
nerblackbox/tests/test_api_experiment.py
nerblackbox/tests/test_api_model.py
nerblackbox/tests/test_api_utils.py
nerblackbox/tests/test_data_preprocessing.py
nerblackbox/tests/test_experiment.py
nerblackbox/tests/test_experiment_config.py
nerblackbox/tests/test_experiment_results.py
nerblackbox/tests/test_formatter.py
nerblackbox/tests/test_formatter_conll2003.py
nerblackbox/tests/test_formatter_huggingface_datasets.py
nerblackbox/tests/test_formatter_sic.py
nerblackbox/tests/test_formatter_suc.py
nerblackbox/tests/test_formatter_sucx.py
nerblackbox/tests/test_formatter_swe_nerc.py
nerblackbox/tests/test_formatter_swedish_ner_corpus.py
nerblackbox/tests/test_input_examples_utils.py
nerblackbox/tests/test_logged_metrics.py
nerblackbox/tests/test_ner_metrics.py
nerblackbox/tests/test_ner_model_evaluation.py
nerblackbox/tests/test_tags.py
nerblackbox/tests/test_text_encoder.py
nerblackbox/tests/test_token_tags.py
nerblackbox/tests/test_util_functions.py
nerblackbox/tests/test_utils.py
nerblackbox/tests/utils.py