3.2.1
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);
Full Changelog: 3.2.0...3.2.1