VatsalPatel18
commited on
Commit
•
c537f6b
1
Parent(s):
62e018d
Upload dataset
Browse files- README.md +41 -0
- data/train-00000-of-00001.parquet +3 -0
README.md
CHANGED
@@ -1,3 +1,44 @@
|
|
1 |
---
|
2 |
license: cc-by-nc-sa-4.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
|
|
1 |
---
|
2 |
license: cc-by-nc-sa-4.0
|
3 |
+
dataset_info:
|
4 |
+
features:
|
5 |
+
- name: assistant_response
|
6 |
+
dtype: string
|
7 |
+
- name: intent_extraction
|
8 |
+
struct:
|
9 |
+
- name: entities
|
10 |
+
struct:
|
11 |
+
- name: city
|
12 |
+
dtype: string
|
13 |
+
- name: date
|
14 |
+
dtype: string
|
15 |
+
- name: intent
|
16 |
+
dtype: string
|
17 |
+
- name: api_response
|
18 |
+
struct:
|
19 |
+
- name: date
|
20 |
+
dtype: string
|
21 |
+
- name: description
|
22 |
+
dtype: string
|
23 |
+
- name: humidity
|
24 |
+
dtype: int64
|
25 |
+
- name: location
|
26 |
+
dtype: string
|
27 |
+
- name: temperature
|
28 |
+
dtype: float64
|
29 |
+
- name: wind_speed
|
30 |
+
dtype: float64
|
31 |
+
- name: user_input
|
32 |
+
dtype: string
|
33 |
+
splits:
|
34 |
+
- name: train
|
35 |
+
num_bytes: 123695
|
36 |
+
num_examples: 416
|
37 |
+
download_size: 24742
|
38 |
+
dataset_size: 123695
|
39 |
+
configs:
|
40 |
+
- config_name: default
|
41 |
+
data_files:
|
42 |
+
- split: train
|
43 |
+
path: data/train-*
|
44 |
---
|
data/train-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0f9cd9bd55ce279e802d247ae3fb1110f81af293b9ffac83b9e02f6cde46f401
|
3 |
+
size 24742
|