Update README.md
Browse files
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 |
-
|
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
|