File size: 810 Bytes
e81c91a 0d2d11f e81c91a 9f7939f e81c91a 9f7939f 0d2d11f e81c91a 9f7939f 0d2d11f 9f7939f e81c91a | 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 | ---
dataset_info:
features:
- name: tokens
list: string
- name: ner_tags
list:
class_label:
names:
'0': O
'1': B-ORG
'2': I-ORG
'3': B-LOC
'4': I-LOC
'5': B-PRD
'6': I-PRD
'7': B-MKT
'8': I-MKT
'9': B-TIM
'10': I-TIM
- name: ner_tags_text
list: string
splits:
- name: train
num_bytes: 338702
num_examples: 230
- name: test
num_bytes: 38958
num_examples: 29
- name: validation
num_bytes: 46428
num_examples: 29
download_size: 51836
dataset_size: 424088
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
- split: test
path: data/test-*
- split: validation
path: data/validation-*
---
|