Views
No views yet
| Property | Value |
|---|---|
| Architecture | XLM-RoBERTa (12 layers, 768-dim) |
| Parameters | ~278M |
| Context length | 512 tokens |
| Pooling | Mean token pooling |
| Quantization | Q8_0 |
| File size | ~296 MB |
| Base model | sentence-transformers/paraphrase-multilingual-mpnet-base-v2 |
| Languages | English, Spanish, French, German, Italian*, Dutch, Danish, Swedish |
| File | Quantization | Size | Description |
|---|---|---|---|
BioLORD-2023-M-Q8_0.gguf | Q8_0 | ~296 MB | 8-bit quantization, near-lossless quality |
1# Generate embeddings
2llama-embedding -m BioLORD-2023-M-Q8_0.gguf -p "atrial fibrillation"1@article{remy-etal-2023-biolord,
2 author = {Remy, François and Demuynck, Kris and Demeester, Thomas},
3 title = "{BioLORD-2023: semantic textual representations fusing large language models and clinical knowledge graph insights}",
4 journal = {Journal of the American Medical Informatics Association},
5 pages = {ocae029},
6 year = {2024},
7 month = {02},
8 doi = {10.1093/jamia/ocae029},
9}convert_hf_to_gguf.py.