VatsalPatel18's picture
Upload dataset
c537f6b verified
|
raw
history blame
No virus
873 Bytes
---
license: cc-by-nc-sa-4.0
dataset_info:
features:
- name: assistant_response
dtype: string
- name: intent_extraction
struct:
- name: entities
struct:
- name: city
dtype: string
- name: date
dtype: string
- name: intent
dtype: string
- name: api_response
struct:
- name: date
dtype: string
- name: description
dtype: string
- name: humidity
dtype: int64
- name: location
dtype: string
- name: temperature
dtype: float64
- name: wind_speed
dtype: float64
- name: user_input
dtype: string
splits:
- name: train
num_bytes: 123695
num_examples: 416
download_size: 24742
dataset_size: 123695
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
---