0.0.15 • Published 2 years ago

@sutysisku/tokenizer v0.0.15

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

About

sentence embeddings model tokenizer for la sutysisku

Build

npm build
npm login
npm publish --access=public

r=require('./sutysisku_tokenizer'); function createArrays(numArrays, arraySize) { return Array.from({length: numArrays}, () => Array.from({length: arraySize}, () => Math.round(Math.random() * 94) ) ); }

const arrays = createArrays(1600, 384); b = new r.Sisku({embeddings: arrays})

b.search(0,1,2)

🔋 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.

0.0.14

2 years ago

0.0.15

2 years ago

0.0.13

2 years ago

0.0.12

2 years ago

0.0.10

2 years ago

0.0.11

2 years ago

0.0.9

2 years ago

0.0.8

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago