LICENSE
README.md
pyproject.toml
setup.py
wisent/__init__.py
wisent.egg-info/PKG-INFO
wisent.egg-info/SOURCES.txt
wisent.egg-info/dependency_links.txt
wisent.egg-info/requires.txt
wisent.egg-info/top_level.txt
wisent/benchmarks/__init__.py
wisent/benchmarks/coding/__init__.py
wisent/benchmarks/coding/metrics/__init__.py
wisent/benchmarks/coding/metrics/evaluator.py
wisent/benchmarks/coding/metrics/passk.py
wisent/benchmarks/coding/metrics/core/__init__.py
wisent/benchmarks/coding/metrics/core/atoms.py
wisent/benchmarks/coding/output_sanitizer/__init__.py
wisent/benchmarks/coding/output_sanitizer/cpp_sanitizer.py
wisent/benchmarks/coding/output_sanitizer/java_sanitizer.py
wisent/benchmarks/coding/output_sanitizer/python_sanitizer.py
wisent/benchmarks/coding/output_sanitizer/utils.py
wisent/benchmarks/coding/output_sanitizer/core/__init__.py
wisent/benchmarks/coding/output_sanitizer/core/atoms.py
wisent/benchmarks/coding/providers/__init__.py
wisent/benchmarks/coding/providers/core/__init__.py
wisent/benchmarks/coding/providers/core/atoms.py
wisent/benchmarks/coding/providers/livecodebench/__init__.py
wisent/benchmarks/coding/providers/livecodebench/provider.py
wisent/benchmarks/coding/safe_docker/__init__.py
wisent/benchmarks/coding/safe_docker/entrypoint.py
wisent/benchmarks/coding/safe_docker/recipes.py
wisent/benchmarks/coding/safe_docker/core/__init__.py
wisent/benchmarks/coding/safe_docker/core/atoms.py
wisent/benchmarks/coding/safe_docker/core/runtime.py
wisent/classifiers/__init__.py
wisent/classifiers/core/__init__.py
wisent/classifiers/core/atoms.py
wisent/classifiers/models/__init__.py
wisent/classifiers/models/logistic.py
wisent/classifiers/models/mlp.py
wisent/cli/__init__.py
wisent/cli/cli_logger.py
wisent/cli/classifiers/__init__.py
wisent/cli/classifiers/classifier_rotator.py
wisent/cli/data_loaders/__init__.py
wisent/cli/data_loaders/data_loader_rotator.py
wisent/cli/evaluators/__init__.py
wisent/cli/evaluators/evaluator_rotator.py
wisent/cli/steering_methods/__init__.py
wisent/cli/steering_methods/steering_rotator.py
wisent/cli/wisent_cli/__init__.py
wisent/cli/wisent_cli/main.py
wisent/cli/wisent_cli/shell.py
wisent/cli/wisent_cli/ui.py
wisent/cli/wisent_cli/version.py
wisent/cli/wisent_cli/commands/__init__.py
wisent/cli/wisent_cli/commands/help_cmd.py
wisent/cli/wisent_cli/commands/listing.py
wisent/cli/wisent_cli/commands/train_cmd.py
wisent/cli/wisent_cli/util/__init__.py
wisent/cli/wisent_cli/util/aggregations.py
wisent/cli/wisent_cli/util/parsing.py
wisent/core/__init__.py
wisent/core/autonomous_agent.py
wisent/core/bigcode_integration.py
wisent/core/detection_handling.py
wisent/core/download_full_benchmarks.py
wisent/core/hyperparameter_optimizer.py
wisent/core/lm_eval_harness_ground_truth.py
wisent/core/log_likelihoods_evaluator.py
wisent/core/managed_cached_benchmarks.py
wisent/core/mixed_benchmark_sampler.py
wisent/core/model_config_manager.py
wisent/core/model_persistence.py
wisent/core/multi_steering.py
wisent/core/parser.py
wisent/core/representation.py
wisent/core/sample_size_optimizer.py
wisent/core/sample_size_optimizer_v2.py
wisent/core/save_results.py
wisent/core/steering.py
wisent/core/steering_method.py
wisent/core/steering_optimizer.py
wisent/core/task_interface.py
wisent/core/task_selector.py
wisent/core/time_estimator.py
wisent/core/timing_calibration.py
wisent/core/user_model_config.py
wisent/core/activations/__init__.py
wisent/core/activations/activations_collector.py
wisent/core/activations/core/__init__.py
wisent/core/activations/core/atoms.py
wisent/core/agent/__init__.py
wisent/core/agent/budget.py
wisent/core/agent/device_benchmarks.py
wisent/core/agent/diagnose.py
wisent/core/agent/steer.py
wisent/core/agent/timeout.py
wisent/core/agent/diagnose/__init__.py
wisent/core/agent/diagnose/agent_classifier_decision.py
wisent/core/agent/diagnose/classifier_marketplace.py
wisent/core/agent/diagnose/create_classifier.py
wisent/core/agent/diagnose/response_diagnostics.py
wisent/core/agent/diagnose/select_classifiers.py
wisent/core/agent/diagnose/synthetic_classifier_option.py
wisent/core/agent/diagnose/test_synthetic_classifier.py
wisent/core/agent/diagnose/tasks/__init__.py
wisent/core/agent/diagnose/tasks/task_manager.py
wisent/core/agent/diagnose/tasks/task_relevance.py
wisent/core/agent/diagnose/tasks/task_selector.py
wisent/core/contrastive_pairs/__init__.py
wisent/core/contrastive_pairs/core/__init__.py
wisent/core/contrastive_pairs/core/atoms.py
wisent/core/contrastive_pairs/core/buliders.py
wisent/core/contrastive_pairs/core/pair.py
wisent/core/contrastive_pairs/core/response.py
wisent/core/contrastive_pairs/core/serialization.py
wisent/core/contrastive_pairs/core/set.py
wisent/core/contrastive_pairs/diagnostics/__init__.py
wisent/core/contrastive_pairs/diagnostics/activations.py
wisent/core/contrastive_pairs/diagnostics/base.py
wisent/core/contrastive_pairs/diagnostics/control_vectors.py
wisent/core/contrastive_pairs/diagnostics/coverage.py
wisent/core/contrastive_pairs/diagnostics/divergence.py
wisent/core/contrastive_pairs/diagnostics/duplicates.py
wisent/core/contrastive_pairs/lm_eval_pairs/__init__.py
wisent/core/contrastive_pairs/lm_eval_pairs/atoms.py
wisent/core/contrastive_pairs/lm_eval_pairs/lm_extractor_manifest.py
wisent/core/contrastive_pairs/lm_eval_pairs/lm_extractor_registry.py
wisent/core/contrastive_pairs/lm_eval_pairs/lm_task_pairs_generation.py
wisent/core/contrastive_pairs/lm_eval_pairs/lm_task_extractors/__init__.py
wisent/core/contrastive_pairs/lm_eval_pairs/lm_task_extractors/winogrande.py
wisent/core/data_loaders/__init__.py
wisent/core/data_loaders/core/__init__.py
wisent/core/data_loaders/core/atoms.py
wisent/core/data_loaders/loaders/__init__.py
wisent/core/data_loaders/loaders/custom.py
wisent/core/data_loaders/loaders/lm_loader.py
wisent/core/evaluators/__init__.py
wisent/core/evaluators/oracles/__init__.py
wisent/core/evaluators/oracles/interactive.py
wisent/core/evaluators/oracles/nlp_evaluator.py
wisent/core/evaluators/oracles/user_specified.py
wisent/core/models/__init__.py
wisent/core/models/wisent_model.py
wisent/core/models/core/__init__.py
wisent/core/models/core/atoms.py
wisent/core/optuna/__init__.py
wisent/core/optuna/classifier/__init__.py
wisent/core/optuna/classifier/activation_generator.py
wisent/core/optuna/classifier/classifier_cache.py
wisent/core/optuna/classifier/optuna_classifier_optimizer.py
wisent/core/optuna/steering/__init__.py
wisent/core/optuna/steering/bigcode_evaluator_wrapper.py
wisent/core/optuna/steering/data_utils.py
wisent/core/optuna/steering/metrics.py
wisent/core/optuna/steering/optuna_pipeline.py
wisent/core/optuna/steering/steering_optimization.py
wisent/core/prompts/__init__.py
wisent/core/prompts/core/__init__.py
wisent/core/prompts/core/atom.py
wisent/core/prompts/core/prompt_formater.py
wisent/core/prompts/prompt_stratiegies/__init__.py
wisent/core/prompts/prompt_stratiegies/direct_completion.py
wisent/core/prompts/prompt_stratiegies/instruction_following.py
wisent/core/prompts/prompt_stratiegies/multiple_choice.py
wisent/core/prompts/prompt_stratiegies/role_playing.py
wisent/core/steering_methods/__init__.py
wisent/core/steering_methods/core/__init__.py
wisent/core/steering_methods/core/atoms.py
wisent/core/steering_methods/methods/__init__.py
wisent/core/steering_methods/methods/caa.py
wisent/core/tasks/__init__.py
wisent/core/tasks/aime_task.py
wisent/core/tasks/file_task.py
wisent/core/tasks/hle_task.py
wisent/core/tasks/hmmt_task.py
wisent/core/tasks/livecodebench_task.py
wisent/core/tasks/livemathbench_task.py
wisent/core/tasks/lm_eval_task.py
wisent/core/tasks/math500_task.py
wisent/core/tasks/polymath_task.py
wisent/core/tasks/supergpqa_task.py
wisent/core/tracking/__init__.py
wisent/core/tracking/latency.py
wisent/core/tracking/memory.py
wisent/core/trainers/__init__.py
wisent/core/trainers/steering_trainer.py
wisent/core/trainers/core/__init__.py
wisent/core/trainers/core/atoms.py
wisent/opti/__init__.py
wisent/opti/core/__init__.py
wisent/opti/core/atoms.py
wisent/opti/methods/__init__.py
wisent/opti/methods/opti_classificator.py
wisent/opti/methods/opti_steering.py
wisent/synthetic/__init__.py
wisent/synthetic/cleaners/__init__.py
wisent/synthetic/cleaners/deduper_cleaner.py
wisent/synthetic/cleaners/pairs_cleaner.py
wisent/synthetic/cleaners/refusaler_cleaner.py
wisent/synthetic/cleaners/core/__init__.py
wisent/synthetic/cleaners/core/atoms.py
wisent/synthetic/cleaners/methods/__init__.py
wisent/synthetic/cleaners/methods/base_dedupers.py
wisent/synthetic/cleaners/methods/base_refusalers.py
wisent/synthetic/cleaners/methods/core/__init__.py
wisent/synthetic/cleaners/methods/core/atoms.py
wisent/synthetic/db_instructions/__init__.py
wisent/synthetic/db_instructions/mini_dp.py
wisent/synthetic/db_instructions/core/__init__.py
wisent/synthetic/db_instructions/core/atoms.py
wisent/synthetic/generators/__init__.py
wisent/synthetic/generators/pairs_generator.py
wisent/synthetic/generators/core/__init__.py
wisent/synthetic/generators/core/atoms.py
wisent/synthetic/generators/diversities/__init__.py
wisent/synthetic/generators/diversities/core/__init__.py
wisent/synthetic/generators/diversities/core/core.py
wisent/synthetic/generators/diversities/methods/__init__.py
wisent/synthetic/generators/diversities/methods/fast_diversity.py