File size: 3,490 Bytes
09a0ec7 1ca5f76 09a0ec7 b46648c 09a0ec7 1ca5f76 25387b9 1ca5f76 6ffa429 415a34d 6ffa429 ea3d36e 7da561d ea3d36e fb6d23c 227770d fb6d23c 09a0ec7 1ca5f76 6ffa429 ea3d36e fb6d23c 09a0ec7 2d4713b d11bf08 |
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 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 |
---
dataset_info:
- config_name: ai
features:
- name: tokens
sequence: string
- name: ner_tags
sequence: string
splits:
- name: train
num_bytes: 63594
num_examples: 100
- name: validation
num_bytes: 182480
num_examples: 350
- name: test
num_bytes: 215418
num_examples: 431
download_size: 122926
dataset_size: 461492
- config_name: literature
features:
- name: tokens
sequence: string
- name: ner_tags
sequence: string
splits:
- name: train
num_bytes: 60015
num_examples: 100
- name: validation
num_bytes: 232319
num_examples: 400
- name: test
num_bytes: 255110
num_examples: 416
download_size: 160747
dataset_size: 547444
- config_name: music
features:
- name: tokens
sequence: string
- name: ner_tags
sequence: string
splits:
- name: train
num_bytes: 65151
num_examples: 100
- name: validation
num_bytes: 260943
num_examples: 380
- name: test
num_bytes: 329216
num_examples: 465
download_size: 168555
dataset_size: 655310
- config_name: politics
features:
- name: tokens
sequence: string
- name: ner_tags
sequence: string
splits:
- name: train
num_bytes: 148987
num_examples: 200
- name: validation
num_bytes: 452499
num_examples: 541
- name: test
num_bytes: 495984
num_examples: 651
download_size: 233810
dataset_size: 1097470
- config_name: science
features:
- name: tokens
sequence: string
- name: ner_tags
sequence: string
splits:
- name: train
num_bytes: 122701
num_examples: 200
- name: validation
num_bytes: 286015
num_examples: 450
- name: test
num_bytes: 341182
num_examples: 543
download_size: 199198
dataset_size: 749898
configs:
- config_name: ai
data_files:
- split: train
path: ai/train-*
- split: validation
path: ai/validation-*
- split: test
path: ai/test-*
- config_name: literature
data_files:
- split: train
path: literature/train-*
- split: validation
path: literature/validation-*
- split: test
path: literature/test-*
- config_name: music
data_files:
- split: train
path: music/train-*
- split: validation
path: music/validation-*
- split: test
path: music/test-*
- config_name: politics
data_files:
- split: train
path: politics/train-*
- split: validation
path: politics/validation-*
- split: test
path: politics/test-*
- config_name: science
data_files:
- split: train
path: science/train-*
- split: validation
path: science/validation-*
- split: test
path: science/test-*
---
ai: ['ALGORITHM', 'CONFERENCE', 'COUNTRY', 'FIELD', 'LOCATION', 'METRICS', 'MISC', 'ORGANISATION', 'PERSON', 'PRODUCT', 'PROGRAMLANG', 'RESEARCHER', 'TASK', 'UNIVERSITY']
literature: ['AWARD', 'BOOK', 'COUNTRY', 'EVENT', 'LITERARYGENRE', 'LOCATION', 'MAGAZINE', 'MISC', 'ORGANISATION', 'PERSON', 'POEM', 'WRITER']
music: ['ALBUM', 'AWARD', 'BAND', 'COUNTRY', 'EVENT', 'LOCATION', 'MISC', 'MUSICALARTIST', 'MUSICALINSTRUMENT', 'MUSICGENRE', 'ORGANISATION', 'PERSON', 'SONG']
politics: ['COUNTRY', 'ELECTION', 'EVENT', 'LOCATION', 'MISC', 'ORGANISATION', 'PERSON', 'POLITICALPARTY', 'POLITICIAN']
science: ['ACADEMICJOURNAL', 'ASTRONOMICALOBJECT', 'AWARD', 'CHEMICALCOMPOUND', 'CHEMICALELEMENT', 'COUNTRY', 'DISCIPLINE', 'ENZYME', 'EVENT', 'LOCATION', 'MISC', 'ORGANISATION', 'PERSON', 'PROTEIN', 'SCIENTIST', 'THEORY', 'UNIVERSITY'] |