logprobe 0.3.0

Detect normalization errors, entropy bias, and truncation artifacts in LLM logprob data
Documentation
1
2
3
4
5
6
7
8
pub mod cli;
pub mod diagnostics;
pub mod filters;
pub mod math;
pub mod metrics;
pub mod output;
pub mod parse;
pub mod types;