File size: 1,135 Bytes
ab299b9 9a83c8c ab299b9 569bfc8 ab299b9 569bfc8 ab299b9 |
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 |
---
language:
- vi
dataset_info:
features:
- name: tokens
sequence: string
- name: ner_tags
sequence:
class_label:
names:
'0': O
'1': B_BATTERY
'2': I_BATTERY
'3': B_CAMERA
'4': I_CAMERA
'5': B_GENERAL
'6': I_GENERAL
'7': B_SER&ACC
'8': I_SER&ACC
'9': B_PERFORMANCE
'10': I_PERFORMANCE
'11': B_DESIGN
'12': I_DESIGN
'13': B_FEATURES
'14': I_FEATURES
'15': B_PRICE
'16': I_PRICE
'17': B_SCREEN
'18': I_SCREEN
'19': B_STORAGE
'20': I_STORAGE
- name: id
dtype: string
splits:
- name: train
num_bytes: 5102469
num_examples: 7785
- name: validation
num_bytes: 720870
num_examples: 1112
- name: test
num_bytes: 1471404
num_examples: 2225
download_size: 1204889
dataset_size: 7294743
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
- split: validation
path: data/validation-*
- split: test
path: data/test-*
---
|