Supported models in Transformers.js
mainTransformers.js supports a wide variety of pre-trained models across different tasks, including language modeling, vision, audio, and time-series forecasting. Key model families supported include:
- Language Models: MT5, NanoChat, Nemotron, Nemotron-H, NeoBERT, OLMo (including OLMo2, OLMo3, and Olmo Hybrid), OpenELM, OPT, Phi (including Phi3 and Phi3V).
- Vision & Multimodal: OWL-ViT, OWLv2, PaliGemma, PVT.
- Audio: NLLB (Translation), Nougat (Document Understanding), Parakeet (ASR), PyAnnote (Speaker Diarization).
- Time Series: PatchTSMixer, PatchTST.
For specific model details, refer to the individual model documentation links provided in the official repository.