File size: 976 Bytes
4cb6781
994249b
 
4cb6781
 
994249b
 
 
4cb6781
994249b
 
 
 
 
 
 
4cb6781
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1f0ef43
4cb6781
 
 
1f0ef43
4cb6781
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
---
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
---