Open
Description
So far I've ported the components I needed to support the models I tested, but there are many more in transformers
and tokenizers
. For example:
In addition to checking the source code of the tokenizers
library, I recommend taking a look at the JavaScript implementation by @xenova in transformers.js
– it's a single file and easy to follow!