bikashpatra
commited on
Commit
•
84a81f1
1
Parent(s):
24d7940
Upload dataset
Browse files- README.md +63 -0
- data/train-00000-of-00001.parquet +3 -0
- data/validation-00000-of-00001.parquet +3 -0
README.md
ADDED
@@ -0,0 +1,63 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
dataset_info:
|
3 |
+
features:
|
4 |
+
- name: tokens
|
5 |
+
sequence: string
|
6 |
+
- name: ner_tags
|
7 |
+
sequence:
|
8 |
+
class_label:
|
9 |
+
names:
|
10 |
+
'0': I-Chemical Compound
|
11 |
+
'1': I-Pharmaceutical Formulation
|
12 |
+
'2': B-Machine
|
13 |
+
'3': B-Method of Use
|
14 |
+
'4': B-Manufacture
|
15 |
+
'5': I-Machine
|
16 |
+
'6': B-Composition of Matter
|
17 |
+
'7': B-Product
|
18 |
+
'8': I-Hardware
|
19 |
+
'9': B-Algorithm
|
20 |
+
'10': B-Software
|
21 |
+
'11': B-Design
|
22 |
+
'12': B-Hardware
|
23 |
+
'13': I-Composition of Matter
|
24 |
+
'14': B-Chemical Compound
|
25 |
+
'15': B-Electrical Circuit
|
26 |
+
'16': I-System
|
27 |
+
'17': I-Manufacture
|
28 |
+
'18': O
|
29 |
+
'19': B-Apparatus
|
30 |
+
'20': I-Algorithm
|
31 |
+
'21': B-Device
|
32 |
+
'22': I-Biotechnology
|
33 |
+
'23': I-Design
|
34 |
+
'24': B-Process
|
35 |
+
'25': I-Device
|
36 |
+
'26': I-Electrical Circuit
|
37 |
+
'27': I-Method
|
38 |
+
'28': B-Pharmaceutical Formulation
|
39 |
+
'29': I-Method of Use
|
40 |
+
'30': I-Product
|
41 |
+
'31': B-Method
|
42 |
+
'32': B-System
|
43 |
+
'33': I-Process
|
44 |
+
'34': I-Apparatus
|
45 |
+
'35': B-Biotechnology
|
46 |
+
'36': I-Software
|
47 |
+
splits:
|
48 |
+
- name: train
|
49 |
+
num_bytes: 775224
|
50 |
+
num_examples: 509
|
51 |
+
- name: validation
|
52 |
+
num_bytes: 221464
|
53 |
+
num_examples: 139
|
54 |
+
download_size: 119934
|
55 |
+
dataset_size: 996688
|
56 |
+
configs:
|
57 |
+
- config_name: default
|
58 |
+
data_files:
|
59 |
+
- split: train
|
60 |
+
path: data/train-*
|
61 |
+
- split: validation
|
62 |
+
path: data/validation-*
|
63 |
+
---
|
data/train-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:40f3b6a24e0dade8bf8e5d400f4a022bfbfcce58877f423b3f84ab5c98a880ad
|
3 |
+
size 87179
|
data/validation-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0924718a0368b64cf572044b41398a4c081edb2ec7d082e9e838fdb8b8d791e8
|
3 |
+
size 32755
|