2.17.1-lite.3 • Published 1 year ago

@echogarden/transformers-nodejs-lite v2.17.1-lite.3

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
1 year ago

Transformers for Echogarden

This package is a highly reduced fork of the Xenova JavaScript port of 🤗 transformers. It's modified for the particular needs of Echogarden, to ensure very small package and dependency sizes.

It keeps:

  • Models
  • Tokenizers
  • Node.js port (only onnxruntime-node is supported, as a peer dependency)

It removes:

  • All pipelines
  • All processors
  • All image and audio utilities
  • Web port (onnxruntime-web dependency is removed)
  • Documentation
  • Tests
  • Examples