JoelMba commited on
Commit
725642c
·
verified ·
1 Parent(s): c9884e1

Upload dataset

Browse files
README.md ADDED
@@ -0,0 +1,117 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: id
5
+ dtype: string
6
+ - name: sample_id
7
+ dtype: string
8
+ - name: tokens
9
+ sequence: string
10
+ - name: ner_tags_index
11
+ sequence:
12
+ class_label:
13
+ names:
14
+ '0': O
15
+ '1': B-Facility
16
+ '2': I-Facility
17
+ '3': B-OtherLOC
18
+ '4': I-OtherLOC
19
+ '5': B-HumanSettlement
20
+ '6': I-HumanSettlement
21
+ '7': B-Station
22
+ '8': I-Station
23
+ '9': B-VisualWork
24
+ '10': I-VisualWork
25
+ '11': B-MusicalWork
26
+ '12': I-MusicalWork
27
+ '13': B-WrittenWork
28
+ '14': I-WrittenWork
29
+ '15': B-ArtWork
30
+ '16': I-ArtWork
31
+ '17': B-Software
32
+ '18': I-Software
33
+ '19': B-OtherCW
34
+ '20': I-OtherCW
35
+ '21': B-MusicalGRP
36
+ '22': I-MusicalGRP
37
+ '23': B-PublicCorp
38
+ '24': I-PublicCorp
39
+ '25': B-PrivateCorp
40
+ '26': I-PrivateCorp
41
+ '27': B-OtherCorp
42
+ '28': I-OtherCorp
43
+ '29': B-AerospaceManufacturer
44
+ '30': I-AerospaceManufacturer
45
+ '31': B-SportsGRP
46
+ '32': I-SportsGRP
47
+ '33': B-CarManufacturer
48
+ '34': I-CarManufacturer
49
+ '35': B-TechCORP
50
+ '36': I-TechCORP
51
+ '37': B-ORG
52
+ '38': I-ORG
53
+ '39': B-Scientist
54
+ '40': I-Scientist
55
+ '41': B-Artist
56
+ '42': I-Artist
57
+ '43': B-Athlete
58
+ '44': I-Athlete
59
+ '45': B-Politician
60
+ '46': I-Politician
61
+ '47': B-Cleric
62
+ '48': I-Cleric
63
+ '49': B-SportsManager
64
+ '50': I-SportsManager
65
+ '51': B-OtherPER
66
+ '52': I-OtherPER
67
+ '53': B-Clothing
68
+ '54': I-Clothing
69
+ '55': B-Vehicle
70
+ '56': I-Vehicle
71
+ '57': B-Food
72
+ '58': I-Food
73
+ '59': B-Drink
74
+ '60': I-Drink
75
+ '61': B-OtherPROD
76
+ '62': I-OtherPROD
77
+ '63': B-Medication/Vaccine
78
+ '64': I-Medication/Vaccine
79
+ '65': B-MedicalProcedure
80
+ '66': I-MedicalProcedure
81
+ '67': B-AnatomicalStructure
82
+ '68': I-AnatomicalStructure
83
+ '69': B-Symptom
84
+ '70': I-Symptom
85
+ '71': B-Disease
86
+ '72': I-Disease
87
+ - name: ner_tags
88
+ sequence:
89
+ class_label:
90
+ names:
91
+ '0': B-Disorders
92
+ '1': I-Disorders
93
+ '2': O
94
+ - name: ner_tag_labels
95
+ sequence: string
96
+ splits:
97
+ - name: train
98
+ num_bytes: 2332175.1284950436
99
+ num_examples: 4564
100
+ - name: validation
101
+ num_bytes: 255496.8370393343
102
+ num_examples: 500
103
+ - name: test
104
+ num_bytes: 255496.8370393343
105
+ num_examples: 500
106
+ download_size: 695132
107
+ dataset_size: 2843168.802573712
108
+ configs:
109
+ - config_name: default
110
+ data_files:
111
+ - split: train
112
+ path: data/train-*
113
+ - split: validation
114
+ path: data/validation-*
115
+ - split: test
116
+ path: data/test-*
117
+ ---
data/test-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dcc24d23d49be7a091dda647001d2f14812d5c1de3ad196dfd48e2301b5c1224
3
+ size 69459
data/train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fe406663bc59c9e2d0ae3baeffb7c6c5493c45428bb913f599ff82b1e9d2afad
3
+ size 556260
data/validation-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dd315a572a4575e99316d0e8a92c3bdbfa87a9ba0c2853628647be2334af7dfa
3
+ size 69413