github huggingface/transformers.js 3.2.1

latest releases: 3.8.1, 3.8.0, 3.7.6...
15 months ago

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

Don't miss a new transformers.js release

NewReleases is sending notifications on new releases.