--- dataset_info: features: - name: conversation_id dtype: string - name: speaker dtype: string - name: turn_number dtype: int16 - name: tokens sequence: string - name: transcriptions sequence: string - name: pos_tags_prf sequence: class_label: names: '0': '!' '1': '"' '2': '#' '3': '''' '4': ',' '5': '-' '6': . '7': '...' '8': '?' '9': A '10': AD '11': AG '12': AIRWAYS0 '13': AN '14': AND '15': B '16': BG '17': BEAN0 '18': C '19': CENTRE0 '20': CG '21': D '22': D1 '23': DG '24': E '25': ECHO0 '26': F '27': G '28': G1 '29': G2 '30': H '31': HILL0 '32': I '33': IG '34': J '35': JB '36': JM '37': JN '38': JNS '39': JNT '40': JNZ '41': K '42': KONG '43': L '44': L1 '45': LG '46': M '47': MG '48': MONTY0 '49': MOUNTAIN0 '50': N '51': N1 '52': NG '53': NR '54': NS '55': NSG '56': NT '57': NX '58': NZ '59': O '60': P '61': PEPPER0 '62': Q '63': QG '64': R '65': RG '66': S '67': SOUND0 '68': T '69': TELECOM0 '70': TG '71': TOUCH0 '72': U '73': UG '74': U0 '75': V '76': V1 '77': VD '78': VG '79': VK '80': VN '81': VU '82': VUG '83': W '84': X '85': XA '86': XB '87': XC '88': XD '89': XE '90': XJ '91': XJB '92': XJN '93': XJNT '94': XJNZ '95': XJV '96': XJA '97': XL1 '98': XM '99': XN '100': XNG '101': XNR '102': XNS '103': XNT '104': XNX '105': XNZ '106': XO '107': XP '108': XQ '109': XR '110': XS '111': XT '112': XV '113': XVG '114': XVN '115': XX '116': Y '117': YG '118': Y1 '119': Z - name: pos_tags_ud sequence: class_label: names: '0': ADJ '1': ADP '2': ADV '3': AUX '4': CCONJ '5': DET '6': INTJ '7': NOUN '8': NUM '9': PART '10': PRON '11': PROPN '12': PUNCT '13': SCONJ '14': SYM '15': VERB '16': X - name: sentence dtype: string - name: sentence_preserved dtype: bool splits: - name: train num_bytes: 5118290.084251458 num_examples: 8640 - name: validation num_bytes: 639786.2605314322 num_examples: 1080 - name: test num_bytes: 640378.6552171095 num_examples: 1081 download_size: 1639568 dataset_size: 6398454.999999999 configs: - config_name: default data_files: - split: train path: data/train-* - split: validation path: data/validation-* - split: test path: data/test-* ---