xenova / transformers.js

State-of-the-art Machine Learning for the web. Run 🤗 Transformers directly in your browser, with no need for a server!
https://huggingface.co/docs/transformers.js
Apache License 2.0
9.71k stars 571 forks source link

Implement BitNET #790

Open flatsiedatsie opened 3 weeks ago

flatsiedatsie commented 3 weeks ago

Feature request

I was wondering if a javascript WebGPU implementation of BitNET might be a fun idea to explore.

Motivation

Your contribution

While I am not a programmer, I can do web-dev. I could help with creating a demo, or keep an eye out for new models to try.

Example code: https://2084.substack.com/p/2084-bitnet-overhyped-training-bitnet

There's a C implementation here, that could perhaps be used with Emcriptem?* https://github.com/cpldcpu/BitNetMCU

*I have no idea what I'm talking about