You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Pipeline for Relation Extraction, with related example.
Matrix-level documentation of pre- and post-processing steps (see doc/Processing.typ or doc/Processing.pdf).
More unit-tests.
Changed
The Pipeline trait is now fully generic wrt. input, output and context types.
The Model struct is more opaque and parametrized by a pipeline which it handles by itself.
The GLiNER struct is now a light convenience wrapper around Model, Pipeline and Parameters.
The Composable trait is now implemented for Model+Pipeline+Parameters combos, to facilitate re-use and combination of pipelines. See Pipeline::to_composable() or Model::to_composable().
Drop num_traits dependency (in favor of ndarray's NdFloat).