PyPI project
acleto
5 indexed releases · newest sdist 0.0.7 with 144 indexed members · 1 of 133 file contents also ship in Windows updates
Files in 0.0.7 acleto-0.0.7.tar.gz
- acleto/__init__.py
- acleto/al4nlp/__init__.py
- acleto/al4nlp/active_learner.py
- acleto/al4nlp/active_selector.py
- acleto/al4nlp/constructors/__init__.py
- acleto/al4nlp/constructors/construct_active_learner.py
- acleto/al4nlp/constructors/construct_wrapper.py
- acleto/al4nlp/model_wrappers/__init__.py
- acleto/al4nlp/model_wrappers/flair/__init__.py
- acleto/al4nlp/model_wrappers/flair/flair_trainer.py
- acleto/al4nlp/model_wrappers/flair/wrapper_flair.py
- acleto/al4nlp/model_wrappers/pytorch/__init__.py
- acleto/al4nlp/model_wrappers/pytorch/wrapper_cls_pytorch.py
- acleto/al4nlp/model_wrappers/pytorch/wrapper_encoder_pytorch.py
- acleto/al4nlp/model_wrappers/pytorch/wrapper_ner_pytorch.py
- acleto/al4nlp/model_wrappers/transformers/__init__.py
- acleto/al4nlp/model_wrappers/transformers/trainer_for_pseudo_labeled.py
- acleto/al4nlp/model_wrappers/transformers/transformers_base_wrapper.py
- acleto/al4nlp/model_wrappers/transformers/wrapper_ats.py
- acleto/al4nlp/model_wrappers/transformers/wrapper_cls.py
- acleto/al4nlp/model_wrappers/transformers/wrapper_encoder.py
- acleto/al4nlp/model_wrappers/transformers/wrapper_ner.py
- acleto/al4nlp/model_wrappers/transformers/wrapper_nmt.py
- acleto/al4nlp/model_wrappers/transformers/wrapper_seq2seq.py
- acleto/al4nlp/models/__init__.py
- acleto/al4nlp/models/bilstm_crf.py
- acleto/al4nlp/models/fnet.py
- acleto/al4nlp/models/ner_bilstm.py
- acleto/al4nlp/models/spectral_normalization/__init__.py
- acleto/al4nlp/models/spectral_normalization/spectral_norm_conv_inplace.py
- acleto/al4nlp/models/spectral_normalization/spectral_norm_fc.py
- acleto/al4nlp/models/text_classification_cnn.py
- acleto/al4nlp/pool_subsampling_strategies/__init__.py
- acleto/al4nlp/pool_subsampling_strategies/naive_subsampling.py
- acleto/al4nlp/pool_subsampling_strategies/random_subsampling.py
- acleto/al4nlp/pool_subsampling_strategies/ups_subsampling.py
- acleto/al4nlp/query_strategies/__init__.py
- acleto/al4nlp/query_strategies/actune.py
- acleto/al4nlp/query_strategies/akim.py
- acleto/al4nlp/query_strategies/akim_batchbald.py
- acleto/al4nlp/query_strategies/al_strategy.py
- acleto/al4nlp/query_strategies/al_strategy_utils.py
- acleto/al4nlp/query_strategies/alps.py
- acleto/al4nlp/query_strategies/badge.py
- acleto/al4nlp/query_strategies/bait.py
- acleto/al4nlp/query_strategies/bald.py
- acleto/al4nlp/query_strategies/batchbald.py
- acleto/al4nlp/query_strategies/bleuvar.py
- acleto/al4nlp/query_strategies/breaking_ties.py
- acleto/al4nlp/query_strategies/cal.py
- acleto/al4nlp/query_strategies/cluster_margin.py
- acleto/al4nlp/query_strategies/coreset.py
- acleto/al4nlp/query_strategies/egl.py
- acleto/al4nlp/query_strategies/embeddings_km.py
- acleto/al4nlp/query_strategies/ensp.py
- acleto/al4nlp/query_strategies/entropy.py
- acleto/al4nlp/query_strategies/lc.py
- acleto/al4nlp/query_strategies/mahalanobis_sampling.py
- acleto/al4nlp/query_strategies/mnlp.py
- acleto/al4nlp/query_strategies/ngram_sampling.py
- acleto/al4nlp/query_strategies/nsp.py
- acleto/al4nlp/query_strategies/random_sampling.py
- acleto/al4nlp/query_strategies/strategy_utils/__init__.py
- acleto/al4nlp/query_strategies/strategy_utils/batchbald/__init__.py
- acleto/al4nlp/query_strategies/strategy_utils/batchbald/batchbald.py
- acleto/al4nlp/query_strategies/strategy_utils/batchbald/compute_entropy.py
- acleto/al4nlp/query_strategies/strategy_utils/batchbald/consistent_dropout.py
- acleto/al4nlp/query_strategies/strategy_utils/batchbald/joint_entropy.py
- acleto/al4nlp/query_strategies/strategy_utils/batchbald/utils.py
- acleto/al4nlp/query_strategies/strategy_utils/gmm.py
- acleto/al4nlp/query_strategies/strategy_utils/mahalanobis.py
- acleto/al4nlp/query_strategies/strategy_utils/mahalanobis_v2.py
- acleto/al4nlp/query_strategies/strategy_utils/ue/__init__.py
- acleto/al4nlp/query_strategies/strategy_utils/ue/alpaca_calibrator.py
- acleto/al4nlp/query_strategies/strategy_utils/ue/mahalanobis_distance.py
- acleto/al4nlp/query_strategies/strategy_utils/ue/spectral_norm.py
- acleto/al4nlp/query_strategies/strategy_utils/ue/text_classifier.py
- acleto/al4nlp/query_strategies/strategy_utils/ue/ue_estimator_hybrid.py
- acleto/al4nlp/query_strategies/strategy_utils/ue/utils_heads.py
- acleto/al4nlp/query_strategies/strategy_utils/ue/utils_inference.py
- acleto/al4nlp/query_strategies/strategy_wrappers/__init__.py
- acleto/al4nlp/query_strategies/strategy_wrappers/modal_sampling.py
- acleto/al4nlp/query_strategies/strategy_wrappers/small_text_sampling.py
- acleto/al4nlp/utils/__init__.py
- acleto/al4nlp/utils/augmentation.py
- acleto/al4nlp/utils/cache_all_necessary_files.py
- acleto/al4nlp/utils/calculate_rouges.py
- acleto/al4nlp/utils/cluster_margin.py
- acleto/al4nlp/utils/cluster_utils.py
- acleto/al4nlp/utils/data/__init__.py
- acleto/al4nlp/utils/data/load_arbitrary_dataset.py
- acleto/al4nlp/utils/data/load_data.py
- acleto/al4nlp/utils/data/load_from_json_or_csv.py
- acleto/al4nlp/utils/data/load_from_url.py
- acleto/al4nlp/utils/data/load_huggingface_dataset.py
- acleto/al4nlp/utils/data/preprocessing.py
- acleto/al4nlp/utils/embeddings.py
- acleto/al4nlp/utils/general.py
- acleto/al4nlp/utils/get_embeddings.py
- acleto/al4nlp/utils/get_gradient_lengths.py
- acleto/al4nlp/utils/get_train_constants.py
- acleto/al4nlp/utils/init_model_and_tokenizer.py
- acleto/al4nlp/utils/main_decorator.py
- acleto/al4nlp/utils/model_modifications.py
- acleto/al4nlp/utils/packages/__init__.py
- acleto/al4nlp/utils/packages/bart_score.py
- acleto/al4nlp/utils/restore_queries.py
- acleto/al4nlp/utils/seq2seq_metrics.py
- acleto/al4nlp/utils/summarization_metrics.py
- acleto/al4nlp/utils/time_decorator.py
- acleto/al4nlp/utils/token_classification.py
- acleto/al4nlp/utils/transformers_dataset.py
- acleto/al4nlp/utils/utils_tasks.py
- acleto/al_benchmark/__init__.py
- acleto/al_benchmark/run_scripts/__init__.py
- acleto/al_benchmark/run_scripts/find_ideal_query.py
- acleto/al_benchmark/simulated_active_learning.py
- acleto/annotator_tool/__init__.py
- acleto/annotator_tool/active_learner.py
- acleto/annotator_tool/active_learner_async.py
- acleto/annotator_tool/al4nlp_adaptor/__init__.py
- acleto/annotator_tool/al4nlp_adaptor/al4nlp_adaptor.py
- acleto/annotator_tool/annotation_converter.py
- acleto/annotator_tool/annotation_converter_bio.py
- acleto/annotator_tool/annotator_widget.py
- acleto/annotator_tool/libact_adaptor/__init__.py
- acleto/annotator_tool/libact_adaptor/libact_adaptor.py
- acleto/annotator_tool/libact_adaptor/utils.py
- acleto/annotator_tool/path_selector_widget.py
- acleto/annotator_tool/ui_widget.py
- acleto/annotator_tool/visualizers/__init__.py
- acleto/annotator_tool/visualizers/colors.py
- acleto/annotator_tool/visualizers/image.py
- acleto/annotator_tool/visualizers/seq_annotation.py
- acleto/annotator_tool/visualizers/textarea.py
- acleto/post_processing/__init__.py
- acleto/post_processing/calculate_tracin_score.py
- acleto/post_processing/pipeline_plasm.py
- acleto/post_processing/plasm.py
- acleto/visualize/__init__.py
- acleto/visualize/extract_metrics.py
- acleto/visualize/plot_figure.py
- acleto/visualize/visualize.py
- setup.py