File size: 736 Bytes
e7a2f06 c4a4d34 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 |
---
license: apache-2.0
dataset_info:
features:
- name: image
dtype: image
- name: query
dtype: string
- name: product_id
dtype: int64
- name: position
dtype: int64
- name: title
dtype: string
- name: pair_id
dtype: string
- name: score_linear
dtype: int64
- name: score_reciprocal
dtype: float64
- name: no_score
dtype: int64
- name: query_id
dtype: int64
configs:
- config_name: default
data_files:
- split: in-domain
path: in-domain/in-domain-*
- split: novel-document
path: novel-document/novel-document-*
- split: novel-query
path: novel-query/novel-query-*
- split: zero-shot
path: zero-shot/zero-shot-*
--- |