mapsVoice / README.md
aabidk's picture
Updated count
1f0ef43 verified
metadata
annotations_creators:
  - crowdsourced
language_creators:
  - found
language:
  - en
license:
  - cc-by-4.0
multilinguality:
  - monolingual
source_datasets:
  - original
task_categories:
  - token-classification
task_ids:
  - named-entity-recognition
pretty_name: Maps Token Classification
dataset_info:
  features:
    - name: id
      dtype: string
    - name: tokens
      sequence: string
    - name: ner_tags
      sequence:
        class_label:
          names:
            '0': O
            '1': B-zoomIn
            '2': I-zoomIn
            '3': B-zoomOut
            '4': I-zoomOut
            '5': B-panLeft
            '6': B-panRight
            '7': B-panUp
            '8': B-panDown
            '9': B-goTo
            '10': B-location
            '11': I-location
            '12': B-negation
            '13': B-layer
            '14': I-layer
  config_name: maps_token_classification
  splits:
    - name: train
      num_examples: 129
    - name: validation
      num_examples: 20
    - name: test
      num_examples: 32