File size: 622 Bytes
57625ff
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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: audio
    dtype:
      audio:
        sampling_rate: 16000
  - name: conversation
    list:
    - name: content
      dtype: string
    - name: role
      dtype: string
  - name: boost_terms
    list: string
  - name: scenario
    dtype: string
  - name: patient_voice_id
    dtype: string
  - name: doctor_voice_id
    dtype: string
  - name: seed_id
    dtype: string
  splits:
  - name: train
    num_bytes: 43601001
    num_examples: 14
  download_size: 43210055
  dataset_size: 43601001
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
---