Skip to main content

batch_encode_ext

Function batch_encode_ext 

Source
pub fn batch_encode_ext<T: TransformerTokenizer>(
    texts: &[&str],
    tokenizer: &T,
    config: &BatchConfigExt,
) -> BatchEncoding
Expand description

Batch-encode with extended configuration (including padding side).

Same as batch_encode but allows choosing left or right padding.