Add transformers tag
Browse files
README.md
CHANGED
@@ -1,14 +1,15 @@
|
|
1 |
---
|
2 |
tags:
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
language: en
|
10 |
inference: false
|
11 |
license: apache-2.0
|
|
|
12 |
---
|
13 |
|
14 |
<br><br>
|
@@ -193,4 +194,4 @@ text_image_std = np.std(cos_sim_text_images)
|
|
193 |
|
194 |
query_document_sim_normalized = (cos_sim_query_documents - query_document_mean) / query_document_std
|
195 |
text_image_sim_normalized = (cos_sim_text_images - text_image_mean) / text_image_std
|
196 |
-
```
|
|
|
1 |
---
|
2 |
tags:
|
3 |
+
- feature-extraction
|
4 |
+
- sentence-similarity
|
5 |
+
- mteb
|
6 |
+
- clip
|
7 |
+
- vision
|
8 |
+
- transformers.js
|
9 |
language: en
|
10 |
inference: false
|
11 |
license: apache-2.0
|
12 |
+
library_name: transformers
|
13 |
---
|
14 |
|
15 |
<br><br>
|
|
|
194 |
|
195 |
query_document_sim_normalized = (cos_sim_query_documents - query_document_mean) / query_document_std
|
196 |
text_image_sim_normalized = (cos_sim_text_images - text_image_mean) / text_image_std
|
197 |
+
```
|