File size: 911 Bytes
62928ac
 
c56adab
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
62928ac
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
37
38
39
40
41
42
43
44
45
46
47
48
49
---

license: apache-2.0
dataset_info:
  features:
  - name: image
    dtype: image
  - name: image_vad
    dtype: string
  - name: word_1
    dtype: string
  - name: vad_1
    dtype: string
  - name: word_2
    dtype: string
  - name: vad_2
    dtype: string
  - name: word_3
    dtype: string
  - name: vad_3
    dtype: string
  - name: word_4
    dtype: string
  - name: vad_4
    dtype: string
  - name: best_word
    dtype: string
  splits:
  - name: train
    num_bytes: 2101363.0
    num_examples: 237
  - name: validation
    num_bytes: 271441.0
    num_examples: 30
  - name: test
    num_bytes: 290798.0
    num_examples: 30
  download_size: 2607870
  dataset_size: 2663602.0
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: validation
    path: data/validation-*
  - split: test
    path: data/test-*
---