ESCI / README.md
henilp105's picture
Update README.md
7677904 verified
|
raw
history blame
2.59 kB
metadata
license: apache-2.0
dataset_info:
  - config_name: en
    features:
      - name: example_id
        dtype: int64
      - name: query
        dtype: string
      - name: query_id
        dtype: int64
      - name: product_id
        dtype: string
      - name: product_locale
        dtype: string
      - name: esci_label
        dtype: string
      - name: small_version
        dtype: int64
      - name: large_version
        dtype: int64
      - name: product_title
        dtype: string
      - name: product_description
        dtype: string
      - name: product_bullet_point
        dtype: string
      - name: product_brand
        dtype: string
      - name: product_color
        dtype: string
      - name: product_text
        dtype: string
    splits:
      - name: test
  - config_name: es
    features:
      - name: example_id
        dtype: int64
      - name: query
        dtype: string
      - name: query_id
        dtype: int64
      - name: product_id
        dtype: string
      - name: product_locale
        dtype: string
      - name: esci_label
        dtype: string
      - name: small_version
        dtype: int64
      - name: large_version
        dtype: int64
      - name: product_title
        dtype: string
      - name: product_description
        dtype: string
      - name: product_bullet_point
        dtype: string
      - name: product_brand
        dtype: string
      - name: product_color
        dtype: string
      - name: product_text
        dtype: string
    splits:
      - name: test
  - config_name: jp
    features:
      - name: example_id
        dtype: int64
      - name: query
        dtype: string
      - name: query_id
        dtype: int64
      - name: product_id
        dtype: string
      - name: product_locale
        dtype: string
      - name: esci_label
        dtype: string
      - name: small_version
        dtype: int64
      - name: large_version
        dtype: int64
      - name: product_title
        dtype: string
      - name: product_description
        dtype: string
      - name: product_bullet_point
        dtype: string
      - name: product_brand
        dtype: string
      - name: product_color
        dtype: string
      - name: product_text
        dtype: string
    splits:
      - name: test
configs:
  - config_name: en
    data_files:
      - split: test
        path: en/data-*
  - config_name: es
    data_files:
      - split: test
        path: es/data-*
  - config_name: jp
    data_files:
      - split: test
        path: jp/data-*
task_categories:
  - text-classification
  - text-retrieval
language:
  - en
  - ja
  - es