LucaCappelletti94's picture
Add model card
919709d verified
|
Raw
History Blame Contribute Delete
791 Bytes
metadata
license: mit
tags:
  - chemistry
  - natural-products
  - npclassifier
  - rust
  - wasm
  - browser-inference

NPClassifier Rust/Web model bundles

This repository hosts the browser-ready q4 model bundles used by the Rust/WebAssembly implementation of NPClassifier.

Contents

  • mini-shared/
    • compact shared-stem distilled browser model
    • about 9.3 MiB in q4
  • full/
    • faithful q4 model with the original NPClassifier architecture
    • about 120.7 MiB in q4

These files are exported runtime bundles, not raw training checkpoints.

They are consumed by:

  • the public browser app at https://npc.earthmetabolome.org/
  • the Rust npclassifier-core remote runner and CLI

Source repository:

  • https://github.com/earth-metabolome-initiative/npclassifier-rs