File size: 970 Bytes
65e7455
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
da96858
 
 
ce1d11a
 
 
babc911
 
 
bda9c91
 
 
1aad34f
 
65e7455
 
 
da96858
 
ce1d11a
 
babc911
 
bda9c91
 
1aad34f
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
50
51
52
53
54
---
dataset_info:
  features:
  - name: ID
    dtype: int64
  - name: Utterance
    dtype: string
  - name: Category
    dtype: string
  - name: Language
    dtype: string
  - name: Word Count
    dtype: int64
  - name: tts_provider
    dtype: string
  - name: tts_gender
    dtype: string
  - name: tts_voice_name
    dtype: string
  - name: tts_voice_id
    dtype: string
  - name: tts_audio_path
    dtype: string
  - name: audio
    dtype:
      audio:
        sampling_rate: 24000
  splits:
  - name: en
    num_bytes: 4248628.0
    num_examples: 65
  - name: es
    num_bytes: 4502496.0
    num_examples: 65
  - name: fr
    num_bytes: 2234145.0
    num_examples: 34
  - name: fq
    num_bytes: 1938507.0
    num_examples: 32
  download_size: 11697684
  dataset_size: 12923671.0
configs:
- config_name: default
  data_files:
  - split: en
    path: data/en-*
  - split: es
    path: data/es-*
  - split: fr
    path: data/fr-*
  - split: fq
    path: data/fq-*
---