File size: 2,305 Bytes
ebc01e8
 
931ede0
 
 
 
 
ec5d576
513ae28
b460e77
 
 
df96c96
 
b460e77
 
 
 
 
 
 
 
4ba8703
b460e77
 
4ba8703
b460e77
 
4ba8703
b460e77
4ba8703
 
513ae28
b460e77
 
 
 
 
 
 
 
ebc01e8
 
e38b8c2
ebc01e8
 
 
 
 
 
2d21f34
ebc01e8
 
20ce0a9
 
 
ebc01e8
 
 
 
e38b8c2
 
2d21f34
e38b8c2
 
 
 
 
ebc01e8
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
931ede0
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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
---
license: cc-by-4.0
task_categories:
- automatic-speech-recognition
language:
- en
size_categories:
- 1K<n<10K
dataset_info:
  features:
  - name: audio
    dtype: audio
  - name: duration
    dtype: float64
  - name: sentence
    dtype: string
  - name: uid
    dtype: string
  - name: group_id
    dtype: string
  splits:
  - name: train
    num_bytes: 2266599053.0
    num_examples: 8000
  - name: valid
    num_bytes: 260175020.0
    num_examples: 1000
  - name: test
    num_bytes: 283822168.0
    num_examples: 1000
  download_size: 2784319038
  dataset_size: 2810596241.0
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: valid
    path: data/valid-*
  - split: test
    path: data/test-*
---

# 🎬 ScreenTalk-XS: Sample Speech Dataset from Screen Content πŸ–₯️

![Hugging Face](https://img.shields.io/badge/HuggingFace-Dataset-blue)  
![License: CC BY-NC 4.0](https://img.shields.io/badge/License-CC%20BY--NC%204.0-orange)  
![Dataset Type: XS (Limited Version)](https://img.shields.io/badge/Access-Limited-green)  

### πŸ“’ **What is ScreenTalk-XS?**
**ScreenTalk-XS** is a **high-quality transcribed speech dataset** containing **10k speech samples** from diverse screen content.  
It is designed for **automatic speech recognition (ASR), natural language processing (NLP), and conversational AI research**.  

βœ… **This dataset is freely available for research and educational use.**  
πŸ”Ή If you need a **larger dataset with more diverse speech samples**, check out:  
πŸ‘‰ [ScreenTalk (Full Dataset)](https://huggingface.co/datasets/DataLabX/ScreenTalk)  

---

## πŸ“œ **Dataset Details**
| Feature | Description |
|---------|-------------|
| **Total Clips** | 10k transcribed speech samples |
| **Languages** | English |
| **Format** | `.wav` (audio) + `.tsv` (transcriptions) |
| **Use Case** | ASR, Speech-to-Text, NLP, Conversational AI |

πŸ†“ **This dataset is free to use for research purposes.**  

---

## πŸ“‚ **Dataset Structure**
ScreenTalk-XS contains the following fields:

| Column | Description |
|--------|-------------|
| `audio` | Audio file path |
| `sentence` | Transcribed speech |

πŸ“Œ **Example Entry**
```json
{
    "audio": "path/to/audio.wav",
    "sentence": "I will find you and I will train my model."
}