/sutysisku-tokenizer

Primary LanguageRustApache License 2.0Apache-2.0

About

sentence embeddings model tokenizer for la sutysisku

Build

wasm-pack build --target nodejs --out-dir pkg/nodejs
wasm-pack build --target web --out-dir pkg/web
wasm-pack build --target bundler --out-dir pkg/bundler
find ./pkg -name ".gitignore" -type f -delete
npm login
npm publish --access=public

🔋 Batteries Included

  • wasm-bindgen for communicating between WebAssembly and JavaScript.
  • console_error_panic_hook for logging panic messages to the developer console.
  • LICENSE-APACHE and LICENSE-MIT: most Rust projects are licensed this way, so these are included for you

License

Licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.