File size: 792 Bytes
6c4ce70 7e13823 6c4ce70 7e13823 6c4ce70 7e13823 6c4ce70 |
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:
- config_name: default
features:
- name: utterance
dtype: string
- name: label
dtype: int64
splits:
- name: train
num_bytes: 16
num_examples: 1
download_size: 1106
dataset_size: 16
- config_name: intents
features:
- name: id
dtype: int64
- name: name
dtype: string
- name: tags
sequence: 'null'
- name: regexp_full_match
sequence: string
- name: regexp_partial_match
sequence: string
- name: description
dtype: 'null'
splits:
- name: intents
num_bytes: 10141
num_examples: 13
download_size: 8811
dataset_size: 10141
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
- config_name: intents
data_files:
- split: intents
path: intents/intents-*
---
|