Update README.md
Browse files
README.md
CHANGED
|
@@ -1,5 +1,7 @@
|
|
| 1 |
---
|
| 2 |
license: mit
|
|
|
|
|
|
|
| 3 |
---
|
| 4 |
|
| 5 |
<div align="center">
|
|
@@ -40,4 +42,4 @@ text_emb = encoder.encode_text(text)
|
|
| 40 |
print(f'Vision embedding shape: {vision_emb.shape}')
|
| 41 |
print(f'Text embedding shape: {text_emb.shape}')
|
| 42 |
print(f'Cosine similarity: {cosine_similarity(vision_emb, text_emb)}')
|
| 43 |
-
```
|
|
|
|
| 1 |
---
|
| 2 |
license: mit
|
| 3 |
+
base_model:
|
| 4 |
+
- openbmb/MiniCPM-V-2_6
|
| 5 |
---
|
| 6 |
|
| 7 |
<div align="center">
|
|
|
|
| 42 |
print(f'Vision embedding shape: {vision_emb.shape}')
|
| 43 |
print(f'Text embedding shape: {text_emb.shape}')
|
| 44 |
print(f'Cosine similarity: {cosine_similarity(vision_emb, text_emb)}')
|
| 45 |
+
```
|