File size: 1,707 Bytes
9f2ea21 |
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 |
---
dataset_info:
features:
- name: id
dtype: string
- name: label_tokens
sequence: string
- name: pos_tags
sequence:
class_label:
names:
'0': ADVI
'1': ADVN
'2': ADVP
'3': ADVS
'4': CFQC
'5': CLTV
'6': CMTR
'7': CMTR@PUNC
'8': CNIT
'9': CVBL
'10': DCNM
'11': DDAC
'12': DDAN
'13': DDAQ
'14': DDBQ
'15': DIAC
'16': DIAQ
'17': DIBQ
'18': DONM
'19': EAFF
'20': EITT
'21': FIXN
'22': FIXV
'23': JCMP
'24': JCRG
'25': JSBR
'26': NCMN
'27': NCNM
'28': NEG
'29': NLBL
'30': NONM
'31': NPRP
'32': NTTL
'33': PDMN
'34': PNTR
'35': PPRS
'36': PREL
'37': PUNC
'38': RPRE
'39': VACT
'40': VATT
'41': VSTA
'42': XVAE
'43': XVAM
'44': XVBB
'45': XVBM
'46': XVMM
- name: sentence
dtype: string
- name: input_ids
sequence: int32
- name: attention_mask
sequence: int8
- name: tokens
sequence: string
- name: labels
sequence: int64
- name: token_predicted_pos
sequence: int64
splits:
- name: spm
num_bytes: 6123246
num_examples: 4625
- name: newmm
num_bytes: 5699666
num_examples: 4625
download_size: 2319330
dataset_size: 11822912
configs:
- config_name: default
data_files:
- split: spm
path: data/spm-*
- split: newmm
path: data/newmm-*
---
|