dataset_info: | |
features: | |
- name: text | |
dtype: string | |
- name: intent | |
dtype: string | |
- name: input_ids | |
sequence: int32 | |
- name: attention_mask | |
sequence: int8 | |
- name: label | |
dtype: | |
class_label: | |
names: | |
'0': others | |
'1': places near me | |
'2': send whatsapp message | |
'3': greet and hello hi kind of things, general check in | |
'4': play games | |
'5': tell me news | |
'6': covid cases | |
'7': tell me about | |
'8': volume control | |
'9': open website | |
'10': play on youtube | |
'11': tell me joke | |
'12': send email | |
'13': goodbye | |
'14': take screenshot | |
'15': download youtube video | |
'16': asking weather | |
'17': asking date | |
'18': asking time | |
'19': i am bored | |
'20': click photo | |
'21': what can you do | |
splits: | |
- name: train | |
num_bytes: 1594125 | |
num_examples: 15311 | |
- name: validation | |
num_bytes: 175519 | |
num_examples: 1702 | |
download_size: 677155 | |
dataset_size: 1769644 | |
# Dataset Card for "Intent-Classification-large" | |
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) |