Spaces:
Sleeping
Sleeping
A newer version of the Gradio SDK is available: 6.12.0
THIRAWAT-mapper-demo
End-to-end demo of THIRAWAT-mapper, a tool for mapping concepts from non-standard terminologies to standard terminologies in OHDSI/OMOP CDM.
Key steps
- Turn the vocab set downloaded from Athena into DuckDB format using
pip install athena2duckdb[https://pypi.org/project/athena2duckdb/] - Follow instructions in THIRAWAT-mapper
- Use [https://huggingface.co/cambridgeltl/SapBERT-UMLS-2020AB-all-lang-from-XLMR] for retrieval with CLS pooling and [https://huggingface.co/sidataplus/THIRAWAT-SapBERT] for ColBERT reranker
- Build a complete gradio app, see prelim example [spec/example.py]
- Package everything into a Hugging Face Space [https://huggingface.co/spaces/sidataplus/THIRAWAT-mapper-demo]