ScreenTalk-XS / README.md
fj11's picture
Update README.md
2d21f34
|
raw
history blame
1.67 kB
---
license: cc-by-4.0
task_categories:
- automatic-speech-recognition
language:
- en
size_categories:
- n<1K
---
# 🎬 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."
}