File size: 972 Bytes
0dc2472
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
53
54
55
56
---
annotations_creators:
- expert-generated
language_creators:
- found
language:
- en
license:
- unknown
multilinguality:
- monolingual
task_categories:
- token-classification
task_ids:
- named-entity-recognition
train-eval-index:
- config: testaunic23
  task: token-classification
  task_id: entity_extraction
  splits:
    train_split: train
    eval_split: test
  col_mapping:
    tokens: tokens
    ner_tags: tags
  metrics:
  - type: seqeval
    name: seqeval
dataset_info:
  features:
  - name: id
    dtype: string
  - name: tokens
    sequence: string
  - name: pos_tags
    sequence:
      class_label:
        names:
          0: '-X-'
  - name: ner_tags
    sequence:
      class_label:
        names:
          0: O
          1: B-ENTITY
          2: I-ENTITY
          3: B-SYSTEM
          4: I-SYSTEM
          5: B-DOCUMENT
          6: I-DOCUMENT
          7: B-ORG
          8: I-ORG
          9: B-LOC
          10: I-LOC
  config_name: testaunic23
---