Shmatko, A., Jung, A.W., Gaurav, K. et al. Learning the natural history of human disease with generative transformers.
Nature (2025). https://doi.org/10.1038/s41586-025-09529-3
Can we run it ...?
...
API ?
...
Using the ONNX Runtime: Delphi-2M in your browser
something as simple as
pipeline = (await import('https://cdn.jsdelivr.net/npm/@huggingface/transformers@3.7.3')).pipeline;
classifier = await pipeline('sentiment-analysis')
...
?
...