bokesyo commited on
Commit
1de78e8
1 Parent(s): 83b9189

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -99,11 +99,12 @@ scores = torch.matmul(q_reps, p_reps.T)
99
  print(scores)
100
 
101
  # tensor([[0.6506, 4.9630, 3.8614]], device='cuda:0')
102
-
103
  ```
104
 
105
  # Limitations
106
 
 
 
107
  - 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.
108
 
109
  - The modeling script `modeling_minicpmv` on `huggingface` is not standard yet, the inference code could be further improved.
 
99
  print(scores)
100
 
101
  # tensor([[0.6506, 4.9630, 3.8614]], device='cuda:0')
 
102
  ```
103
 
104
  # Limitations
105
 
106
+ - This checkpoint is an alpha version, and may not be strong in your tasks, for bad case, please create an issue to let us know, many thanks!
107
+
108
  - 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.
109
 
110
  - The modeling script `modeling_minicpmv` on `huggingface` is not standard yet, the inference code could be further improved.