OTU-Taxa

This repository contains the files needed to reuse the pretrained OTU-Taxa model from the paper "OTU-Taxa: a taxonomy-aware foundation model for microbiome samples".

Hugging Face repository: bio-ontology-research-group/otu-taxa

Model Summary

OTU-Taxa represents each microbiome sample as an abundance-ordered sequence of paired OTU and taxonomy tokens. The released checkpoint is an autoregressive Transformer trained to predict the next OTU-taxonomy pair. The paper model uses SINTAX-derived taxonomy labels and a hierarchy-aware taxonomy path loss with rank-specific unknown taxonomy nodes.

Raw abundance values are not direct model inputs. Abundance is encoded through the within-sample ordering of OTU-taxonomy pairs.

Files

config.json
model_config.json
special_tokens.json
otu_vocab.json
taxonomy_vocab.json
taxonomy_tree.json
checkpoints/best.pt
checkpoints/meta.json
checkpoints/split.json
checkpoints/otu2tax.npy
checkpoints/metrics.jsonl
tree_artifacts/taxonomy_vocab_with_unk.json
tree_artifacts/descendant_matrix_with_unk.npy
tree_artifacts/rank_idx.npy
examples/minimal_inference.py
CHECKSUMS.sha256

checkpoints/best.pt is the main pretrained model checkpoint. Keep it paired with the vocabularies, hierarchy artifacts, and checkpoints/meta.json. The checkpoint SHA-256 is 689509acc669ff6833e07498cb3e13cf8d6172ac47b1ad881b8990d370ec872b.

Intended Use

Use this model for OTU-Taxa inference, representation extraction, sample classification fine-tuning, generative community readouts, and context-based taxonomy prediction workflows described in the paper.

The source code is maintained in: https://github.com/bio-ontology-research-group/otu-taxa-autoregressive

Limitations

This checkpoint depends on the released OTU and taxonomy vocabularies. New data must be processed into the same OTU-token and taxonomy-token conventions or handled with compatible preprocessing code.

The training corpus is derived from the filtered Microbe Atlas Project snapshot used in the paper. Redistribution of raw source data is not included here.

Release identity

The released OTU-Taxa checkpoint SHA-256 is 689509acc669ff6833e07498cb3e13cf8d6172ac47b1ad881b8990d370ec872b. Pope-MAP and Waypoint-MAP are comparator models and are not included in this model repository.

Downloads last month
14
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support