File size: 1,528 Bytes
1351549
 
 
 
 
 
 
 
 
 
 
 
 
808f6af
1351549
 
808f6af
1351549
 
 
 
 
808f6af
 
 
 
 
 
 
1351549
808f6af
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
---
dataset_info:
  features:
  - name: audio
    dtype: audio
  - name: text
    dtype: string
  - name: length
    dtype: int64
  - name: category
    dtype: string
  splits:
  - name: test
    num_bytes: 1293604
    num_examples: 24
  download_size: 1293869
  dataset_size: 1293604
configs:
- config_name: default
  data_files:
  - split: test
    path: data/test-*
license: apache-2.0
task_categories:
- text-to-speech
language:
- en
size_categories:
- n<1K
---

# ElevenLabs Multilingual V2 Technical Speech Dataset

This dataset contains automatically generated technical phrases in three domains, converted to speech using the ElevenLabs Multilingual V2 model with Adam voice.

## Dataset Description

The dataset includes audio samples of technical phrases across three categories:
- Machine Learning (ML)
- Science
- Technology

Each entry contains:
- Audio file in MP3 format (22050Hz)
- Source text
- Text length
- Category label

## Data Generation

The phrases were procedurally generated using predefined templates to create coherent technical statements. All audio was synthesized using:
- Model: ElevenLabs Multilingual V2
- Voice: Adam
- Voice Settings:
  - Stability: 0.5
  - Similarity Boost: 0.75
  - Style: 0.0
  - Speaker Boost: Enabled

## Sample Entry

```python
{
    'audio': 'path/to/audio.mp3',
    'text': 'The Distributed computing infrastructure leveraging containerized applications efficiently orchestrates high-throughput transactions...',
    'length': 195,
    'category': 'tech_phrase'
}
```