Add bixtex
Browse files
README.md
CHANGED
|
@@ -102,4 +102,15 @@ The model has been evaluated on [ViDoRe Benchmark](https://huggingface.co/spaces
|
|
| 102 |
|
| 103 |
## License
|
| 104 |
|
| 105 |
-
This LoRA model is licensed under the Apache 2.0 license.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 102 |
|
| 103 |
## License
|
| 104 |
|
| 105 |
+
This LoRA model is licensed under the Apache 2.0 license.
|
| 106 |
+
|
| 107 |
+
## Citation
|
| 108 |
+
If you find the model useful, consider citing our work:
|
| 109 |
+
```bibtex
|
| 110 |
+
@misc{MonoQwen,
|
| 111 |
+
title={MonoQwen: Visual Document Reranking},
|
| 112 |
+
author={Chaffin, Antoine and Lac, Aurélien},
|
| 113 |
+
url={https://huggingface.co/lightonai/MonoQwen2-VL-v0.1},
|
| 114 |
+
year={2024}
|
| 115 |
+
}
|
| 116 |
+
```
|