Optional Nx/Bumblebee serving builder for local token-classification models.
Model serving remains explicit. Default Obscura usage does not load model
dependencies or download weights. Calling build/1 is an opt-in local model
setup path.
Summary
Functions
Builds a NER serving when optional model dependencies are available.
Returns telemetry-safe metadata for a built serving.
Types
@type t() :: %Obscura.Recognizer.NER.Serving{ backend: atom() | nil, backend_metadata: map() | nil, built_at: DateTime.t() | nil, model_spec: Obscura.Recognizer.NER.ModelSpec.t(), sequence_length: pos_integer() | nil, serving: term(), tokenizer: term() | nil }