File size: 569 Bytes
8f8d282
 
 
 
 
 
 
 
 
 
35b23a6
 
8f8d282
 
 
 
 
 
35b23a6
8f8d282
aa706a6
 
 
 
 
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
---
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
  splits:
  - name: val
    num_bytes: 482240
    num_examples: 3179
  - name: test
    num_bytes: 161174
    num_examples: 1471
  download_size: 199707
  dataset_size: 643414
configs:
- config_name: default
  data_files:
  - split: val
    path: data/val-*
  - split: test
    path: data/test-*
---