File size: 715 Bytes
58b7b64
 
 
 
 
80c0535
 
 
 
 
 
 
 
 
 
 
58b7b64
 
 
 
 
 
 
 
 
 
 
 
 
d31ae75
58b7b64
80c0535
d31ae75
58b7b64
 
 
 
 
 
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
---
dataset_info:
  features:
  - name: id
    dtype: int64
  - name: q_gender
    dtype: string
  - name: q_content
    dtype: string
  - name: a_gender
    dtype: string
  - name: a_content
    dtype: string
  - name: question_0
    dtype: string
  - name: question_1
    dtype: string
  - name: ground_truth
    dtype: string
  - name: answerable_audio
    dtype:
      audio:
        sampling_rate: 16000
  - name: unanswerable_audio
    dtype:
      audio:
        sampling_rate: 16000
  splits:
  - name: train
    num_bytes: 1494633300.0
    num_examples: 1000
  download_size: 1044316988
  dataset_size: 1494633300.0
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
---