bikashpatra
commited on
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': B-Device
|
11 |
+
'1': B-Composition of Matter
|
12 |
+
'2': I-Method
|
13 |
+
'3': I-Chemical Compound
|
14 |
+
'4': I-System
|
15 |
+
'5': I-Algorithm
|
16 |
+
'6': B-Machine
|
17 |
+
'7': I-Biotechnology
|
18 |
+
'8': B-Biotechnology
|
19 |
+
'9': I-Device
|
20 |
+
'10': B-Method of Use
|
21 |
+
'11': I-Method of Use
|
22 |
+
'12': B-Chemical Compound
|
23 |
+
'13': I-Design
|
24 |
+
'14': B-Process
|
25 |
+
'15': I-Manufacture
|
26 |
+
'16': B-Manufacture
|
27 |
+
'17': I-Hardware
|
28 |
+
'18': B-Electrical Circuit
|
29 |
+
'19': I-Pharmaceutical Formulation
|
30 |
+
'20': I-Process
|
31 |
+
'21': I-Software
|
32 |
+
'22': B-Pharmaceutical Formulation
|
33 |
+
'23': I-Apparatus
|
34 |
+
'24': I-Composition of Matter
|
35 |
+
'25': B-Software
|
36 |
+
'26': I-Electrical Circuit
|
37 |
+
'27': B-Algorithm
|
38 |
+
'28': O
|
39 |
+
'29': B-Method
|
40 |
+
'30': B-System
|
41 |
+
'31': B-Product
|
42 |
+
'32': B-Design
|
43 |
+
'33': B-Apparatus
|
44 |
+
'34': I-Machine
|
45 |
+
'35': I-Product
|
46 |
+
'36': B-Hardware
|
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: 119933
|
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:59f81f0b0ab1f3e22cf00b57c59c85be6419fd350aa9896cf1571cff02bd667b
|
3 |
+
size 87178
|
data/validation-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b6ebfe1c27ae2fcf97dc75a379d31816c341c4e20c176736e4f46f2f8f7184d2
|
3 |
+
size 32755
|