Davis426 commited on
Commit
56d61ea
·
verified ·
1 Parent(s): 6078b79

Update combined model card

Browse files
Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -241,5 +241,7 @@ Built on top of:
241
  - Llama-3.2 (Meta): https://huggingface.co/meta-llama/Llama-3.2-1B-Instruct
242
  - QLoRA (Dettmers et al., 2023): https://arxiv.org/abs/2305.14314
243
  - MASS-RAG (Xiao, Huang, Liu, Xie, 2026): https://arxiv.org/abs/2604.18509 (used by the parent repo's retrieval pipeline that these models plug into)
 
 
244
  - Unsloth: https://github.com/unslothai/unsloth
245
  - llama.cpp + Ollama for GGUF serving
 
241
  - Llama-3.2 (Meta): https://huggingface.co/meta-llama/Llama-3.2-1B-Instruct
242
  - QLoRA (Dettmers et al., 2023): https://arxiv.org/abs/2305.14314
243
  - MASS-RAG (Xiao, Huang, Liu, Xie, 2026): https://arxiv.org/abs/2604.18509 (used by the parent repo's retrieval pipeline that these models plug into)
244
+ - Generalist embedding models for clinical semantic search (Excoffier et al., 2024): https://arxiv.org/abs/2401.01943
245
+ - Healthcare NER using language model pretraining (Tarcar et al., 2019): https://arxiv.org/abs/1910.11241
246
  - Unsloth: https://github.com/unslothai/unsloth
247
  - llama.cpp + Ollama for GGUF serving