Piperino commited on
Commit
80371f4
1 Parent(s): 92f6dcf

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -17,9 +17,10 @@ This is a fine-tuned version of MiniCPM-V 2.6 on GQA-it, designed for Italian Vi
17
  The original model is built on SigLip-400M and Qwen2-7B with a total of 8B parameters.
18
 
19
  # Usage
20
- Check out the GitHub repository for more insights and code: https://github.com/crux82/XXXXXX. You can also visit the original basic model repository for advanced usage: https://github.com/OpenBMB/MiniCPM-V.
21
 
22
  For more details about dataset please visit: https://github.com/crux82/gqa-it
 
23
  ```python
24
  import torch
25
  from PIL import Image
 
17
  The original model is built on SigLip-400M and Qwen2-7B with a total of 8B parameters.
18
 
19
  # Usage
20
+ You can visit the original basic model repository for advanced usage: https://github.com/OpenBMB/MiniCPM-V.
21
 
22
  For more details about dataset please visit: https://github.com/crux82/gqa-it
23
+
24
  ```python
25
  import torch
26
  from PIL import Image