Update readme
Browse files
README.md
CHANGED
|
@@ -1,21 +1,52 @@
|
|
|
|
|
| 1 |
annotations_creators:
|
| 2 |
- crowdsourced
|
|
|
|
|
|
|
| 3 |
language:
|
| 4 |
- en
|
| 5 |
-
language_creators:
|
| 6 |
-
- crowdsourced
|
| 7 |
license:
|
| 8 |
-
-
|
| 9 |
multilinguality:
|
| 10 |
- monolingual
|
| 11 |
-
pretty_name: mapsVoice
|
| 12 |
-
size_categories:
|
| 13 |
-
- n<1K
|
| 14 |
source_datasets:
|
| 15 |
- original
|
| 16 |
-
tags:
|
| 17 |
-
- maps
|
| 18 |
task_categories:
|
| 19 |
- token-classification
|
| 20 |
task_ids:
|
| 21 |
-
- named-entity-recognition
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
annotations_creators:
|
| 3 |
- crowdsourced
|
| 4 |
+
language_creators:
|
| 5 |
+
- found
|
| 6 |
language:
|
| 7 |
- en
|
|
|
|
|
|
|
| 8 |
license:
|
| 9 |
+
- cc-by-4.0
|
| 10 |
multilinguality:
|
| 11 |
- monolingual
|
|
|
|
|
|
|
|
|
|
| 12 |
source_datasets:
|
| 13 |
- original
|
|
|
|
|
|
|
| 14 |
task_categories:
|
| 15 |
- token-classification
|
| 16 |
task_ids:
|
| 17 |
+
- named-entity-recognition
|
| 18 |
+
pretty_name: Maps Token Classification
|
| 19 |
+
dataset_info:
|
| 20 |
+
features:
|
| 21 |
+
- name: id
|
| 22 |
+
dtype: string
|
| 23 |
+
- name: tokens
|
| 24 |
+
sequence: string
|
| 25 |
+
- name: ner_tags
|
| 26 |
+
sequence:
|
| 27 |
+
class_label:
|
| 28 |
+
names:
|
| 29 |
+
'0': O
|
| 30 |
+
'1': B-zoomIn
|
| 31 |
+
'2': I-zoomIn
|
| 32 |
+
'3': B-zoomOut
|
| 33 |
+
'4': I-zoomOut
|
| 34 |
+
'5': B-panLeft
|
| 35 |
+
'6': B-panRight
|
| 36 |
+
'7': B-panUp
|
| 37 |
+
'8': B-panDown
|
| 38 |
+
'9': B-goTo
|
| 39 |
+
'10': B-location
|
| 40 |
+
'11': I-location
|
| 41 |
+
'12': B-negation
|
| 42 |
+
'13': B-layer
|
| 43 |
+
'14': I-layer
|
| 44 |
+
config_name: maps_token_classification
|
| 45 |
+
splits:
|
| 46 |
+
- name: train
|
| 47 |
+
num_examples: 146
|
| 48 |
+
- name: validation
|
| 49 |
+
num_examples: 20
|
| 50 |
+
- name: test
|
| 51 |
+
num_examples: 20
|
| 52 |
+
---
|