File size: 1,296 Bytes
3d4236f |
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 |
---
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) |