CoolFace
Datasetpublic

DeepPavlov/atis_intent_classification

sourceHugging Faceupdated 2y agoView on Hugging Face
1likes29downloads
README.md27 linesDownload Raw Back to root
1---2dataset_info:3  features:4  - name: text5    dtype: string6  - name: label7    dtype: int648  - name: label_text9    dtype: string10  splits:11  - name: train12    num_bytes: 44881213    num_examples: 483414  - name: test15    num_bytes: 6935216    num_examples: 80017  download_size: 15605918  dataset_size: 51816419configs:20- config_name: default21  data_files:22  - split: train23    path: data/train-*24  - split: test25    path: data/test-*26---27