File size: 608 Bytes
8f8d282
 
 
 
 
 
 
 
 
 
35b23a6
 
8f8d282
 
 
 
d164962
 
8f8d282
 
d164962
8f8d282
aa706a6
d164962
aa706a6
d164962
 
8f8d282
 
 
 
 
aa706a6
 
8f8d282
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
---
dataset_info:
  features:
  - name: id
    dtype: string
  - name: video_url
    dtype: string
  - name: recipe_type
    dtype: string
  - name: segment
    sequence: float32
    length: 2
  - name: sentence
    dtype: string
  - name: video_path
    dtype: string
  - name: youtube_id
    dtype: string
  splits:
  - name: val
    num_bytes: 529925
    num_examples: 3179
  - name: test
    num_bytes: 183239
    num_examples: 1471
  download_size: 212208
  dataset_size: 713164
configs:
- config_name: default
  data_files:
  - split: val
    path: data/val-*
  - split: test
    path: data/test-*
---