bokesyo commited on
Commit
a22168a
1 Parent(s): 8523216

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -0
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
+ }