Join the conversation

Join the community of Machine Learners and AI enthusiasts.

Sign Up
XenovaΒ 
posted an update 12 days ago
Post
4643
Have you tried out πŸ€— Transformers.js v3? Here are the new features:
⚑ WebGPU support (up to 100x faster than WASM)
πŸ”’ New quantization formats (dtypes)
πŸ› 120 supported architectures in total
πŸ“‚ 25 new example projects and templates
πŸ€– Over 1200 pre-converted models
🌐 Node.js (ESM + CJS), Deno, and Bun compatibility
🏑 A new home on GitHub and NPM

Get started with npm i @huggingface/transformers.

Learn more in our blog post: https://huggingface.co/blog/transformersjs-v3

Thank you so much for the epic update! Do you have a guide for getting your own custom models in transformers.js format?

E.g. if I wanted to convert the following model: https://huggingface.co/mrdbourke/detr_finetuned_trashify_box_detector

deleted
This comment has been hidden

I have actually tried and enjoyed it, but some models overload the browser. I have been thinking about some ways to diagnose a browser, is there anything on this front that I can contribute?