Update README.md
Browse files
README.md
CHANGED
@@ -104,3 +104,15 @@ print(scores)
|
|
104 |
# Limitations
|
105 |
|
106 |
Currently, please ensure that image sizes within the same knowledge base be similar. High variance of image size may cause the model performance degrade. We will augment data and fix this issue in our future version.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
104 |
# Limitations
|
105 |
|
106 |
Currently, please ensure that image sizes within the same knowledge base be similar. High variance of image size may cause the model performance degrade. We will augment data and fix this issue in our future version.
|
107 |
+
|
108 |
+
# Citation
|
109 |
+
|
110 |
+
If you find our work useful, please consider cite us:
|
111 |
+
|
112 |
+
@misc{RhapsodyAI2024,
|
113 |
+
author = {RhapsodyAI},
|
114 |
+
title = {OCR-free Visual Document Embedding Model as Your Personal Librarian},
|
115 |
+
year = {2024},
|
116 |
+
howpublished = {\url{https://huggingface.co/RhapsodyAI/minicpm-visual-embedding-v0}},
|
117 |
+
note = {Accessed: 2024-06-28}
|
118 |
+
}
|