Skip to content

3.2.1

Compare
Choose a tag to compare
@xenova xenova released this 19 Dec 17:02
· 10 commits to main since this release
074e97a

What's new?

  • Add support for ModernBert in #1104. Check out the blog post for more information!

    Example:

    import { pipeline } from '@huggingface/transformers';
    
    const pipe = await pipeline('fill-mask', 'answerdotai/ModernBERT-base');
    const answer = await pipe('The capital of France is [MASK].');
    console.log(answer);

    image

Full Changelog: 3.2.0...3.2.1