wisent 0.5.2__tar.gz → 0.5.3__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of wisent might be problematic. Click here for more details.
- {wisent-0.5.2 → wisent-0.5.3}/PKG-INFO +1 -1
- wisent-0.5.3/wisent/__init__.py +1 -0
- wisent-0.5.3/wisent/core/__init__.py +12 -0
- {wisent-0.5.2 → wisent-0.5.3}/wisent.egg-info/PKG-INFO +1 -1
- wisent-0.5.2/wisent/__init__.py +0 -1
- wisent-0.5.2/wisent/core/__init__.py +0 -27
- {wisent-0.5.2 → wisent-0.5.3}/LICENSE +0 -0
- {wisent-0.5.2 → wisent-0.5.3}/README.md +0 -0
- {wisent-0.5.2 → wisent-0.5.3}/pyproject.toml +0 -0
- {wisent-0.5.2 → wisent-0.5.3}/setup.cfg +0 -0
- {wisent-0.5.2 → wisent-0.5.3}/setup.py +0 -0
- {wisent-0.5.2 → wisent-0.5.3}/wisent/benchmarks/__init__.py +0 -0
- {wisent-0.5.2 → wisent-0.5.3}/wisent/benchmarks/coding/__init__.py +0 -0
- {wisent-0.5.2 → wisent-0.5.3}/wisent/benchmarks/coding/metrics/__init__.py +0 -0
- {wisent-0.5.2 → wisent-0.5.3}/wisent/benchmarks/coding/metrics/core/__init__.py +0 -0
- {wisent-0.5.2 → wisent-0.5.3}/wisent/benchmarks/coding/metrics/core/atoms.py +0 -0
- {wisent-0.5.2 → wisent-0.5.3}/wisent/benchmarks/coding/metrics/evaluator.py +0 -0
- {wisent-0.5.2 → wisent-0.5.3}/wisent/benchmarks/coding/metrics/passk.py +0 -0
- {wisent-0.5.2 → wisent-0.5.3}/wisent/benchmarks/coding/output_sanitizer/__init__.py +0 -0
- {wisent-0.5.2 → wisent-0.5.3}/wisent/benchmarks/coding/output_sanitizer/core/__init__.py +0 -0
- {wisent-0.5.2 → wisent-0.5.3}/wisent/benchmarks/coding/output_sanitizer/core/atoms.py +0 -0
- {wisent-0.5.2 → wisent-0.5.3}/wisent/benchmarks/coding/output_sanitizer/cpp_sanitizer.py +0 -0
- {wisent-0.5.2 → wisent-0.5.3}/wisent/benchmarks/coding/output_sanitizer/java_sanitizer.py +0 -0
- {wisent-0.5.2 → wisent-0.5.3}/wisent/benchmarks/coding/output_sanitizer/python_sanitizer.py +0 -0
- {wisent-0.5.2 → wisent-0.5.3}/wisent/benchmarks/coding/output_sanitizer/utils.py +0 -0
- {wisent-0.5.2 → wisent-0.5.3}/wisent/benchmarks/coding/providers/__init__.py +0 -0
- {wisent-0.5.2 → wisent-0.5.3}/wisent/benchmarks/coding/providers/core/__init__.py +0 -0
- {wisent-0.5.2 → wisent-0.5.3}/wisent/benchmarks/coding/providers/core/atoms.py +0 -0
- {wisent-0.5.2 → wisent-0.5.3}/wisent/benchmarks/coding/providers/livecodebench/__init__.py +0 -0
- {wisent-0.5.2 → wisent-0.5.3}/wisent/benchmarks/coding/providers/livecodebench/provider.py +0 -0
- {wisent-0.5.2 → wisent-0.5.3}/wisent/benchmarks/coding/safe_docker/__init__.py +0 -0
- {wisent-0.5.2 → wisent-0.5.3}/wisent/benchmarks/coding/safe_docker/core/__init__.py +0 -0
- {wisent-0.5.2 → wisent-0.5.3}/wisent/benchmarks/coding/safe_docker/core/atoms.py +0 -0
- {wisent-0.5.2 → wisent-0.5.3}/wisent/benchmarks/coding/safe_docker/core/runtime.py +0 -0
- {wisent-0.5.2 → wisent-0.5.3}/wisent/benchmarks/coding/safe_docker/entrypoint.py +0 -0
- {wisent-0.5.2 → wisent-0.5.3}/wisent/benchmarks/coding/safe_docker/recipes.py +0 -0
- {wisent-0.5.2 → wisent-0.5.3}/wisent/classifiers/__init__.py +0 -0
- {wisent-0.5.2 → wisent-0.5.3}/wisent/classifiers/core/__init__.py +0 -0
- {wisent-0.5.2 → wisent-0.5.3}/wisent/classifiers/core/atoms.py +0 -0
- {wisent-0.5.2 → wisent-0.5.3}/wisent/classifiers/models/__init__.py +0 -0
- {wisent-0.5.2 → wisent-0.5.3}/wisent/classifiers/models/logistic.py +0 -0
- {wisent-0.5.2 → wisent-0.5.3}/wisent/classifiers/models/mlp.py +0 -0
- {wisent-0.5.2 → wisent-0.5.3}/wisent/cli/__init__.py +0 -0
- {wisent-0.5.2 → wisent-0.5.3}/wisent/cli/classifiers/__init__.py +0 -0
- {wisent-0.5.2 → wisent-0.5.3}/wisent/cli/classifiers/classifier_rotator.py +0 -0
- {wisent-0.5.2 → wisent-0.5.3}/wisent/cli/cli_logger.py +0 -0
- {wisent-0.5.2 → wisent-0.5.3}/wisent/cli/data_loaders/__init__.py +0 -0
- {wisent-0.5.2 → wisent-0.5.3}/wisent/cli/data_loaders/data_loader_rotator.py +0 -0
- {wisent-0.5.2 → wisent-0.5.3}/wisent/cli/evaluators/__init__.py +0 -0
- {wisent-0.5.2 → wisent-0.5.3}/wisent/cli/evaluators/evaluator_rotator.py +0 -0
- {wisent-0.5.2 → wisent-0.5.3}/wisent/cli/steering_methods/__init__.py +0 -0
- {wisent-0.5.2 → wisent-0.5.3}/wisent/cli/steering_methods/steering_rotator.py +0 -0
- {wisent-0.5.2 → wisent-0.5.3}/wisent/cli/wisent_cli/__init__.py +0 -0
- {wisent-0.5.2 → wisent-0.5.3}/wisent/cli/wisent_cli/commands/__init__.py +0 -0
- {wisent-0.5.2 → wisent-0.5.3}/wisent/cli/wisent_cli/commands/help_cmd.py +0 -0
- {wisent-0.5.2 → wisent-0.5.3}/wisent/cli/wisent_cli/commands/listing.py +0 -0
- {wisent-0.5.2 → wisent-0.5.3}/wisent/cli/wisent_cli/commands/train_cmd.py +0 -0
- {wisent-0.5.2 → wisent-0.5.3}/wisent/cli/wisent_cli/main.py +0 -0
- {wisent-0.5.2 → wisent-0.5.3}/wisent/cli/wisent_cli/shell.py +0 -0
- {wisent-0.5.2 → wisent-0.5.3}/wisent/cli/wisent_cli/ui.py +0 -0
- {wisent-0.5.2 → wisent-0.5.3}/wisent/cli/wisent_cli/util/__init__.py +0 -0
- {wisent-0.5.2 → wisent-0.5.3}/wisent/cli/wisent_cli/util/aggregations.py +0 -0
- {wisent-0.5.2 → wisent-0.5.3}/wisent/cli/wisent_cli/util/parsing.py +0 -0
- {wisent-0.5.2 → wisent-0.5.3}/wisent/cli/wisent_cli/version.py +0 -0
- {wisent-0.5.2 → wisent-0.5.3}/wisent/core/activations/__init__.py +0 -0
- {wisent-0.5.2 → wisent-0.5.3}/wisent/core/activations/activations_collector.py +0 -0
- {wisent-0.5.2 → wisent-0.5.3}/wisent/core/activations/core/__init__.py +0 -0
- {wisent-0.5.2 → wisent-0.5.3}/wisent/core/activations/core/atoms.py +0 -0
- {wisent-0.5.2 → wisent-0.5.3}/wisent/core/agent/__init__.py +0 -0
- {wisent-0.5.2 → wisent-0.5.3}/wisent/core/agent/budget.py +0 -0
- {wisent-0.5.2 → wisent-0.5.3}/wisent/core/agent/device_benchmarks.py +0 -0
- {wisent-0.5.2 → wisent-0.5.3}/wisent/core/agent/diagnose/__init__.py +0 -0
- {wisent-0.5.2 → wisent-0.5.3}/wisent/core/agent/diagnose/agent_classifier_decision.py +0 -0
- {wisent-0.5.2 → wisent-0.5.3}/wisent/core/agent/diagnose/classifier_marketplace.py +0 -0
- {wisent-0.5.2 → wisent-0.5.3}/wisent/core/agent/diagnose/create_classifier.py +0 -0
- {wisent-0.5.2 → wisent-0.5.3}/wisent/core/agent/diagnose/response_diagnostics.py +0 -0
- {wisent-0.5.2 → wisent-0.5.3}/wisent/core/agent/diagnose/select_classifiers.py +0 -0
- {wisent-0.5.2 → wisent-0.5.3}/wisent/core/agent/diagnose/synthetic_classifier_option.py +0 -0
- {wisent-0.5.2 → wisent-0.5.3}/wisent/core/agent/diagnose/tasks/__init__.py +0 -0
- {wisent-0.5.2 → wisent-0.5.3}/wisent/core/agent/diagnose/tasks/task_manager.py +0 -0
- {wisent-0.5.2 → wisent-0.5.3}/wisent/core/agent/diagnose/tasks/task_relevance.py +0 -0
- {wisent-0.5.2 → wisent-0.5.3}/wisent/core/agent/diagnose/tasks/task_selector.py +0 -0
- {wisent-0.5.2 → wisent-0.5.3}/wisent/core/agent/diagnose/test_synthetic_classifier.py +0 -0
- {wisent-0.5.2 → wisent-0.5.3}/wisent/core/agent/diagnose.py +0 -0
- {wisent-0.5.2 → wisent-0.5.3}/wisent/core/agent/steer.py +0 -0
- {wisent-0.5.2 → wisent-0.5.3}/wisent/core/agent/timeout.py +0 -0
- {wisent-0.5.2 → wisent-0.5.3}/wisent/core/autonomous_agent.py +0 -0
- {wisent-0.5.2 → wisent-0.5.3}/wisent/core/bigcode_integration.py +0 -0
- {wisent-0.5.2 → wisent-0.5.3}/wisent/core/contrastive_pairs/__init__.py +0 -0
- {wisent-0.5.2 → wisent-0.5.3}/wisent/core/contrastive_pairs/core/__init__.py +0 -0
- {wisent-0.5.2 → wisent-0.5.3}/wisent/core/contrastive_pairs/core/atoms.py +0 -0
- {wisent-0.5.2 → wisent-0.5.3}/wisent/core/contrastive_pairs/core/buliders.py +0 -0
- {wisent-0.5.2 → wisent-0.5.3}/wisent/core/contrastive_pairs/core/pair.py +0 -0
- {wisent-0.5.2 → wisent-0.5.3}/wisent/core/contrastive_pairs/core/response.py +0 -0
- {wisent-0.5.2 → wisent-0.5.3}/wisent/core/contrastive_pairs/core/serialization.py +0 -0
- {wisent-0.5.2 → wisent-0.5.3}/wisent/core/contrastive_pairs/core/set.py +0 -0
- {wisent-0.5.2 → wisent-0.5.3}/wisent/core/contrastive_pairs/diagnostics/__init__.py +0 -0
- {wisent-0.5.2 → wisent-0.5.3}/wisent/core/contrastive_pairs/diagnostics/activations.py +0 -0
- {wisent-0.5.2 → wisent-0.5.3}/wisent/core/contrastive_pairs/diagnostics/base.py +0 -0
- {wisent-0.5.2 → wisent-0.5.3}/wisent/core/contrastive_pairs/diagnostics/control_vectors.py +0 -0
- {wisent-0.5.2 → wisent-0.5.3}/wisent/core/contrastive_pairs/diagnostics/coverage.py +0 -0
- {wisent-0.5.2 → wisent-0.5.3}/wisent/core/contrastive_pairs/diagnostics/divergence.py +0 -0
- {wisent-0.5.2 → wisent-0.5.3}/wisent/core/contrastive_pairs/diagnostics/duplicates.py +0 -0
- {wisent-0.5.2 → wisent-0.5.3}/wisent/core/contrastive_pairs/lm_eval_pairs/__init__.py +0 -0
- {wisent-0.5.2 → wisent-0.5.3}/wisent/core/contrastive_pairs/lm_eval_pairs/atoms.py +0 -0
- {wisent-0.5.2 → wisent-0.5.3}/wisent/core/contrastive_pairs/lm_eval_pairs/lm_extractor_manifest.py +0 -0
- {wisent-0.5.2 → wisent-0.5.3}/wisent/core/contrastive_pairs/lm_eval_pairs/lm_extractor_registry.py +0 -0
- {wisent-0.5.2 → wisent-0.5.3}/wisent/core/contrastive_pairs/lm_eval_pairs/lm_task_extractors/__init__.py +0 -0
- {wisent-0.5.2 → wisent-0.5.3}/wisent/core/contrastive_pairs/lm_eval_pairs/lm_task_extractors/winogrande.py +0 -0
- {wisent-0.5.2 → wisent-0.5.3}/wisent/core/contrastive_pairs/lm_eval_pairs/lm_task_pairs_generation.py +0 -0
- {wisent-0.5.2 → wisent-0.5.3}/wisent/core/data_loaders/__init__.py +0 -0
- {wisent-0.5.2 → wisent-0.5.3}/wisent/core/data_loaders/core/__init__.py +0 -0
- {wisent-0.5.2 → wisent-0.5.3}/wisent/core/data_loaders/core/atoms.py +0 -0
- {wisent-0.5.2 → wisent-0.5.3}/wisent/core/data_loaders/loaders/__init__.py +0 -0
- {wisent-0.5.2 → wisent-0.5.3}/wisent/core/data_loaders/loaders/custom.py +0 -0
- {wisent-0.5.2 → wisent-0.5.3}/wisent/core/data_loaders/loaders/lm_loader.py +0 -0
- {wisent-0.5.2 → wisent-0.5.3}/wisent/core/detection_handling.py +0 -0
- {wisent-0.5.2 → wisent-0.5.3}/wisent/core/download_full_benchmarks.py +0 -0
- {wisent-0.5.2 → wisent-0.5.3}/wisent/core/evaluators/__init__.py +0 -0
- {wisent-0.5.2 → wisent-0.5.3}/wisent/core/evaluators/oracles/__init__.py +0 -0
- {wisent-0.5.2 → wisent-0.5.3}/wisent/core/evaluators/oracles/interactive.py +0 -0
- {wisent-0.5.2 → wisent-0.5.3}/wisent/core/evaluators/oracles/nlp_evaluator.py +0 -0
- {wisent-0.5.2 → wisent-0.5.3}/wisent/core/evaluators/oracles/user_specified.py +0 -0
- {wisent-0.5.2 → wisent-0.5.3}/wisent/core/hyperparameter_optimizer.py +0 -0
- {wisent-0.5.2 → wisent-0.5.3}/wisent/core/lm_eval_harness_ground_truth.py +0 -0
- {wisent-0.5.2 → wisent-0.5.3}/wisent/core/log_likelihoods_evaluator.py +0 -0
- {wisent-0.5.2 → wisent-0.5.3}/wisent/core/managed_cached_benchmarks.py +0 -0
- {wisent-0.5.2 → wisent-0.5.3}/wisent/core/mixed_benchmark_sampler.py +0 -0
- {wisent-0.5.2 → wisent-0.5.3}/wisent/core/model_config_manager.py +0 -0
- {wisent-0.5.2 → wisent-0.5.3}/wisent/core/model_persistence.py +0 -0
- {wisent-0.5.2 → wisent-0.5.3}/wisent/core/models/__init__.py +0 -0
- {wisent-0.5.2 → wisent-0.5.3}/wisent/core/models/core/__init__.py +0 -0
- {wisent-0.5.2 → wisent-0.5.3}/wisent/core/models/core/atoms.py +0 -0
- {wisent-0.5.2 → wisent-0.5.3}/wisent/core/models/wisent_model.py +0 -0
- {wisent-0.5.2 → wisent-0.5.3}/wisent/core/multi_steering.py +0 -0
- {wisent-0.5.2 → wisent-0.5.3}/wisent/core/optuna/__init__.py +0 -0
- {wisent-0.5.2 → wisent-0.5.3}/wisent/core/optuna/classifier/__init__.py +0 -0
- {wisent-0.5.2 → wisent-0.5.3}/wisent/core/optuna/classifier/activation_generator.py +0 -0
- {wisent-0.5.2 → wisent-0.5.3}/wisent/core/optuna/classifier/classifier_cache.py +0 -0
- {wisent-0.5.2 → wisent-0.5.3}/wisent/core/optuna/classifier/optuna_classifier_optimizer.py +0 -0
- {wisent-0.5.2 → wisent-0.5.3}/wisent/core/optuna/steering/__init__.py +0 -0
- {wisent-0.5.2 → wisent-0.5.3}/wisent/core/optuna/steering/bigcode_evaluator_wrapper.py +0 -0
- {wisent-0.5.2 → wisent-0.5.3}/wisent/core/optuna/steering/data_utils.py +0 -0
- {wisent-0.5.2 → wisent-0.5.3}/wisent/core/optuna/steering/metrics.py +0 -0
- {wisent-0.5.2 → wisent-0.5.3}/wisent/core/optuna/steering/optuna_pipeline.py +0 -0
- {wisent-0.5.2 → wisent-0.5.3}/wisent/core/optuna/steering/steering_optimization.py +0 -0
- {wisent-0.5.2 → wisent-0.5.3}/wisent/core/parser.py +0 -0
- {wisent-0.5.2 → wisent-0.5.3}/wisent/core/prompts/__init__.py +0 -0
- {wisent-0.5.2 → wisent-0.5.3}/wisent/core/prompts/core/__init__.py +0 -0
- {wisent-0.5.2 → wisent-0.5.3}/wisent/core/prompts/core/atom.py +0 -0
- {wisent-0.5.2 → wisent-0.5.3}/wisent/core/prompts/core/prompt_formater.py +0 -0
- {wisent-0.5.2 → wisent-0.5.3}/wisent/core/prompts/prompt_stratiegies/__init__.py +0 -0
- {wisent-0.5.2 → wisent-0.5.3}/wisent/core/prompts/prompt_stratiegies/direct_completion.py +0 -0
- {wisent-0.5.2 → wisent-0.5.3}/wisent/core/prompts/prompt_stratiegies/instruction_following.py +0 -0
- {wisent-0.5.2 → wisent-0.5.3}/wisent/core/prompts/prompt_stratiegies/multiple_choice.py +0 -0
- {wisent-0.5.2 → wisent-0.5.3}/wisent/core/prompts/prompt_stratiegies/role_playing.py +0 -0
- {wisent-0.5.2 → wisent-0.5.3}/wisent/core/representation.py +0 -0
- {wisent-0.5.2 → wisent-0.5.3}/wisent/core/sample_size_optimizer.py +0 -0
- {wisent-0.5.2 → wisent-0.5.3}/wisent/core/sample_size_optimizer_v2.py +0 -0
- {wisent-0.5.2 → wisent-0.5.3}/wisent/core/save_results.py +0 -0
- {wisent-0.5.2 → wisent-0.5.3}/wisent/core/steering.py +0 -0
- {wisent-0.5.2 → wisent-0.5.3}/wisent/core/steering_method.py +0 -0
- {wisent-0.5.2 → wisent-0.5.3}/wisent/core/steering_methods/__init__.py +0 -0
- {wisent-0.5.2 → wisent-0.5.3}/wisent/core/steering_methods/core/__init__.py +0 -0
- {wisent-0.5.2 → wisent-0.5.3}/wisent/core/steering_methods/core/atoms.py +0 -0
- {wisent-0.5.2 → wisent-0.5.3}/wisent/core/steering_methods/methods/__init__.py +0 -0
- {wisent-0.5.2 → wisent-0.5.3}/wisent/core/steering_methods/methods/caa.py +0 -0
- {wisent-0.5.2 → wisent-0.5.3}/wisent/core/steering_optimizer.py +0 -0
- {wisent-0.5.2 → wisent-0.5.3}/wisent/core/task_interface.py +0 -0
- {wisent-0.5.2 → wisent-0.5.3}/wisent/core/task_selector.py +0 -0
- {wisent-0.5.2 → wisent-0.5.3}/wisent/core/tasks/__init__.py +0 -0
- {wisent-0.5.2 → wisent-0.5.3}/wisent/core/tasks/aime_task.py +0 -0
- {wisent-0.5.2 → wisent-0.5.3}/wisent/core/tasks/file_task.py +0 -0
- {wisent-0.5.2 → wisent-0.5.3}/wisent/core/tasks/hle_task.py +0 -0
- {wisent-0.5.2 → wisent-0.5.3}/wisent/core/tasks/hmmt_task.py +0 -0
- {wisent-0.5.2 → wisent-0.5.3}/wisent/core/tasks/livecodebench_task.py +0 -0
- {wisent-0.5.2 → wisent-0.5.3}/wisent/core/tasks/livemathbench_task.py +0 -0
- {wisent-0.5.2 → wisent-0.5.3}/wisent/core/tasks/lm_eval_task.py +0 -0
- {wisent-0.5.2 → wisent-0.5.3}/wisent/core/tasks/math500_task.py +0 -0
- {wisent-0.5.2 → wisent-0.5.3}/wisent/core/tasks/polymath_task.py +0 -0
- {wisent-0.5.2 → wisent-0.5.3}/wisent/core/tasks/supergpqa_task.py +0 -0
- {wisent-0.5.2 → wisent-0.5.3}/wisent/core/time_estimator.py +0 -0
- {wisent-0.5.2 → wisent-0.5.3}/wisent/core/timing_calibration.py +0 -0
- {wisent-0.5.2 → wisent-0.5.3}/wisent/core/tracking/__init__.py +0 -0
- {wisent-0.5.2 → wisent-0.5.3}/wisent/core/tracking/latency.py +0 -0
- {wisent-0.5.2 → wisent-0.5.3}/wisent/core/tracking/memory.py +0 -0
- {wisent-0.5.2 → wisent-0.5.3}/wisent/core/trainers/__init__.py +0 -0
- {wisent-0.5.2 → wisent-0.5.3}/wisent/core/trainers/core/__init__.py +0 -0
- {wisent-0.5.2 → wisent-0.5.3}/wisent/core/trainers/core/atoms.py +0 -0
- {wisent-0.5.2 → wisent-0.5.3}/wisent/core/trainers/steering_trainer.py +0 -0
- {wisent-0.5.2 → wisent-0.5.3}/wisent/core/user_model_config.py +0 -0
- {wisent-0.5.2 → wisent-0.5.3}/wisent/opti/__init__.py +0 -0
- {wisent-0.5.2 → wisent-0.5.3}/wisent/opti/core/__init__.py +0 -0
- {wisent-0.5.2 → wisent-0.5.3}/wisent/opti/core/atoms.py +0 -0
- {wisent-0.5.2 → wisent-0.5.3}/wisent/opti/methods/__init__.py +0 -0
- {wisent-0.5.2 → wisent-0.5.3}/wisent/opti/methods/opti_classificator.py +0 -0
- {wisent-0.5.2 → wisent-0.5.3}/wisent/opti/methods/opti_steering.py +0 -0
- {wisent-0.5.2 → wisent-0.5.3}/wisent/synthetic/__init__.py +0 -0
- {wisent-0.5.2 → wisent-0.5.3}/wisent/synthetic/cleaners/__init__.py +0 -0
- {wisent-0.5.2 → wisent-0.5.3}/wisent/synthetic/cleaners/core/__init__.py +0 -0
- {wisent-0.5.2 → wisent-0.5.3}/wisent/synthetic/cleaners/core/atoms.py +0 -0
- {wisent-0.5.2 → wisent-0.5.3}/wisent/synthetic/cleaners/deduper_cleaner.py +0 -0
- {wisent-0.5.2 → wisent-0.5.3}/wisent/synthetic/cleaners/methods/__init__.py +0 -0
- {wisent-0.5.2 → wisent-0.5.3}/wisent/synthetic/cleaners/methods/base_dedupers.py +0 -0
- {wisent-0.5.2 → wisent-0.5.3}/wisent/synthetic/cleaners/methods/base_refusalers.py +0 -0
- {wisent-0.5.2 → wisent-0.5.3}/wisent/synthetic/cleaners/methods/core/__init__.py +0 -0
- {wisent-0.5.2 → wisent-0.5.3}/wisent/synthetic/cleaners/methods/core/atoms.py +0 -0
- {wisent-0.5.2 → wisent-0.5.3}/wisent/synthetic/cleaners/pairs_cleaner.py +0 -0
- {wisent-0.5.2 → wisent-0.5.3}/wisent/synthetic/cleaners/refusaler_cleaner.py +0 -0
- {wisent-0.5.2 → wisent-0.5.3}/wisent/synthetic/db_instructions/__init__.py +0 -0
- {wisent-0.5.2 → wisent-0.5.3}/wisent/synthetic/db_instructions/core/__init__.py +0 -0
- {wisent-0.5.2 → wisent-0.5.3}/wisent/synthetic/db_instructions/core/atoms.py +0 -0
- {wisent-0.5.2 → wisent-0.5.3}/wisent/synthetic/db_instructions/mini_dp.py +0 -0
- {wisent-0.5.2 → wisent-0.5.3}/wisent/synthetic/generators/__init__.py +0 -0
- {wisent-0.5.2 → wisent-0.5.3}/wisent/synthetic/generators/core/__init__.py +0 -0
- {wisent-0.5.2 → wisent-0.5.3}/wisent/synthetic/generators/core/atoms.py +0 -0
- {wisent-0.5.2 → wisent-0.5.3}/wisent/synthetic/generators/diversities/__init__.py +0 -0
- {wisent-0.5.2 → wisent-0.5.3}/wisent/synthetic/generators/diversities/core/__init__.py +0 -0
- {wisent-0.5.2 → wisent-0.5.3}/wisent/synthetic/generators/diversities/core/core.py +0 -0
- {wisent-0.5.2 → wisent-0.5.3}/wisent/synthetic/generators/diversities/methods/__init__.py +0 -0
- {wisent-0.5.2 → wisent-0.5.3}/wisent/synthetic/generators/diversities/methods/fast_diversity.py +0 -0
- {wisent-0.5.2 → wisent-0.5.3}/wisent/synthetic/generators/pairs_generator.py +0 -0
- {wisent-0.5.2 → wisent-0.5.3}/wisent.egg-info/SOURCES.txt +0 -0
- {wisent-0.5.2 → wisent-0.5.3}/wisent.egg-info/dependency_links.txt +0 -0
- {wisent-0.5.2 → wisent-0.5.3}/wisent.egg-info/requires.txt +0 -0
- {wisent-0.5.2 → wisent-0.5.3}/wisent.egg-info/top_level.txt +0 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
__version__ = "0.5.3"
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
from .utils.device import empty_device_cache, preferred_dtype, resolve_default_device, resolve_device, resolve_torch_device
|
|
2
|
+
from .steering import SteeringMethod, SteeringType
|
|
3
|
+
|
|
4
|
+
__all__ = [
|
|
5
|
+
"SteeringMethod",
|
|
6
|
+
"SteeringType",
|
|
7
|
+
"empty_device_cache",
|
|
8
|
+
"preferred_dtype",
|
|
9
|
+
"resolve_default_device",
|
|
10
|
+
"resolve_device",
|
|
11
|
+
"resolve_torch_device",
|
|
12
|
+
]
|
wisent-0.5.2/wisent/__init__.py
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
__version__ = "0.5.2"
|
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
from wisent.core.activations import Activations
|
|
2
|
-
from wisent.core.classifier.classifier import ActivationClassifier, Classifier
|
|
3
|
-
|
|
4
|
-
from .utils.device import empty_device_cache, preferred_dtype, resolve_default_device, resolve_device, resolve_torch_device
|
|
5
|
-
from .steering import SteeringMethod, SteeringType
|
|
6
|
-
|
|
7
|
-
__all__ = [
|
|
8
|
-
"ActivationClassifier",
|
|
9
|
-
"ActivationHooks",
|
|
10
|
-
"Activations",
|
|
11
|
-
"Classifier",
|
|
12
|
-
"ContrastivePairSet",
|
|
13
|
-
"Layer",
|
|
14
|
-
"Model",
|
|
15
|
-
"ModelParameterOptimizer",
|
|
16
|
-
"PromptFormat",
|
|
17
|
-
"SecureCodeEvaluator",
|
|
18
|
-
"SteeringMethod",
|
|
19
|
-
"SteeringType",
|
|
20
|
-
"TokenScore",
|
|
21
|
-
"enforce_secure_execution",
|
|
22
|
-
"empty_device_cache",
|
|
23
|
-
"preferred_dtype",
|
|
24
|
-
"resolve_default_device",
|
|
25
|
-
"resolve_device",
|
|
26
|
-
"resolve_torch_device",
|
|
27
|
-
]
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{wisent-0.5.2 → wisent-0.5.3}/wisent/core/contrastive_pairs/lm_eval_pairs/lm_extractor_manifest.py
RENAMED
|
File without changes
|
{wisent-0.5.2 → wisent-0.5.3}/wisent/core/contrastive_pairs/lm_eval_pairs/lm_extractor_registry.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{wisent-0.5.2 → wisent-0.5.3}/wisent/core/prompts/prompt_stratiegies/instruction_following.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{wisent-0.5.2 → wisent-0.5.3}/wisent/synthetic/generators/diversities/methods/fast_diversity.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|