andreyunic23 commited on
Commit
0dc2472
·
verified ·
1 Parent(s): d122bf7

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +56 -0
README.md ADDED
@@ -0,0 +1,56 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ annotations_creators:
3
+ - expert-generated
4
+ language_creators:
5
+ - found
6
+ language:
7
+ - en
8
+ license:
9
+ - unknown
10
+ multilinguality:
11
+ - monolingual
12
+ task_categories:
13
+ - token-classification
14
+ task_ids:
15
+ - named-entity-recognition
16
+ train-eval-index:
17
+ - config: testaunic23
18
+ task: token-classification
19
+ task_id: entity_extraction
20
+ splits:
21
+ train_split: train
22
+ eval_split: test
23
+ col_mapping:
24
+ tokens: tokens
25
+ ner_tags: tags
26
+ metrics:
27
+ - type: seqeval
28
+ name: seqeval
29
+ dataset_info:
30
+ features:
31
+ - name: id
32
+ dtype: string
33
+ - name: tokens
34
+ sequence: string
35
+ - name: pos_tags
36
+ sequence:
37
+ class_label:
38
+ names:
39
+ 0: '-X-'
40
+ - name: ner_tags
41
+ sequence:
42
+ class_label:
43
+ names:
44
+ 0: O
45
+ 1: B-ENTITY
46
+ 2: I-ENTITY
47
+ 3: B-SYSTEM
48
+ 4: I-SYSTEM
49
+ 5: B-DOCUMENT
50
+ 6: I-DOCUMENT
51
+ 7: B-ORG
52
+ 8: I-ORG
53
+ 9: B-LOC
54
+ 10: I-LOC
55
+ config_name: testaunic23
56
+ ---