ErrLookup › p-e-w/heretic

p-e-w/heretic

Fully automatic censorship removal for language models · Python · 15 source files

Analyzed at bedb94ef11 on 2026-08-29. 27 documented errors.

Code / MessageTypeSeverityTags
cannot be empty or whitespace
validation error config, validation, python
'.' is not allowed
validation error config, validation, naming
whitespace is not allowed
validation error config, validation, naming
No scorers configured. Set 'scorers' in config.toml
exception critical config, missing-config, evaluation
Duplicate scorer instance name: {scorer_key}. Give each inst
exception error config, duplicate, naming
Could not fetch uploaded model hashes.
exception error network, huggingface, upload
Failed to load model with all configured dtypes.
exception critical model-loading, gpu, memory, torch
prompts must not be empty
exception error validation, empty-input, torch
Plugin namespace [{namespace}] must be a table/object, got {
exception error config, type-error, toml
Plugin '{name}' does not export a class named '{class_name}'
exception error plugin, python, configuration
You must append the plugin class name to the filepath like t
exception error plugin, python, configuration
File-based plugin must use the form 'path/to/plugin.py:Class
exception error plugin, python, configuration
Plugin file '{plugin_path}' does not exist
exception error plugin, filesystem, configuration
Could not load plugin '{name}' (invalid module spec)
exception error plugin, python, import
Import-based plugin must use the form 'fully.qualified.modul
exception error plugin, python, configuration
Error loading plugin '{name}': {e}
exception error plugin, python, import, module-not-found
Plugin '{name}' must subclass {base_class.__name__}
exception error plugin, python, type-error
{self.__class__.__name__} requires settings to be validated
exception error plugin, settings, validation, pydantic
{self.__class__.__name__}.settings must be an instance of {s
exception error plugin, settings, validation, pydantic
{cls.__name__} must not define __init__(). Use an optional i
exception error python, plugin, api-misuse
{cls.__name__}.settings must not be Optional; use a non-opti
exception error python, pydantic, plugin, typing
{cls.__name__}.settings must be annotated with a pydantic.Ba
exception error python, pydantic, plugin, typing
unknown MismatchSeverity value: {self}
exception error python, enum, internal-inconsistency
unknown metadata.type value in version information: {metadat
exception error python, versioning, environment
The "split" field is required for datasets: {path}
validation error python, configuration, datasets
The "column" field is required for datasets: {path}
validation error python, configuration, datasets
Could not fetch uploaded model hashes.
exception critical network, huggingface, api