Update README.md
Browse files
README.md
CHANGED
|
@@ -189,7 +189,7 @@ embeddings = model.encode_text([text])
|
|
| 189 |
## Evaluation
|
| 190 |
|
| 191 |
The model has been evaluated on chest X-ray report analysis tasks, particularly for:
|
| 192 |
-
-
|
| 193 |
- Medical text similarity comparison
|
| 194 |
- Clinical finding extraction
|
| 195 |
|
|
@@ -225,19 +225,20 @@ If you use this model in your research, please cite:
|
|
| 225 |
|
| 226 |
```bibtex
|
| 227 |
@misc{llm2vec4cxr,
|
| 228 |
-
title={LLM2Vec4CXR: Fine-tuned
|
| 229 |
-
author={
|
| 230 |
-
year={
|
| 231 |
howpublished={\\url{https://huggingface.co/lukeingawesome/llm2vec4cxr}},
|
| 232 |
}
|
| 233 |
```
|
| 234 |
|
|
|
|
|
|
|
| 235 |
## Acknowledgments
|
| 236 |
|
| 237 |
This model is built upon:
|
| 238 |
- [LLM2Vec](https://github.com/McGill-NLP/llm2vec) - Framework for converting decoder-only LLMs into text encoders
|
| 239 |
- [LLM2CLIP](https://github.com/microsoft/LLM2CLIP) - Microsoft's implementation for connecting LLMs with CLIP models
|
| 240 |
-
- [microsoft/LLM2CLIP-Llama-3.2-1B-Instruct-CC-Finetuned](https://huggingface.co/microsoft/LLM2CLIP-Llama-3.2-1B-Instruct-CC-Finetuned) - Base model
|
| 241 |
|
| 242 |
## License
|
| 243 |
|
|
|
|
| 189 |
## Evaluation
|
| 190 |
|
| 191 |
The model has been evaluated on chest X-ray report analysis tasks, particularly for:
|
| 192 |
+
- Text retrieval/encoder
|
| 193 |
- Medical text similarity comparison
|
| 194 |
- Clinical finding extraction
|
| 195 |
|
|
|
|
| 225 |
|
| 226 |
```bibtex
|
| 227 |
@misc{llm2vec4cxr,
|
| 228 |
+
title={LLM2Vec4CXR: Fine-tuned LLM for Chest X-ray Report Analysis},
|
| 229 |
+
author={Hanbin Ko},
|
| 230 |
+
year={2025},
|
| 231 |
howpublished={\\url{https://huggingface.co/lukeingawesome/llm2vec4cxr}},
|
| 232 |
}
|
| 233 |
```
|
| 234 |
|
| 235 |
+
A preprint of this model will be released soon.
|
| 236 |
+
|
| 237 |
## Acknowledgments
|
| 238 |
|
| 239 |
This model is built upon:
|
| 240 |
- [LLM2Vec](https://github.com/McGill-NLP/llm2vec) - Framework for converting decoder-only LLMs into text encoders
|
| 241 |
- [LLM2CLIP](https://github.com/microsoft/LLM2CLIP) - Microsoft's implementation for connecting LLMs with CLIP models
|
|
|
|
| 242 |
|
| 243 |
## License
|
| 244 |
|