File size: 1,545 Bytes
2fbf197 |
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 57 58 59 60 61 62 63 64 |
---
dataset_info:
features:
- name: tokens
sequence: string
- name: ner_tags
sequence:
class_label:
names:
'0': I-System
'1': B-Apparatus
'2': B-Biotechnology
'3': I-Electrical Circuit
'4': B-Device
'5': B-Design
'6': B-System
'7': B-Software
'8': I-Device
'9': B-Hardware
'10': B-Product
'11': I-Algorithm
'12': I-Pharmaceutical Formulation
'13': B-Method of Use
'14': I-Composition of Matter
'15': O
'16': I-Apparatus
'17': B-Process
'18': I-Method of Use
'19': B-Electrical Circuit
'20': B-Manufacture
'21': I-Manufacture
'22': B-Algorithm
'23': I-Design
'24': I-Biotechnology
'25': I-Product
'26': I-Method
'27': B-Chemical Compound
'28': B-Method
'29': I-Process
'30': B-Composition of Matter
'31': I-Chemical Compound
'32': B-Pharmaceutical Formulation
'33': I-Hardware
'34': I-Software
'35': I-Machine
'36': B-Machine
splits:
- name: train
num_bytes: 775224
num_examples: 509
- name: validation
num_bytes: 221464
num_examples: 139
download_size: 119932
dataset_size: 996688
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
- split: validation
path: data/validation-*
---
|