Skip to main content

count_huggingface_batch

Function count_huggingface_batch 

Source
pub fn count_huggingface_batch(
    tokenizer_json: &str,
    values: &[String],
) -> Result<Vec<usize>, CoreError>
Expand description

Count values with a Hugging Face tokenizer JSON definition.