elliesleightholm
commited on
Commit
•
dcc09df
1
Parent(s):
4944158
Update README.md
Browse files
README.md
CHANGED
@@ -1,7 +1,5 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
-
libraries:
|
4 |
-
- datasets
|
5 |
dataset_info:
|
6 |
features:
|
7 |
- name: image
|
@@ -35,6 +33,17 @@ configs:
|
|
35 |
path: data/novel_query-*
|
36 |
- split: zero_shot
|
37 |
path: data/zero_shot-*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
38 |
---
|
39 |
|
40 |
|
@@ -300,4 +309,4 @@ mq.create_index("test_e5", model="my_custom_e5", model_properties=model_properti
|
|
300 |
archivePrefix={arXiv},
|
301 |
primaryClass={cs.IR}
|
302 |
}
|
303 |
-
```
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
|
|
|
|
3 |
dataset_info:
|
4 |
features:
|
5 |
- name: image
|
|
|
33 |
path: data/novel_query-*
|
34 |
- split: zero_shot
|
35 |
path: data/zero_shot-*
|
36 |
+
language:
|
37 |
+
- en
|
38 |
+
tags:
|
39 |
+
- multimodal
|
40 |
+
- GCL
|
41 |
+
pretty_name: marqo-GS-10M
|
42 |
+
size_categories:
|
43 |
+
- 1M<n<10M
|
44 |
+
libraries:
|
45 |
+
- datasets
|
46 |
+
- pandas
|
47 |
---
|
48 |
|
49 |
|
|
|
309 |
archivePrefix={arXiv},
|
310 |
primaryClass={cs.IR}
|
311 |
}
|
312 |
+
```
|