File size: 535 Bytes
e511ddb
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
48f2f98
e511ddb
48f2f98
 
e511ddb
 
 
 
 
 
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
---
dataset_info:
  features:
  - name: question
    dtype: string
  - name: generation_audio
    dtype:
      audio:
        sampling_rate: 16000
  - name: ground_truth_audio
    dtype:
      audio:
        sampling_rate: 16000
  - name: generation_tokens
    dtype: string
  - name: ground_truth_tokens
    dtype: string
  splits:
  - name: train
    num_bytes: 2317919.0
    num_examples: 6
  download_size: 1948018
  dataset_size: 2317919.0
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
---