fashion-test / README.md
koaning's picture
Upload README.md with huggingface_hub
49c7ec9
metadata
annotations_creators:
  - expert-generated
language_creators:
  - found
language:
  - en
license:
  - mit
multilinguality:
  - monolingual
size_categories:
  - 1K<n<10K
source_datasets:
  - original
task_categories:
  - token-classification
task_ids:
  - named-entity-recognition
pretty_name: Detecting fashion substrings in text.
dataset_info:
  features:
    - name: text
      dtype: string
    - name: meta
      struct:
        - name: section
          dtype: string
    - name: _input_hash
      dtype: int64
    - name: _task_hash
      dtype: int64
    - name: tokens
      list:
        - name: end
          dtype: int64
        - name: id
          dtype: int64
        - name: start
          dtype: int64
        - name: text
          dtype: string
    - name: spans
      list:
        - name: end
          dtype: int64
        - name: input_hash
          dtype: int64
        - name: label
          dtype: string
        - name: source
          dtype: string
        - name: start
          dtype: int64
        - name: text
          dtype: string
        - name: token_end
          dtype: int64
        - name: token_start
          dtype: int64
    - name: _session_id
      dtype: 'null'
    - name: _view_id
      dtype: string
    - name: answer
      dtype: string
  splits:
    - name: train
      num_bytes: 3120984
      num_examples: 1735
  download_size: 817069
  dataset_size: 3120984
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
tags:
  - reddit
  - fashion

This dataset represents some data that Ines annotated. I am adding this info manually.