oderooij commited on
Commit
e6ae72f
·
verified ·
1 Parent(s): 4c76312

Upload dataset

Browse files
README.md CHANGED
@@ -2,6 +2,43 @@
2
  license: other
3
  license_name: license
4
  license_link: LICENSE
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5
  ---
6
 
7
  # Qualcomm Interactive Cooking Dataset
 
2
  license: other
3
  license_name: license
4
  license_link: LICENSE
5
+ configs:
6
+ - config_name: default
7
+ data_files:
8
+ - split: train
9
+ path: data/train-*
10
+ - split: validation
11
+ path: data/validation-*
12
+ - split: test
13
+ path: data/test-*
14
+ dataset_info:
15
+ features:
16
+ - name: video_id
17
+ dtype: string
18
+ - name: activity_name
19
+ dtype: string
20
+ - name: remaining_plan
21
+ sequence: string
22
+ - name: output_timestamps
23
+ sequence: float64
24
+ - name: output_texts
25
+ sequence: string
26
+ - name: output_types
27
+ sequence: string
28
+ - name: output_actions
29
+ sequence: string
30
+ splits:
31
+ - name: train
32
+ num_bytes: 3015147
33
+ num_examples: 213
34
+ - name: validation
35
+ num_bytes: 899777
36
+ num_examples: 62
37
+ - name: test
38
+ num_bytes: 1568222
39
+ num_examples: 109
40
+ download_size: 372484
41
+ dataset_size: 5483146
42
  ---
43
 
44
  # Qualcomm Interactive Cooking Dataset
data/test-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9b564c3abc566e2f5f61669bc99959988e04cd201695fbb30910e5f5a98c1f6b
3
+ size 114314
data/train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0ebd0bb5b190dd56f2d2c3fa05e8c1ab0ee05d70ebed67968fbeef1c57879457
3
+ size 178726
data/validation-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:22bfaadc28df154bb825aa4b79e61ba6526292ced5a2d8e1f0d01d63bb2308ce
3
+ size 79444